|
:vista卸载
for /f "tokens=1 delims=:" %%i In ('findstr /n %gname2% c:\windows\temp_bcd.txt') Do (
Set nid=%%i
)
set /a nid=%nid%-2
findstr /n identifier c:\windows\temp_bcd.txt>c:\windows\temp_bcd1.txt
)
for,/f,"tokens=1",%%i,In (c:\windows\vid.ini) Do (
set vid=%%i
)
bcdedit /delete %vid% /cleanup >nul
bcdedit /timeout %timeout% >nul
bcdedit >c:\windows\temp_bcd.txt
del c:\windows\temp_bcd.txt >nul 2>nul
del c:\windows\temp_bcd1.txt >nul 2>nul
del c:\windows\vid.ini >nul 2>nul
If Exist %RP%\WINNT.XPE %去属性% %RP%\WINNT.XPE&&Del %RP%\WINNT.XPE /Q>NUL 2>NUL
If Exist %RP%\%日志文件% For /F "eol=; tokens=2 delims=^=" %%i In ('find /I ^"WinPE外挂位置^" %RP%\%日志文件%') do SET OPU=%%i
If Not "%U%"=="" Set OPU=%OP%
If Exist %OPU%\外部软件 RD %OPU%\外部软件 /S /Q>NUL 2>NUL
If Exist %RP%\%日志文件% %去属性% %RP%\%日志文件%&&Del %RP%\%日志文件% /Q>NUL 2>NUL
If Exist %RP%\DEEPIN RD %RP%\DEEPIN /S /Q>NUL 2>NUL
Title %Prog%——卸载完成
If "%Choi%"=="1" (Echo.&&Echo.&&Echo 卸载完成,请按任意键准备安装 。。。&&PAUSE>NUL 2>NUL&&Goto 开始)
Echo.&&Echo.&&Echo 卸载完成,请按任意键退出 。。。
PAUSE>NUL 2>NUL
Exit |
|