Common Windows Server Group Policies and Scripts

By Ian Matthews   December 11, 2008    Last Updated April 22, 2009 NOTE: The author will not accept responsibility for damages as a result of following the suggestions below.  They are provided “as is” and intended only as a rough guide.  You should always back up your servers System State prior […]

By Ian Matthews, ago
how to deploy software msi using gpo

SOLVED: How To Deploy Software Using GPO Group Policy

Did you know that you don’t need specialized tools like PDQ Deploy or SCCM to deploy software to your computers? That’s right if you have a Windows Active Directory Domain all you need is very simply Group Policy. CLICK TO EXPAND However, there are two things that catch new IT […]

By Ian Matthews, ago

SOLVED: How to Disable Cortana Using Group Policy on Windows 10

If you want to disable the Cortana personal search assistant in Windows 10 using Group Policy this is the place for you: Computer Configuration > Administrative Templates > Windows Components > Search . You can also edit the registry locally: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search to a DWORD with a value of 0 .  […]

By Ian Matthews, ago

SOLVED: How To Enable Verbose Highly Detailed Messages During Start Up or Shutdown Using Group Policy

If you want to see what your PC is doing during startup or shutdown you can set Windows to VERBOSE MODE.  This can be accomplished in one of two ways: Registry Entry on the PC: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\ CurrentVersion\Policies\System “VerboseStatus”=dword:00000001 . Group Policy: Computer Configuration > Administrative Templates > System>  DISPLAY HIGHLY […]

By Ian Matthews, ago

SOLVED: How To Deploy Fonts Using Group Policy

After some research I was surprised to find how complex some processes are.  I wanted a simple Group Policy to deploy fonts and found that the most straight forward way to deploy fonts via GPO was to build an .MSI and then deploy the .MSI.  This sounds harder than it […]

By Ian Matthews, ago