Jump to content

Recommended Posts

Posted

Finally getting round to moving all the student machines to windows 10

 

I am just going through all the group polices to make sure they can't change settings etc

 

Does anyone have any templates or advice for things I should be looking for?

 

I've disabled the 'first sign-in animation screen' as that was causing an issue for staff

Posted

Here's a few registry GPO edits i have setup

 

 

Disables the taskview button

Hive HKEY_CURRENT_USER

Key path SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Value name ShowTaskViewButton

Value type REG_DWORD

Value data 0x0 (0)

 

 

Makes explorer open to "This PC"

Hive HKEY_CURRENT_USER

Key path Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Value name LaunchTo

Value type REG_DWORD

Value data 0x1 (1)

 

 

heres a few PC policys

 

To do with directory refreshing on network folders

 

Hive HKEY_LOCAL_MACHINE

Key path SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters

Value name DirectoryCacheLifetime

Value type REG_DWORD

Value data 0x0 (0)

 

if you are using roaming profiles

 

Hive HKEY_LOCAL_MACHINE

Key path Software\Microsoft\Windows\CurrentVersion\Explorer

Value name SpecialRoamingOverrideAllowed

Value type REG_DWORD

Value data 0x1 (1)

 

If you dont want to allow switch user , this adds a logoff button to the lock screen

 

Hive HKEY_LOCAL_MACHINE

Key path SOFTWARE\Microsoft\Windows\CurrentVersion\SharedPC

Value name SharedPCMode

Value type REG_DWORD

Value data 0x1 (1)

 

This closes all programs when a user logsoff , stops windows keeping the account logged in if a program doesnt close

 

Hive HKEY_LOCAL_MACHINE

Key path HKEY_USERS\.DEFAULT\Control Panel\Desktop

Value name AutoEndTasks

Value type REG_DWORD

Value data 0x1 (1)

 

There's quite a few more... But each environment will require different stuff ...

  • Thanks 4

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...