This commit is contained in:
Michael H.G. Schmidt 2021-01-29 19:09:28 +01:00
parent c0c0fe261b
commit ed3778c4fa
8 changed files with 35 additions and 26 deletions

View File

@ -14,9 +14,11 @@ mkdir %T% 1>nul 2>nul
echo cd to %SCRIPTS% ...
cd /D %SCRIPTS%
echo moving files in deploy folder to %TOOLS% ...
move /Y deploy\* %TOOLS%
rmdir deploy 1>nul 2>nul
echo copy files in deploy folder to %TOOLS% ...
if EXIST deploy (
move /Y deploy\* %TOOLS% 2>nul
rmdir deploy 2>nul
)
echo.
echo #######################

View File

@ -3,9 +3,9 @@
echo ####### %0 #######
echo kill system processes and wait a short time ...
taskkill /f /im StartMenuExperienceHost.exe
taskkill /f /im shellexperiencehost.exe
taskkill /f /im explorer.exe
taskkill /f /im StartMenuExperienceHost.exe 2>nul
taskkill /f /im shellexperiencehost.exe 2>nul
taskkill /f /im explorer.exe 2>nul
ping 127.0.0.1 -n 3 >nul 2>nul
@ -15,8 +15,8 @@ del %LOCALAPPDATA%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\StateStore" /V ResetCache /T REG_DWORD /D 1 /F
echo start explorer again ...
ping 127.0.0.1 -n 1 >nul 2>nul
start explorer
ping 127.0.0.1 -n 3 >nul 2>nul
start explorer.exe
echo ####### %0 #######

View File

@ -40,12 +40,13 @@ foreach ($regAlias in $regAliases) {
# restart Explorer, open the start menu (necessary to load the new layout),
# and give it a few seconds to process ...
Start-Sleep -s 3
echo "restart explorer ..."
Stop-Process -name explorer
Start-Sleep -s 3
taskkill /F /IM explorer.exe
sleep 3
start explorer.exe
sleep 3
$wshell = New-Object -ComObject wscript.shell; $wshell.SendKeys('^{ESCAPE}')
Start-Sleep -s 3
sleep 3
# enable the ability to pin items again by disabling "LockedStartLayout" ...
foreach ($regAlias in $regAliases) {
@ -56,8 +57,10 @@ foreach ($regAlias in $regAliases) {
# restart Explorer and delete the layout file ...
echo "restart explorer ..."
Stop-Process -name explorer
taskkill /F /IM explorer.exe
sleep 3
Remove-Item $LAYOUT
start explorer.exe
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'

View File

@ -54,6 +54,10 @@ if NOT EXIST %windir%\wcx_ftp.ini (
rem ###
rem ######
rem deleting useless files ...
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
echo start workstation service ...
net start workstation 1>nul 2>nul

View File

@ -7,8 +7,8 @@ set TOOLS=c:\tools
echo ####### %0 #######
echo killing ssh processes...
taskkill /F /IM ssh-agent.exe
taskkill /F /IM ssh.exe
taskkill /F /IM ssh-agent.exe 2>nul
taskkill /F /IM ssh.exe 2>nul
echo installing GIT ...
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS

View File

@ -6,8 +6,8 @@ set EXE=..\software\PureBasic_Windows_X64_LTS_5.73.exe
echo ####### %0 #######
echo killing ssh processes...
taskkill /F /IM PureBasic.exe
taskkill /F /IM pbcompiler.exe
taskkill /F /IM PureBasic.exe 2>nul
taskkill /F /IM pbcompiler.exe 2>nul
echo installing PUREBASIC ...
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS

View File

@ -15,6 +15,7 @@ del /F "%PUBLIC%\Desktop\Microsoft Edge.lnk" 2>nul
del /F "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
del /F "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
del /F "%USERPROFILE%\Desktop\Microsoft Edge.lnk" 2>nul
rd /S /Q "%PROGRAMDATA%\Microsoft\EdgeUpdate" 2>nul
echo block edge updates ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^

View File

@ -165,6 +165,14 @@ for %%P in (
Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature
Microsoft-Windows-Xps
Microsoft-Xbox
microsoft-onecore-applicationmodel
Microsoft-OneCore-ApplicationModel
Microsoft-OneCore-IsolatedUserMode
Microsoft-OneCore-Multimedia-CastingCommon
Microsoft-OneCore-Multimedia-CastingReceiver
Microsoft-OneCore-VirtualizationBasedSecurity
Microsoft-OneCore-Multimedia-CastingTransmitter-Media-Package
Microsoft-Onecore-SPP-VirtualDevice
MSMQ-Driver-Package
MultiPoint
Networking-MPSSVC-Rules-EnterpriseEdition-Package
@ -175,15 +183,6 @@ for %%P in (
Server-Help
Windows-Defender
WindowsSearchEngineSKU-Group
microsoft-onecore-applicationmodel
Microsoft-OneCore-ApplicationModel
Microsoft-OneCore-IsolatedUserMode
Microsoft-OneCore-Multimedia-CastingCommon
Microsoft-OneCore-Multimedia-CastingReceiver
Microsoft-OneCore-VirtualizationBasedSecurity
Microsoft-OneCoreUAP-AppRuntime
Microsoft-OneCore-Multimedia-CastingTransmitter-Media-Package
Microsoft-Onecore-SPP-VirtualDevice
) do (