w10install/tools/logon.cmd

144 lines
4.9 KiB
Batchfile
Raw Normal View History

2021-01-10 23:14:52 +01:00
@echo off
set TOOLS=c:\tools
2021-03-02 13:57:45 +01:00
set STATUSFILE=%LOCALAPPDATA%\.user_settings_done
2021-01-10 23:14:52 +01:00
echo ####### %0 #######
2021-01-12 17:01:34 +01:00
echo removing wallpaper ...
2021-01-12 22:54:02 +01:00
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v WallPaper /t REG_SZ /d " " /f 1>nul
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
2021-01-10 23:14:52 +01:00
echo set desktop colour ...
%TOOLS%\setbgcol
echo starting BGInfo ...
%TOOLS%\bginfo\bginfo64.exe %TOOLS%\bginfo\config.bgi /NOLICPROMPT /silent /timer:0
2021-02-13 20:05:56 +01:00
rem #####
2021-02-14 20:35:35 +01:00
rem ##### USER CONFIG FILES
2021-02-13 20:05:56 +01:00
rem #####
2021-01-27 22:05:17 +01:00
rem SSH
2021-01-12 17:01:34 +01:00
mkdir %USERPROFILE%\workspace 1>nul 2>nul
mkdir %USERPROFILE%\.ssh 1>nul 2>nul
2021-01-29 12:30:37 +01:00
if NOT EXIST %USERPROFILE%\.ssh\config (
2021-03-02 13:57:45 +01:00
echo setup for SSH ...
2021-01-29 12:30:37 +01:00
copy /Y %TOOLS%\scripts\config\ssh-config.txt %USERPROFILE%\.ssh\config
)
2021-01-27 22:05:17 +01:00
2021-01-30 21:38:46 +01:00
rem VIM
if NOT EXIST %USERPROFILE%\.vimrc (
2021-03-02 13:57:45 +01:00
echo setup for VIM ...
2021-01-30 21:38:46 +01:00
copy /Y %TOOLS%\scripts\config\vimrc.txt ^
%USERPROFILE%\.vimrc
)
2021-01-27 22:05:17 +01:00
rem TOTALCOMMANDER
2021-01-31 23:59:16 +01:00
if NOT EXIST %APPDATA%\GHISLER\WINCMD.ini (
2021-03-02 13:57:45 +01:00
echo setup for TOTALCOMMANDER ...
2021-01-31 23:59:16 +01:00
mkdir %APPDATA%\GHISLER 1>nul 2>nul
copy /Y %TOOLS%\scripts\config\WINCMD.ini %APPDATA%\GHISLER
copy /Y %TOOLS%\scripts\config\wcx_ftp.ini %APPDATA%\GHISLER
2021-01-29 12:30:37 +01:00
)
2021-01-27 22:05:17 +01:00
2021-02-03 13:37:54 +01:00
rem WINDOWS TERMINAL
set LOCALSTATE=%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
if NOT EXIST %LOCALSTATE%\settings.json (
2021-03-02 13:57:45 +01:00
echo setup for WINDOWS TERMINAL
2021-02-03 13:37:54 +01:00
mkdir %LOCALSTATE% 1>nul 2>nul
copy /Y %TOOLS%\scripts\config\wt-settings.json ^
%LOCALSTATE%\settings.json
)
2021-03-02 23:29:07 +01:00
if EXIST %STATUSFILE% GOTO END
2021-03-02 13:57:45 +01:00
echo.
echo #####
echo ##### USER TWEAKS
echo #####
echo.
2021-02-14 20:35:35 +01:00
echo add "This PC" icon for current user on desktop Windows 10 ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" ^
/v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d 0 /f 1>nul
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu" ^
/v "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" /t REG_DWORD /d 0 /f 1>nul
echo add userhome icon on windows 10 desktop for current user ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel" ^
/v "{59031a47-3f72-44a7-89c5-5595fe6b30ee}" /t REG_DWORD /d 0 /f 1>nul
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu" ^
/v "{59031a47-3f72-44a7-89c5-5595fe6b30ee}" /t REG_DWORD /d 0 /f 1>nul
echo refresh desktop (W10 style)
ie4uinit.exe -show
2021-02-13 20:05:56 +01:00
2021-02-14 20:58:44 +01:00
echo enabling fast shutdown ...
2021-02-14 21:54:31 +01:00
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" ^
2021-02-14 20:58:44 +01:00
/v "WaitToKillAppTimeOut" /t REG_DWORD /d 2000 /f 1>nul
2021-02-14 21:54:31 +01:00
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" ^
2021-02-14 20:58:44 +01:00
/v "HungAppTimeout" /t REG_DWORD /d 2000 /f 1>nul
2021-02-14 21:54:31 +01:00
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" ^
2021-02-14 20:58:44 +01:00
/v "AutoEndTasks" /t REG_DWORD /d 1 /f 1>nul
echo add seconds to clock ...
2021-02-14 21:54:31 +01:00
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
2021-02-14 20:58:44 +01:00
/v "ShowSecondsInSystemClock" /t REG_DWORD /d 1 /f 1>nul
2021-02-13 20:05:56 +01:00
echo disable search box on taskbar ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search" ^
2021-02-13 22:04:02 +01:00
/v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f 1>nul
2021-02-13 20:05:56 +01:00
2021-02-13 22:04:02 +01:00
echo disable multi tasking view button on the taskbar ...
2021-02-13 20:05:56 +01:00
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
2021-02-13 22:04:02 +01:00
/v "ShowTaskViewButton" /t REG_DWORD /d 0 /f 1>nul
echo disable cortana button on the taskbar ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" ^
/v "ShowCortanaButton" /t REG_DWORD /d 0 /f 1>nul
2021-03-02 23:29:07 +01:00
GOTO END
2021-02-13 22:04:02 +01:00
echo disable autotray for the taskbar ...
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
/v "EnableAutoTray" /t REG_DWORD /d 0 /f 1>nul
echo disable notification center ...
reg add "HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer" ^
/v "DisableNotificationCenter" /t REG_DWORD /d 1 /f 1>nul
2021-02-14 20:35:35 +01:00
echo removing pinned apps from taskbar ...
2021-02-13 22:29:02 +01:00
del /F /S /Q /A "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*"
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband" /f
2021-02-13 20:05:56 +01:00
2021-03-02 14:01:12 +01:00
echo loading OpenShell config ...
rem config must be full qualified pathname (OpenShell BUG!)
set CONFIG=%TOOLS%\scripts\config\OpenshellSettings.xml
"%ProgramFiles%\Open-Shell\StartMenu.exe" -xml %CONFIG%
2021-02-13 20:05:56 +01:00
echo restarting explorer ...
taskkill /f /im explorer.exe 1>nul 2>nul
start explorer.exe
2021-02-14 20:35:35 +01:00
rem try to delete some useless files ...
2021-01-29 19:09:28 +01:00
del /F "$APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk" 1>nul 2>nul
del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 1>nul 2>nul
del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 1>nul 2>nul
2021-01-12 17:01:34 +01:00
2021-03-02 13:57:45 +01:00
echo 1 >%STATUSFILE%
2021-02-14 20:35:35 +01:00
2021-03-02 13:57:45 +01:00
:END
echo.
echo #####
echo #####
echo #####
echo.
2021-02-14 20:35:35 +01:00
echo starting workstation service ...
2021-01-10 23:14:52 +01:00
net start workstation 1>nul 2>nul
net config workstation
echo ####### %0 #######
2021-03-02 13:57:45 +01:00
timeout /T 2
2021-01-10 23:14:52 +01:00