removed vivetool
This commit is contained in:
parent
febd4a68f8
commit
cdf57b941d
@ -109,7 +109,7 @@ powershell -Command ^
|
||||
echo.
|
||||
|
||||
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.
|
||||
|
||||
call modify-path.cmd
|
||||
@ -200,9 +200,6 @@ echo.
|
||||
call disable-meetnow.cmd
|
||||
echo.
|
||||
|
||||
call disable-settingsheader.cmd
|
||||
echo.
|
||||
|
||||
call disable-autologon.cmd
|
||||
echo.
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
echo ####### %0 #######
|
||||
|
||||
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 DefaultPassword /f
|
||||
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /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 2>nul
|
||||
reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultUserName /f 2>nul
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
|
@ -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 #######
|
||||
|
Loading…
Reference in New Issue
Block a user