home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 May / PCWELT_5_2004.ISO / pcwsoft / pcwNoLastKey.z.exe / pcwNoLastKey.vbs
Encoding:
Text File  |  2004-03-03  |  190 b   |  4 lines

  1. Set MyShell = CreateObject("Wscript.Shell")
  2. myshell.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey", "", "REG_SZ"
  3. myshell.run "regedit.exe"
  4.