diff --git a/scripts/cleanup-programlist.cmd b/scripts/cleanup-programlist.cmd index 1f725ae..5588ffe 100644 --- a/scripts/cleanup-programlist.cmd +++ b/scripts/cleanup-programlist.cmd @@ -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 ) diff --git a/scripts/copy-executables.cmd b/scripts/copy-executables.cmd index 17987b6..9a22c9c 100644 --- a/scripts/copy-executables.cmd +++ b/scripts/copy-executables.cmd @@ -15,6 +15,7 @@ for %%E in ( tzedit.exe rdp.exe anydesk.exe + superuser.exe ) do ( diff --git a/scripts/destroy-activation.cmd b/scripts/destroy-activation.cmd index 30da5ce..6bde8a0 100644 --- a/scripts/destroy-activation.cmd +++ b/scripts/destroy-activation.cmd @@ -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" ^ diff --git a/scripts/uninstall-onedrive.cmd b/scripts/uninstall-onedrive.cmd index 85cacff..fa57c96 100644 --- a/scripts/uninstall-onedrive.cmd +++ b/scripts/uninstall-onedrive.cmd @@ -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 ####### diff --git a/scripts/uninstall-pchealth.cmd b/scripts/uninstall-pchealth.cmd index f5d8db9..de76a2b 100644 --- a/scripts/uninstall-pchealth.cmd +++ b/scripts/uninstall-pchealth.cmd @@ -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" ( diff --git a/scripts/unpack-zipfiles.cmd b/scripts/unpack-zipfiles.cmd index cfd773b..9df17cc 100644 --- a/scripts/unpack-zipfiles.cmd +++ b/scripts/unpack-zipfiles.cmd @@ -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 diff --git a/software/basic.csv b/software/basic.csv index b426ddd..e623bee 100644 --- a/software/basic.csv +++ b/software/basic.csv @@ -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