.
This commit is contained in:
parent
c0c0fe261b
commit
ed3778c4fa
@ -14,9 +14,11 @@ mkdir %T% 1>nul 2>nul
|
|||||||
echo cd to %SCRIPTS% ...
|
echo cd to %SCRIPTS% ...
|
||||||
cd /D %SCRIPTS%
|
cd /D %SCRIPTS%
|
||||||
|
|
||||||
echo moving files in deploy folder to %TOOLS% ...
|
echo copy files in deploy folder to %TOOLS% ...
|
||||||
move /Y deploy\* %TOOLS%
|
if EXIST deploy (
|
||||||
rmdir deploy 1>nul 2>nul
|
move /Y deploy\* %TOOLS% 2>nul
|
||||||
|
rmdir deploy 2>nul
|
||||||
|
)
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo #######################
|
echo #######################
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo kill system processes and wait a short time ...
|
echo kill system processes and wait a short time ...
|
||||||
taskkill /f /im StartMenuExperienceHost.exe
|
taskkill /f /im StartMenuExperienceHost.exe 2>nul
|
||||||
taskkill /f /im shellexperiencehost.exe
|
taskkill /f /im shellexperiencehost.exe 2>nul
|
||||||
taskkill /f /im explorer.exe
|
taskkill /f /im explorer.exe 2>nul
|
||||||
|
|
||||||
ping 127.0.0.1 -n 3 >nul 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
|
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\StateStore" /V ResetCache /T REG_DWORD /D 1 /F
|
||||||
|
|
||||||
echo start explorer again ...
|
echo start explorer again ...
|
||||||
ping 127.0.0.1 -n 1 >nul 2>nul
|
ping 127.0.0.1 -n 3 >nul 2>nul
|
||||||
start explorer
|
start explorer.exe
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
|
@ -40,12 +40,13 @@ foreach ($regAlias in $regAliases) {
|
|||||||
|
|
||||||
# restart Explorer, open the start menu (necessary to load the new layout),
|
# restart Explorer, open the start menu (necessary to load the new layout),
|
||||||
# and give it a few seconds to process ...
|
# and give it a few seconds to process ...
|
||||||
Start-Sleep -s 3
|
|
||||||
echo "restart explorer ..."
|
echo "restart explorer ..."
|
||||||
Stop-Process -name explorer
|
taskkill /F /IM explorer.exe
|
||||||
Start-Sleep -s 3
|
sleep 3
|
||||||
|
start explorer.exe
|
||||||
|
sleep 3
|
||||||
$wshell = New-Object -ComObject wscript.shell; $wshell.SendKeys('^{ESCAPE}')
|
$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" ...
|
# enable the ability to pin items again by disabling "LockedStartLayout" ...
|
||||||
foreach ($regAlias in $regAliases) {
|
foreach ($regAlias in $regAliases) {
|
||||||
@ -56,8 +57,10 @@ foreach ($regAlias in $regAliases) {
|
|||||||
|
|
||||||
# restart Explorer and delete the layout file ...
|
# restart Explorer and delete the layout file ...
|
||||||
echo "restart explorer ..."
|
echo "restart explorer ..."
|
||||||
Stop-Process -name explorer
|
taskkill /F /IM explorer.exe
|
||||||
|
sleep 3
|
||||||
Remove-Item $LAYOUT
|
Remove-Item $LAYOUT
|
||||||
|
start explorer.exe
|
||||||
|
|
||||||
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||||||
|
|
||||||
|
@ -54,6 +54,10 @@ if NOT EXIST %windir%\wcx_ftp.ini (
|
|||||||
rem ###
|
rem ###
|
||||||
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 ...
|
echo start workstation service ...
|
||||||
net start workstation 1>nul 2>nul
|
net start workstation 1>nul 2>nul
|
||||||
|
@ -7,8 +7,8 @@ set TOOLS=c:\tools
|
|||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo killing ssh processes...
|
echo killing ssh processes...
|
||||||
taskkill /F /IM ssh-agent.exe
|
taskkill /F /IM ssh-agent.exe 2>nul
|
||||||
taskkill /F /IM ssh.exe
|
taskkill /F /IM ssh.exe 2>nul
|
||||||
|
|
||||||
echo installing GIT ...
|
echo installing GIT ...
|
||||||
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
|
@ -6,8 +6,8 @@ set EXE=..\software\PureBasic_Windows_X64_LTS_5.73.exe
|
|||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
|
||||||
echo killing ssh processes...
|
echo killing ssh processes...
|
||||||
taskkill /F /IM PureBasic.exe
|
taskkill /F /IM PureBasic.exe 2>nul
|
||||||
taskkill /F /IM pbcompiler.exe
|
taskkill /F /IM pbcompiler.exe 2>nul
|
||||||
|
|
||||||
echo installing PUREBASIC ...
|
echo installing PUREBASIC ...
|
||||||
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
%EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||||
|
@ -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 "%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 "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk" 2>nul
|
||||||
del /F "%USERPROFILE%\Desktop\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 ...
|
echo block edge updates ...
|
||||||
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^
|
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" ^
|
||||||
|
@ -165,6 +165,14 @@ for %%P in (
|
|||||||
Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature
|
Microsoft-Windows-WPD-UltimatePortableDeviceFeature-Feature
|
||||||
Microsoft-Windows-Xps
|
Microsoft-Windows-Xps
|
||||||
Microsoft-Xbox
|
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
|
MSMQ-Driver-Package
|
||||||
MultiPoint
|
MultiPoint
|
||||||
Networking-MPSSVC-Rules-EnterpriseEdition-Package
|
Networking-MPSSVC-Rules-EnterpriseEdition-Package
|
||||||
@ -175,15 +183,6 @@ for %%P in (
|
|||||||
Server-Help
|
Server-Help
|
||||||
Windows-Defender
|
Windows-Defender
|
||||||
WindowsSearchEngineSKU-Group
|
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 (
|
) do (
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user