removed vivetool

This commit is contained in:
Michael H.G. Schmidt 2023-01-19 11:34:13 +01:00
parent febd4a68f8
commit cdf57b941d
3 changed files with 4 additions and 19 deletions

View File

@ -109,7 +109,7 @@ powershell -Command ^
echo. echo.
echo enabling OS feature "NetFx3" ... echo enabling OS feature "NetFx3" ...
dism /online /enable-feature /featurename:NetFx3 /All /Source:%WINDIR%:\sources\sxs /LimitAccess /NoRestart dism /online /enable-feature /featurename:NetFx3 /All /Source:%WINDIR%\sources\sxs /LimitAccess /NoRestart
echo. echo.
call modify-path.cmd call modify-path.cmd
@ -200,9 +200,6 @@ echo.
call disable-meetnow.cmd call disable-meetnow.cmd
echo. echo.
call disable-settingsheader.cmd
echo.
call disable-autologon.cmd call disable-autologon.cmd
echo. echo.

View File

@ -3,9 +3,9 @@
echo ####### %0 ####### echo ####### %0 #######
echo disabling autologon for admin ... echo disabling autologon for admin ...
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultDomainName /f reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultDomainName /f 2>nul
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /f reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /f 2>nul
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /f reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /f 2>nul
echo ####### %0 ####### echo ####### %0 #######

View File

@ -1,12 +0,0 @@
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
rem Dear Microsoft, please stop adding STUPID features to windows!
rem Rewards ? Really ? Seriously ?
echo disabling nag screen in windows settings ...
%TOOLS%\vivetool delconfig 18299130 1
echo ####### %0 #######