ေရြးေကာက္ပြဲ
12 years ago
by ရာမညတိုင္းသား on Nov.22, 2009, under Registry
'Launches Registry Editor with the chosen branch open automatically
'Author : Chittee
'Website: http://chitteehouse0.yolasite.com
Set WshShell = CreateObject("WScript.Shell")
Dim MyKey
MyKey = Inputbox("Type the Registry path")
MyKey = "My Computer\" & MyKey
WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Lastkey",MyKey,"REG_SZ"
WshShell.Run "regedit", 1,True
Set WshShell = Nothing
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
0 comments