Demo Blog

Regystry ကိုမဖြင့္ပဲ မိမိသြားခ်င္တဲ့ Reg Key ဆီကို တန္းပီးသြားႀကရေအာင္

by ရာမညတိုင္းသား on Nov.22, 2009, under

Reg Key ေတြ ကိုတစ္ခါတည္းမိမိလိုခ်င္တဲ့ ဆီကို တန္းပီးေတာ့ သြားလို့ရႏိုင္ေအာင္ ပါ.။

ကၽြန္ေတာ္ေအာက္မွာ ေရးထားေပးတဲ့ VbScript ကို Notepad ထဲမွာ Copy ကူးပီးေတာ့

Registry.vbs နဲ့ Save လိုက္ပါ..။


'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


ပီးပီဆိုရင္ေတာ့ open နဲ့ဖြင့္လိုက္ပါ..။ ေအာက္က ပံုေလးအတိုင္းက်လာပါလိမ့္မယ္.။



အဲ့ ထဲမွာ သူငယ္ခ်င္းတို့သြားခ်င္တဲ့ Directories ေတြ အတိုင္းရိုက္ထည့္ပီးေတာ့ Ok ေပးပီးေတာ့ သြားႏိုင္ပါတယ္.။

ဥပမာ HKEY_CLASSES_ROOT\.MP3 ထဲကို သြားခ်င္တယ္ဆိုရင္ အဲ့ ဒီ HKEY_CLASSES_ROOT\.MP3

ကို Type the Registry path ထဲမွာ ရိုက္ထည့္ပီး OK ေပးလိုက္ခ်င္းအားျဖင့္ အဲ့ဒီကိုတန္းပီးေရာက္ပါတယ္.။

အဆင္ေျပႀကပါေစ ..။ ေက်းဇူးတင္ပါတယ္..။
0 comments more...

0 comments

Post a Comment

Looking for something?

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!