Guest User

Untitled

a guest
Dec 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. set wShell=wscript.createobject("wscript.shell")
  2. dummy = wShell.RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RPEnabled","00000000", "REG_DWORD")
  3. wShell.sendkeys "^{ESC}"
  4. Set WshShell = Nothing
  5. dummy = wShell.RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RPEnabled","00000001", "REG_DWORD")
Add Comment
Please, Sign In to add comment