10 lines
296 B
Batchfile
10 lines
296 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 logon script uninstalled.
|
|
|