Advertisement
Flip

Untitled

Jun 24th, 2014
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.28 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CURRENT_USER\Control Panel\Desktop]
  4. "DragFullWindows"="1"
  5. "MenuShowDelay"="100"
  6. "HungAppTimeout"="1000"
  7. "WaitToKillAppTimeout"="2000"
  8.  
  9. [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
  10. "MinWidth"="32"
  11.  
  12. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  13. "NoInternetOpenWith"=dword:00000001
  14.  
  15. [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
  16. "NoInternetOpenWith"=dword:00000001
  17.  
  18. [HKEY_CLASSES_ROOT\Drive\shell\cmd]
  19. "Extended"=-
  20.  
  21. [HKEY_CLASSES_ROOT\Directory\shell\cmd]
  22. "Extended"=-
  23.  
  24. [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]
  25. @=""
  26.  
  27. [HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
  28.  
  29. [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
  30. @="notepad.exe %1"
  31.  
  32. [HKEY_CURRENT_USER\Software\Microsoft\Windows Photo Viewer\Viewer]
  33. "BackgroundColor"=dword:ff111111
  34.  
  35. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
  36. "link"=hex:00,00,00,00
  37.  
  38. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
  39. "NoAutoRebootWithLoggedOnUsers"=dword:00000001
  40. "NoAUAsDefaultShutdownOption"=dword:00000001
  41.  
  42. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
  43. "WaitToKillServiceTimeout"="2000"
  44.  
  45. [HKEY_CLASSES_ROOT\*\shell\runas]
  46. @="Take Ownership"
  47. "NoWorkingDirectory"=""
  48.  
  49. [HKEY_CLASSES_ROOT\*\shell\runas\command]
  50. @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
  51. "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
  52.  
  53. [HKEY_CLASSES_ROOT\Directory\shell\runas]
  54. @="Take Ownership"
  55. "NoWorkingDirectory"=""
  56.  
  57. [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  58. @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
  59. "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
  60.  
  61. [HKEY_CLASSES_ROOT\exefile\shell]
  62.  
  63. [HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall]
  64.  
  65. [HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall\command]
  66. @="netsh advfirewall firewall add rule name=\"%1\" dir=out action=block program=\"%1\""
  67.  
  68. [HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall]
  69.  
  70. [HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall\command]
  71. @="netsh advfirewall firewall delete rule name=\"%1\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement