diff --git a/scripts/autoconfig.cmd b/scripts/autoconfig.cmd index 7838d9b..5d2ef23 100644 --- a/scripts/autoconfig.cmd +++ b/scripts/autoconfig.cmd @@ -8,7 +8,7 @@ set LOG=%SCRIPTS%\autoconfig.txt set SCRIPT_SETTINGS=%TOOLS%\scripts\settings.cmd set COMPANY_SETTINGS=%TOOLS%\company\settings.cmd -del /F %LOG% 1>nul 2>nul +del /F /Q %LOG% 1>nul 2>nul if not "%1"=="STDOUT_TO_FILE" %0 STDOUT_TO_FILE %* 1>%LOG% 2>&1 shift /1 diff --git a/scripts/install-logonscript.cmd b/scripts/install-logonscript.cmd index a396a34..85d964f 100644 --- a/scripts/install-logonscript.cmd +++ b/scripts/install-logonscript.cmd @@ -5,7 +5,7 @@ set TARGET="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Startup" echo ####### %0 ####### echo cleanup ... -del /Q /F %TARGET%\logon* 1>nul 2>nul +del /F /Q %TARGET%\logon* 1>nul 2>nul rd /S /Q %PUBLIC%\Desktop\Startup 1>nul 2>nul echo creating link for logon script ... diff --git a/scripts/install-openshell.cmd b/scripts/install-openshell.cmd index 092dc6e..a9ad604 100644 --- a/scripts/install-openshell.cmd +++ b/scripts/install-openshell.cmd @@ -18,7 +18,7 @@ cd %SOFTWARE% cd %SCRIPTS% echo removing OpenShell Readme file link ... -del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Open-Shell\Open-Shell Readme.lnk" 2>nul +del /F /Q "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Open-Shell\Open-Shell Readme.lnk" 2>nul echo ####### %0 ####### diff --git a/scripts/install-shortcuts.cmd b/scripts/install-shortcuts.cmd index 26a63c1..ffdeff4 100644 --- a/scripts/install-shortcuts.cmd +++ b/scripts/install-shortcuts.cmd @@ -13,6 +13,7 @@ icacls %DESKTOP%\* /grant Users:R 1>nul 2>nul echo copying startmenu shortcuts ... mkdir %STARTMENU%\Tools 2>nul +del /F /Q %STARTMENU%\Tools 2>nul xcopy /CDI /HERBY startmenu %STARTMENU%\Tools echo setting access rights for startmenu shortcuts ... diff --git a/scripts/startmenu/RAMMap.lnk b/scripts/startmenu/RAMMap.lnk deleted file mode 100644 index 781c763..0000000 Binary files a/scripts/startmenu/RAMMap.lnk and /dev/null differ diff --git a/scripts/uninstall-edge.cmd b/scripts/uninstall-edge.cmd index 1bac627..a8ccd22 100644 --- a/scripts/uninstall-edge.cmd +++ b/scripts/uninstall-edge.cmd @@ -35,10 +35,10 @@ ping 127.0.0.1 -n 5 >nul 2>&1 echo CLEANUP ... rd /S /Q %EDGEROOT% 2>nul rd /S /Q %EDGEUPDATE% 2>nul -del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 2>nul -del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul -del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul -del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul +del /F /Q "%PUBLIC%\Desktop\Microsoft Edge.lnk" 2>nul +del /F /Q "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul +del /F /Q "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul +del /F /Q "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul rd /S /Q "%PROGRAMDATA%\Microsoft\EdgeUpdate" 2>nul echo REMOVING edge browser update task ... diff --git a/scripts/uninstall-pchealth.cmd b/scripts/uninstall-pchealth.cmd index e080ba7..f5d8db9 100644 --- a/scripts/uninstall-pchealth.cmd +++ b/scripts/uninstall-pchealth.cmd @@ -38,7 +38,7 @@ reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHC" ^ /v "PreviousUninstall" /t REG_DWORD /d 1 /f > NUL 2>&1 echo removing link in Start menu ... -del /F "%ProgramData%\Microsoft\Windows\Start Menu\Programs\PC Health Check.lnk" 2>nul +del /F /Q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\PC Health Check.lnk" 2>nul echo ####### %0 ####### diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index 52e5818..ff90e05 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -225,7 +225,6 @@ if NOT EXIST %SOFTWARE%\sysinternals.zip ( autoruns procexp - rammap tcpview vmmap zoomit