https://ittutorials.net/microsoft/windows-server-2016/gpo-google-chrome/
Showing posts with label GPO. Show all posts
Showing posts with label GPO. Show all posts
Friday, January 25, 2019
Friday, November 16, 2018
Change Mozilla Firefox home page GPO
On old versions Mozilla ADMX does not work properly
to change home page use this bat script (create log on script policy)
---------------
echo off
cd /D "%APPDATA%\Mozilla\Firefox\Profiles"
cd *.default
set ffile=%cd%
echo %user_pref("browser.startup.homepage", );% del /f /q "%ffile%\prefs.js"
echo user_pref("browser.startup.homepage", "http://int.psh.gov.ge");>>"%ffile%\prefs.js"
set ffile=
cd %windir%
------------------
If your mozilla version is higher, than 60 version, you can you ADMX templates (Create computer base policy)
you can download here :
https://github.com/mozilla/policy-templates/releases
Monday, September 3, 2018
Disable IPv6 GPO
Add the preference will be Computer Configuration > Preferences > Windows Settings > Registry. In there, you want to add a new Registry Item, with the below settings on the General tab:
- Action: Update
- Hive: HKEY_LOCAL_MACHINE
- Key Path: SYSTEM\CurrentControlSet\services\TCPIP6\Parameters
- Value Name: DisabledComponents
- Value Type: REG_DWORD
- Value Data: FF
- Base: Hexadecimal
Subscribe to:
Posts (Atom)