about me music site map utility site map complete site map log in

June 26, 2008

disable Wscript

Filed under: Coding — rathwjj @ 1:31 am

Most virus nowaday is VBscript virus.

such as flash drive virus (or usb drive or thumb drive or … - -”)

So today we learn how to disable engine that help this kind run.

1. start -> run -> CMD

then type “enter”

2. Type or copy this to command prompt

reg add “HKLM\Software\Microsoft\Windows Script Host\Settings” /v Enabled /t REG_DWORD /d 0×00000000

after finish

the message

“The Operation Completed Successfully”

will appear

and after this, the problems of that may reduce.




Leave a reply