Advertisement
DashWaLLker

Windows 10 Config

Aug 12th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. Go to privacy settings:
  2. Disable and minimize EVERYTHING
  3.  
  4. Use Spybot Anti-Beacon:
  5. Immunize and block everything except for Telemetry Hosts (extensive list) in Optional
  6. Use auto immunize each restart to keep it updated
  7. https://forums.spybot.info/downloads.php?id=55
  8.  
  9. Show File Extensions, hidden files, folders, and drives:
  10. Search for "File Explorer Options"
  11. Go to "View" tab
  12. Uncheck "Hide extensions for known file types"
  13. Mark "Show hidden files, folders, and drives"
  14.  
  15. Disable Automatically Applied Updates:
  16. Go to Settings
  17. Update & Security
  18. Windows Update
  19. Choose how updates are installed --> Notify to schedule restart
  20.  
  21. Hide Search Bar:
  22. Right click task bar
  23. Search
  24. Hidden
  25.  
  26. Disable Task View Button:
  27. Right click task bar
  28. Uncheck "Show Task View button"
  29.  
  30. Disable Cortana:
  31. Search something
  32. Click the gear on the left
  33. Turn off Toggle switch for cortana
  34.  
  35. Disable searching online:
  36. Search something
  37. Click the gear on the left
  38. Turn off Toggle switch for web results
  39.  
  40. Power plan options:
  41. Search for "Edit Power Plan"
  42. Turn off the display: 30 minutes
  43. Put the computer to sleep: Never
  44.  
  45. Add languages
  46. Search for "Add a language"
  47. Add a language
  48.  
  49. Turn off game DVR
  50. Go to Xbox
  51. Sign in
  52. Turn off DVR
  53. Sign out
  54.  
  55. Return old volume control
  56. Open Registry Editor.
  57. Go to the following Registry key:
  58. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MTCUVC
  59. (Create the MTCUVC subkey if you do not have it)
  60. Create a new 32-bit DWORD value named EnableMtcUvc and leave its value as 0.
  61.  
  62. Disable lock screen:
  63. Paste the following code into a .txt file
  64. Save the file as .reg
  65. Run it
  66.  
  67. ==========Code==========
  68.  
  69. Windows Registry Editor Version 5.00
  70.  
  71. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
  72. "NoLockScreen"=dword:00000001
  73.  
  74. Return Old Photo Viewer:
  75. Paste the following code into a .txt file
  76. Save the file as .reg
  77. Run it
  78.  
  79. ==========Code==========
  80.  
  81. Windows Registry Editor Version 5.00
  82.  
  83. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll]
  84.  
  85. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell]
  86.  
  87. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
  88. "MuiVerb"="@photoviewer.dll,-3043"
  89.  
  90. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command]
  91. @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  92. 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
  93. 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
  94. 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
  95. 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
  96. 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
  97. 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
  98. 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
  99. 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
  100. 00,31,00,00,00
  101.  
  102. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget]
  103. "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"
  104.  
  105. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print]
  106.  
  107. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command]
  108. @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  109. 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
  110. 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
  111. 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
  112. 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
  113. 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
  114. 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
  115. 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
  116. 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
  117. 00,31,00,00,00
  118.  
  119. [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\DropTarget]
  120. "Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement