Advertisement
Flip

Untitled

Jun 1st, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 2.18 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\CurrentVersion\Explorer]
  33. "link"=hex:00,00,00,00
  34.  
  35. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
  36. "NoAutoRebootWithLoggedOnUsers"=dword:00000001
  37. "NoAUAsDefaultShutdownOption"=dword:00000001
  38.  
  39. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
  40. "WaitToKillServiceTimeout"="2000"
  41.  
  42. [HKEY_CLASSES_ROOT\*\shell\runas]
  43. @="Take Ownership"
  44. "NoWorkingDirectory"=""
  45.  
  46. [HKEY_CLASSES_ROOT\*\shell\runas\command]
  47. @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
  48. "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
  49.  
  50. [HKEY_CLASSES_ROOT\Directory\shell\runas]
  51. @="Take Ownership"
  52. "NoWorkingDirectory"=""
  53.  
  54. [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
  55. @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
  56. "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
  57.  
  58. [HKEY_CLASSES_ROOT\exefile\shell]
  59.  
  60. [HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall]
  61.  
  62. [HKEY_CLASSES_ROOT\exefile\shell\Add To Firewall\command]
  63. @="netsh advfirewall firewall add rule name=\"%1\" dir=out action=block program=\"%1\""
  64.  
  65. [HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall]
  66.  
  67. [HKEY_CLASSES_ROOT\exefile\shell\Delete From Firewall\command]
  68. @="netsh advfirewall firewall delete rule name=\"%1\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement