Showing posts with label Registry Editor. Show all posts
Showing posts with label Registry Editor. Show all posts

Monday, December 26, 2011

Run, Task Manager, Folder Option, Registry Editor, Hide File Extention ေပ်ာက္ျခင္း

virus ကိုက္ခံရရင္ antivirus software နဲ႕ ေျဖရွင္းၾကတယ္ေပါ့ အဲဒီအခ်ိန္မွာ virus ဖ်က္ဆီးထားတဲ့ run, task manager, folder option, registry editor, Hide file extention အစရွိတာေတြက virus မရွိေတာ့တာေတာင္မွ ျပန္ျပီးပံုမွန္အလုပ္မလုပ္တတ္ၾကပါဘူး အဲဒါေတြကို ျပန္ျပီးျပဳျပင္ေျပာင္းလဲေပးဖို
႕ လိုအပ္ပါတယ္....... ေအာက္ပါ စာေၾကာင္းေတြကို notepad ထဲကူးယူျပီး ( .bat ) နဲ႕ save လုပ္လုိက္ပါ... ျပီးရင္ run ေပးလိုက္ပါ restart ခ်ပါ ျပန္ေကာင္းသြားပါလိမ့္မယ္ခင္ဗ်ာ......
@echo off
cd\
echo.
echo.
reg delete hkcu\software\microsoft\windows\currentversion\policies\explorer /v NoRun /f
reg delete hkcu\software\microsoft\windows\currentversion\policies\system /v DisableRegistryTools /f
reg delete hkcu\software\microsoft\windows\currentversion\policies\system /v DisableTaskMgr /f
reg delete hkcu\software\microsoft\windows\currentversion\policies\explorer /v NoFolderOptions /f
reg delete hkcu\software\microsoft\windows\currentversion\explorer\advanced /v HideFileExt /f
echo.
echo.
cd c:\windows
attrib -a -s -h -r "system32"
echo.
echo.
pause

Resources and Tools

Labels