From 45624b51f66cf7377ed83316acccde2cfc261e94 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Fri, 24 Feb 2023 12:22:13 +0100 Subject: [PATCH] removed RAMmap --- scripts/autoconfig.cmd | 2 +- scripts/install-logonscript.cmd | 2 +- scripts/install-openshell.cmd | 2 +- scripts/install-shortcuts.cmd | 1 + scripts/startmenu/RAMMap.lnk | Bin 1175 -> 0 bytes scripts/uninstall-edge.cmd | 8 ++++---- scripts/uninstall-pchealth.cmd | 2 +- scripts/unpack-zipfiles.cmd | 1 - 8 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 scripts/startmenu/RAMMap.lnk 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 781c7639cbc96d6320050adff89219d2eb331533..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1175 zcma)5O=uHQ5dOASO~uv(Q;A}2FjOKX=~hC)U?CxDqL?-&C23&`P1_Bw#3W=RO)tG_ zC4yDNgFh6h7XJ=`iWimQ$z$*!ji(+wDY4{M>7mYSYC=;2eakm*X5Q>K^WK|x1%O~| zA_**O5*Hss2Q%sAN1LTlZ&Bzjcl@>ZiUMvK@&odUaBp_67AaKXtI{hN(HU4BESP^e z75(!S9lAyF=~47}oKiKYrUcNd8IiDfL61x_8CP)*EojEt=SaBh8V)~j*ePODi`rlN zQPX}FdxQ*<^u?i)$B6MN--b(%&`9Xgz|ah(xLoDjsB+GAaq-P{ocnJ3h-;dlAb|{I zq-lQDr%;ZKPW!2ylzX? zN7S!>rQ>P==0_>8Hxvk!#7{pwnDs8M7Y;9|v6F7{YsorE;bUxc)n-_CZ0j_|^T-pJ zTr78eSo0p!zbH42<(~b1Ya{;w4q)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