.
This commit is contained in:
parent
00a5355a90
commit
fe43e673fb
@ -110,10 +110,6 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Env
|
|||||||
/d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^
|
/d "%SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMROOT%\system32\WindowsPowerShell\v1.0;%TOOLS%;%TOOLS%\git\bin;%TOOLS%\git\usr\bin;%TOOLS%\notepad++" ^
|
||||||
/f
|
/f
|
||||||
|
|
||||||
echo cleanup startmenu ...
|
|
||||||
call cleanup-startmenu.cmd
|
|
||||||
powershell -Command .\cleanup-tiles.ps1
|
|
||||||
|
|
||||||
rem install openshell (fuck you microsoft) ...
|
rem install openshell (fuck you microsoft) ...
|
||||||
call install-openshell.cmd
|
call install-openshell.cmd
|
||||||
|
|
||||||
@ -123,12 +119,22 @@ call install-firefox.cmd
|
|||||||
rem install F-Secure Antivirus ...
|
rem install F-Secure Antivirus ...
|
||||||
call install-antivir.cmd
|
call install-antivir.cmd
|
||||||
|
|
||||||
rem echo ENABLE firewall ...
|
|
||||||
rem netsh advfirewall set allprofiles state on
|
|
||||||
|
|
||||||
rem disable autologon for support user ...
|
rem disable autologon for support user ...
|
||||||
call disable-autologon.cmd
|
call disable-autologon.cmd
|
||||||
|
|
||||||
|
rem disable logon screen background ...
|
||||||
|
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" ^
|
||||||
|
/v DisableLogonBackgroundImage ^
|
||||||
|
/t REG_DWORD /d 1 /f
|
||||||
|
|
||||||
|
rem this must be done as late as possible ... stupid os problem
|
||||||
|
echo cleanup startmenu and tiles ...
|
||||||
|
powershell -Command .\cleanup-tiles.ps1
|
||||||
|
call cleanup-startmenu.cmd
|
||||||
|
|
||||||
|
rem echo ENABLE firewall ...
|
||||||
|
rem netsh advfirewall set allprofiles state on
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
echo READY.
|
echo READY.
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user