Skip to content

Instantly share code, notes, and snippets.

@navhaxs
Last active June 5, 2017 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navhaxs/8453535f51635dc9792c251e777c69bb to your computer and use it in GitHub Desktop.
Save navhaxs/8453535f51635dc9792c251e777c69bb to your computer and use it in GitHub Desktop.
Registry tweaks for an AV desk (stage/presentation) computer running ...Windows 10
Windows Registry Editor Version 5.00
; Unpin everything from Start menu & use the PS app remove commands
; Also:
; Go into Settings -> Privacy and literally untick everything.
; e.g. Feedback frequency --> Never
;
; except for maybe Location (Night Mode)
;
; Go into Settings -> Windows Update
; Set Active Hours and Restart time as appropriately
; Services to disable:
; HomeGroupListener, HomeGroupProvider, NetTcpPortSharing, WMPNetworkSvc, Xbl*, Xbox*
; SharedAccess, WbioSrvc
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager]
; Hide the Start Menu suggestions
"SystemPaneSuggestionsEnabled"=dword:00000000
[HEKY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CloudContent]
; GP: Disable 'Bad consumer experiences' such as auto-downloading Candy Crush
"DisableWindowsConsumerFeatures"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
; GP:
; 00000002 (Notify for download and notify for install)
; 00000003 (Auto download and notify for install)
; 00000004 (Auto download and schedule the install)
"AUOptions"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\DefaultMediaCost]
; Set to metered since its a 4G modem
"Ethernet"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
; GP: No Cortana
"AllowCortana"=dword:00000000
"ConnectedSearchUseWeb"=dword:00000000
"DisableWebSearch"=dword:00000001
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
; Unpin Onedrive from File Explorer
"System.IsPinnedToNameSpaceTree"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
; GP: Disable seeding updates to other computers
"DODownloadMode"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment