9 lines
310 B
Batchfile
9 lines
310 B
Batchfile
|
@Echo Off
|
||
|
|
||
|
Copy %SystemRoot%\System32\UsrLogn2.Cmd %SystemRoot%\System32\UsrLogn2.Bak >Nul: 2>&1
|
||
|
FindStr /VI FPG98USR %SystemRoot%\System32\UsrLogn2.Bak > %SystemRoot%\System32\UsrLogn2.Cmd
|
||
|
Del "%SystemRoot%\System32\UsrLogn2.Bak" >NUL 2>&1
|
||
|
|
||
|
Echo Microsoft FrontPage 98 logon script uninstalled.
|
||
|
|
||
|
:Done
|