10 lines
289 B
Batchfile
10 lines
289 B
Batchfile
@Echo Off
|
|
|
|
Copy %SystemRoot%\System32\UsrLogn2.Cmd %SystemRoot%\System32\UsrLogn2.Bak >Nul: 2>&1
|
|
FindStr /VI Olk98Usr %SystemRoot%\System32\UsrLogn2.Bak > %SystemRoot%\System32\UsrLogn2.Cmd
|
|
|
|
Del "%SystemRoot%\System32\UsrLogn2.Bak" >NUL 2>&1
|
|
|
|
Echo Microsoft Outlook 98 登录脚本已被卸载。
|
|
|