Live Chat Software by Kayako |
How To: Disable various windows options (Material Skin)
Posted by Panagiotis Mantzouranis on 17 October 2018 03:13 PM
|
|
To disable Windows 10 control panel and settings 1. Create a security Profile, open restrictions tab 2. Add a new restriction - FileName. Enter SystemSettingsBroker.exe OR add a task - registry script [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
If you want to disable specific control panel options, you need to use Windows Group Policy Editor LINK To disable Right click on taskbar add a task - registry script [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] To disable Right click on explorer add a task - registry script [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
To disable Windows 10 various control windows such as disk management and computer management 1. Create a security Profile, open restrictions tab 2. Add a new restriction - ClassName. Enter MMCMainFrame
To disable Windows 10 Microsoft Store 1. Create a security Profile, open restrictions tab 2. Add a new restriction - FileName. Enter WinStore.App.exe
1. Create a security Profile, and check "Disable desktop" in policies - Windows explorer (picture 1) 2. Add the security profile to your computer groups (picture 3)
To disable taskbar and explorer 1. Create a security Profile, and add "explorer.exe" as a security restriction (picture 2) 2. Add the security profile to your computer groups (picture 3) 3. Create a task "batch script" with the following command: taskkill /im "explorer.exe" /f (picture 4) 4. Add the newly created task to login actions (picture 5)
(picture 1)
(picture 2)
(picture 3)
(picture 4)
(picture 5) | |
|