replaced NSudo by superuser.exe

This commit is contained in:
Michael H.G. Schmidt 2024-07-18 14:18:49 +02:00
parent 2ce363288a
commit 297a5a6f70
7 changed files with 8 additions and 13 deletions

View File

@ -11,8 +11,8 @@ for %%K in (
) do (
echo deleting registry key [ %%K ] using NSUDO ...
nsudo /U:T /P:E reg delete %%K /f
echo deleting registry key [ %%K ] using SUPERUSER ...
superuser /sw reg delete %%K /f
)

View File

@ -15,6 +15,7 @@ for %%E in (
tzedit.exe
rdp.exe
anydesk.exe
superuser.exe
) do (

View File

@ -22,8 +22,8 @@ set answer=
:CONT
echo Disabling and removing sppsvc service
nsudo /U:T /P:E sc stop sppsvc
nsudo /U:T /P:E sc delete sppsvc
superuser /sw sc stop sppsvc
superuser /sw sc delete sppsvc
echo Hiding activation menu in windows settings app ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies\Explorer" ^

View File

@ -38,7 +38,7 @@ echo KILLING all OneDrive SETUP instances ...
taskkill /f /im OneDriveSetup.exe > NUL 2>&1
echo removing OneDrive setup exe and dll ...
nsudo /U:T /P:E cmd.exe /C del /F /Q "%SYSTEMROOT%\SysWOW64\*onedrive*" 2>nul
superuser /sw cmd.exe /C del /F /Q "%SYSTEMROOT%\SysWOW64\*onedrive*" 2>nul
echo ####### %0 #######

View File

@ -7,7 +7,7 @@ if EXIST "%ProgramFiles%\Microsoft Update Health Tools" (
sc delete uhssvc
echo removing PC health update folder ...
nsudo /U:T /P:E cmd.exe /C rd /S /Q "%ProgramFiles%\Microsoft Update Health Tools" 2>nul
superuser /sw cmd.exe /C rd /S /Q "%ProgramFiles%\Microsoft Update Health Tools" 2>nul
)
if NOT exist "%ProgramFiles%\PCHealthCheck\PCHealthCheck.exe" (

View File

@ -17,7 +17,6 @@ for %%A in (
desktopinfo
devmanview
mas
nsudo
offlineregistryfinder
rclone
rdpwrap
@ -92,11 +91,6 @@ move /Y %T%\mas\mas_aio*.cmd %TOOLS%\mas_aio.cmd
rd /S /Q %T%\mas
echo.
echo NSudo
move /Y %T%\nsudo\NSudoLC.exe %TOOLS%\nsudo.exe
rd /S /Q %T%\nsudo
echo.
echo RDPwrapper
move /Y %T%\rdpwrap\RDP*.exe %TOOLS%
rd /S /Q %T%\rdpwrap

View File

@ -37,7 +37,7 @@ https://win32diskimager.org/wp-content/uploads/win32diskimager-1.0.0-install.exe
https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip
https://www.inveigle.net/downloads/CMail_0.8.3_amd64.zip cmail.zip
https://github.com/M2Team/NSudo/releases/download/8.2/NSudo_8.2_All_Components.zip nsudo.zip
https://github.com/mspaintmsi/superUser/releases/download/v5.6.1/superUser64.exe superuser.exe
https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip
https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
37 https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
38 https://dl.google.com/android/repository/platform-tools_r31.0.3-windows.zip android.zip
39 https://www.inveigle.net/downloads/CMail_0.8.3_amd64.zip cmail.zip
40 https://github.com/M2Team/NSudo/releases/download/8.2/NSudo_8.2_All_Components.zip nsudo.zip https://github.com/mspaintmsi/superUser/releases/download/v5.6.1/superUser64.exe superuser.exe
41 https://www.nirsoft.net/utils/serviwin-x64.zip serviwin.zip
42 https://www.nirsoft.net/utils/devmanview-x64.zip devmanview.zip
43 https://registry-finder.com/bin/2.55.0.0/RegistryFinder64.zip registryfinder.zip