Guest User

Untitled

a guest
Dec 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Disable automatic rebooting to apply windows updates
  4. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
  5. "NoAutoRebootWithLoggedOnUsers"=dword:00000001
  6.  
  7. ; Don't hijack the restart button to force updates
  8. [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsUpdate\AU]
  9. "NoAUAsDefaultShutdownOption"=dword:00000001
  10.  
  11. ; Un-pin OneDrive
  12. [HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
  13. "System.IsPinnedToNameSpaceTree"=dword:00000000
  14. [HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
  15. "System.IsPinnedToNameSpaceTree"=dword:00000000
  16.  
  17. ; Disable Cortana
  18. [HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Windows Search]
  19. "AllowCortana"=dword:00000000
  20.  
  21.  
  22.  
  23.  
  24. ; When windows are stacked on the toolbar, a click opens the newest
  25. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
  26. "LastActiveClick"=dword:00000001
  27.  
  28. ; Always show Command Prompt Here in file explorer context
  29. [HKEY_CLASSES_ROOT\Drive\shell\cmd]
  30. "Extended"=-
  31. [HKEY_CLASSES_ROOT\Directory\shell\cmd]
  32. "Extended"=-
  33.  
  34. ; Don't search internet for unresolved filetypes
  35. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  36. "NoInternetOpenWith"=dword:00000001
  37.  
  38. ; Allow opening up to 256 files at once
  39. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
  40. "MultipleInvokePromptMinimum"=dword:00000100
Add Comment
Please, Sign In to add comment