
CODE: [Copy to clipboard]reg delete "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs" /va /f
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs" /va /f
set TarDir="%userprofile%\Local Settings\Temporary Internet Files\Content.IE5"
rd /s /q %TarDir%>nul 2>nul
del /s /q "%userprofile%\Cookies\*.*">nul 2>nul
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |