Jump to content
matthew.says

Enable Regedit, Taskmanager & Folder Options Easily

Recommended Posts

Link tu ok la.. xde pe2 masalah pn.. cube skali lg :rolleyes:

xleh gk..dh cube..

jd ni...

There was an error processing your request; it appears to be invalid or there was an error with your conection. Please wait while your request is retried...

If you need further help with a download, please contact FileFront support.

Share this post


Link to post
Share on other sites

me_iera: ahh...tu perkara biasa la, server downtime. kau cuba lagi skali, boleh tu, saya baru jer cuba.

oh..ok..nt sy try..npe time sy je xleh dload ek..huhu

Share this post


Link to post
Share on other sites

aku ada prog leh enable taskmanager regedit suma2 la....

Bahasa dia mcmnie

@ECHO OFF

cls

echo.

title Matthew's Emergency Virus Fix Beta 1.2

echo WELCOME TO MATTHEW'S EMERGENCY

echo VIRUS FIX BETA 1.2

echo.

echo.

echo Fix includes:

echo.

echo -Kill SVICHOST.exe task

echo -Kill SVICHOSST.exe task

echo -Enable Regedit

echo -Enable Folder Options

echo -Enable Command Prompt(CMD)

echo -Enable Tools bars on task bar

echo -Enable File Menu

echo -Enable Shell Search Button(Start)

echo -Enable Search Function

echo -Enable Run Function/Button

echo -Enable Ctrl+Alt+Del

echo -Enable tray items display

echo -Enable Control Panel

echo -Deletion of SVICHOST.exe/SVICHOSSST.exe files

echo.

echo Please recheck if these infected files are successfully deleted

echo after finish running this tool:

echo.

echo C:\WINDOWS\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo C:\WINDOWS\system32\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo Note: More features will be added as needed.

echo.

pause

cls

tskill svichossst

tskill svichost

echo.

echo.

echo The next step will disable all BAD registry entries:

echo.

pause

cls

REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFileMenu /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NotoolBarsOnTaskBar /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoShellSearchButton /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFind /t REG_DWORD /d 0 /f

REG add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v DisableCAD /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoTrayItemsDisplay /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 0 /f

REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 0 /f

echo.

echo.

echo The next step will delete the infected file/s if any:

echo.

pause

cls

del %systemroot%\SVICHOSSST.exe

del %systemroot%\SVICHOST.exe

del %systemroot%\system32\SVICHOSSST.exe

del %systemroot%\system32\SVICHOST.exe

pause

cls

echo Please recheck if these infected files are successfully deleted

echo after finish running this tool:

echo.

echo C:\WINDOWS\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo C:\WINDOWS\system32\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo Note: More features will be added as needed.

echo.

pause

cls

echo.

echo.

echo You may need to restart your computer after exiting this tool.

echo.

echo You can use the bundled AutoRuns tool by Systernals to delete the RUN

echo registry entries

echo.

echo You system should be fine by then.

echo.

echo THANK YOU FOR USING ME, THIS TOOL IS FREE OF CHARGE

echo AND MAY BE REDISTRIBUTED.

echo.

echo.

echo.

echo YOU're DONE!

echo.

echo.

pause

//Copy source nie pastu paste kat text,save as file.cmd

lepastu run la

Share this post


Link to post
Share on other sites

aku ada prog leh enable taskmanager regedit suma2 la....

Bahasa dia mcmnie

@ECHO OFF

cls

echo.

title Matthew's Emergency Virus Fix Beta 1.2

echo WELCOME TO MATTHEW'S EMERGENCY

echo VIRUS FIX BETA 1.2

echo.

echo.

echo Fix includes:

echo.

echo -Kill SVICHOST.exe task

echo -Kill SVICHOSST.exe task

echo -Enable Regedit

echo -Enable Folder Options

echo -Enable Command Prompt(CMD)

echo -Enable Tools bars on task bar

echo -Enable File Menu

echo -Enable Shell Search Button(Start)

echo -Enable Search Function

echo -Enable Run Function/Button

echo -Enable Ctrl+Alt+Del

echo -Enable tray items display

echo -Enable Control Panel

echo -Deletion of SVICHOST.exe/SVICHOSSST.exe files

echo.

echo Please recheck if these infected files are successfully deleted

echo after finish running this tool:

echo.

echo C:\WINDOWS\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo C:\WINDOWS\system32\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo Note: More features will be added as needed.

echo.

pause

cls

tskill svichossst

tskill svichost

echo.

echo.

echo The next step will disable all BAD registry entries:

echo.

pause

cls

REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFileMenu /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NotoolBarsOnTaskBar /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoShellSearchButton /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFind /t REG_DWORD /d 0 /f

REG add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon /v DisableCAD /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoTrayItemsDisplay /t REG_DWORD /d 0 /f

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 0 /f

REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 0 /f

echo.

echo.

echo The next step will delete the infected file/s if any:

echo.

pause

cls

del %systemroot%\SVICHOSSST.exe

del %systemroot%\SVICHOST.exe

del %systemroot%\system32\SVICHOSSST.exe

del %systemroot%\system32\SVICHOST.exe

pause

cls

echo Please recheck if these infected files are successfully deleted

echo after finish running this tool:

echo.

echo C:\WINDOWS\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo C:\WINDOWS\system32\SVICHOST.exe 'or' SVICHOSSST.exe

echo.

echo Note: More features will be added as needed.

echo.

pause

cls

echo.

echo.

echo You may need to restart your computer after exiting this tool.

echo.

echo You can use the bundled AutoRuns tool by Systernals to delete the RUN

echo registry entries

echo.

echo You system should be fine by then.

echo.

echo THANK YOU FOR USING ME, THIS TOOL IS FREE OF CHARGE

echo AND MAY BE REDISTRIBUTED.

echo.

echo.

echo.

echo YOU're DONE!

echo.

echo.

pause

//Copy source nie pastu paste kat text,save as file.cmd

lepastu run la

owh.bgs gak ni syahbi..tq

Share this post


Link to post
Share on other sites

Ni file batch yg Matthew's Emergency Virus Fix yg awl2 aritu la..

Betul tu john...Matthew's buat benda ni aritu masa nak fix virus SVICHOST.exe

Share this post


Link to post
Share on other sites

ok aku kat sini tak leh nak buka online storage tu

so aku tak dpt nak download software korang..

aku ada masalah hidden file dia tak de dlm list folder options tu ..

yg ada hanya do not show hidden files and folders

yg pilihan show hidden files and folders tu tak der..

camner cara nak setelkan?

Share this post


Link to post
Share on other sites

saya tak naikkan thread ni sebab Autorun Eater dah supercede thread ni...lagipun ada fungsi2 yg sama :)

Tapi kalau cuma nak baiki tiga benda ni tanpa guna Autorun Eater, bolehla download dari sini: http://files.filefront.com//;7967822;;/

ok..dh leh dload..mslah server la aritu..

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...