.
This commit is contained in:
parent
3621589964
commit
c189873792
12
scripts/cleanup-tiles.cmd
Normal file
12
scripts/cleanup-tiles.cmd
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
@echo off
|
||||||
|
set TOOLS=c:\tools
|
||||||
|
|
||||||
|
net session >nul 2>&1
|
||||||
|
if NOT %ERRORLEVEL% == 0 (
|
||||||
|
echo ERROR: User has NO ADMINISTRATOR rights!
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
|
|
||||||
|
echo cleaning START menu tiles ...
|
||||||
|
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
|
||||||
|
|
@ -224,8 +224,8 @@ reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
|
|||||||
echo disabling unwanted NETWORK features ...
|
echo disabling unwanted NETWORK features ...
|
||||||
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
|
powershell -command %TOOLS%\scripts\disable-networkfeatures.ps1
|
||||||
|
|
||||||
echo cleaning START menu tiles ...
|
rem try to cleanup the tiles in the start menu (only for admins)
|
||||||
powershell -command %TOOLS%\scripts\cleanup-tiles.ps1
|
call %TOOLS%\scripts\cleanup-tiles.cmd
|
||||||
|
|
||||||
rem create a statusfile (this codeblock must be executed only once per user) ...
|
rem create a statusfile (this codeblock must be executed only once per user) ...
|
||||||
echo 1 >%USERCONFIG_DONE%
|
echo 1 >%USERCONFIG_DONE%
|
||||||
|
Loading…
Reference in New Issue
Block a user