11 lines
385 B
Batchfile
11 lines
385 B
Batchfile
fltmc >nul 2>&1 || (powershell -Command "Start-Process '%~f0' -Verb RunAs" & exit /b)
|
|
RegisterDel PathAdd.exe
|
|
RegisterDel PathDel.exe
|
|
RegisterDel PathSee.exe
|
|
PathDel ./bin
|
|
for %%f in ("%~dp0bin\*.*") do @del /f /q "%SystemRoot%\System32\%%~nxf"
|
|
regedit /s "%~dp0src\UnEasyFile.reg"
|
|
regedit /s "%~dp0src\UnFastRegister.reg"
|
|
regedit /s "%~dp0src\QuickSettings\DelQuickSettings.reg"
|
|
|