{
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t reg_dword /d 00000001 /f
shutdown -f
}
ဆိုတာေလးကို copy ကူးၿပီးေတာ့ အရင္ပံုစံအတိုင္းပဲ Nodepad ကိုဖြင့္ paste လုပ္ပါဗ်ာ...ၿပီးရင္ေတာ့...save as မွာ file name.bat (ဥပမာ Nofolderoptions.bat) ဆိုၿပီး save ပါ...
အဲဒါကိုျပန္ေဖာ္ဖို႔အတြက္ကေတာ့ ေအာက္မွာေပးထားတာကို အရင္ပံုစံေတြအတိုင္းပဲ save ပါ...
{
@echo off
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t reg_dword /d 00000000 /f
shutdown -f
}
ဒါဆိုရင္ရပါၿပီဗ်ာ... Folder Options ျပန္ေပၚလာၿပီျဖစ္ပါတယ္...
No comments:
Post a Comment