normal Users ... #61

This commit is contained in:
Michael H.G. Schmidt 2022-11-13 22:12:39 +01:00
parent 501dcc9e40
commit 797daa23a1
38 changed files with 1446 additions and 1419 deletions

View File

@ -1,23 +1,24 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe
set EXE=..\software\F-SecureNetworkInstaller-AV_AVTR20F930_.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing F-Secure Anti-Virus ...
start /wait %EXE% echo installing F-Secure Anti-Virus ...
start /wait %EXE%
echo removing F-Secure desktop link ...
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul echo removing F-Secure desktop link ...
del /F "%PUBLIC%\Desktop\F-Secure Anti-Virus.lnk" 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,29 +1,30 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=ausweisapp2-setup.msi set SOFTWARE=..\software
set MSI=ausweisapp2-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing Ausweisapp 2 ...
cd %SOFTWARE% echo installing Ausweisapp 2 ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% /quiet @echo on
@echo off msiexec /i %MSI% /quiet
cd %OPT% @echo off
cd %OPT%
echo removing Ausweisapp2 Desktop icon ...
del /F /Q %PUBLIC%\Desktop\AusweisApp2.lnk 2>nul echo removing Ausweisapp2 Desktop icon ...
del /F /Q %PUBLIC%\Desktop\AusweisApp2.lnk 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,33 +1,34 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=bluejeans-setup.msi set SOFTWARE=..\software
set MSI=bluejeans-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing Verizon BlueJeans ...
cd %SOFTWARE% echo installing Verizon BlueJeans ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% INSTALLAUDIODRIVER=1 INSTALLUPDATESVC=0 LAUNCHAFTERINSTALL=0 /q @echo on
@echo off msiexec /i %MSI% INSTALLAUDIODRIVER=1 INSTALLUPDATESVC=0 LAUNCHAFTERINSTALL=0 /q
cd %OPT% @echo off
cd %OPT%
echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\BlueJeans.lnk" 2>nul
echo removing autostart for BlueJeans-Client ...
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^ echo removing autostart for BlueJeans-Client ...
/v "BlueJeans.Detector" /f reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
/v "BlueJeans.Detector" /f
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,27 +1,28 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\citrixworkspace-setup.exe
set EXE=..\software\citrixworkspace-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
echo GOTO: https://www.citrix.com/de-de/downloads/workspace-app/workspace-app-for-windows-long-term-service-release echo ERROR: %EXE% not found!
echo and save the file as "citrixworkspace-setup.exe" in folder "software" ! echo GOTO: https://www.citrix.com/de-de/downloads/workspace-app/workspace-app-for-windows-long-term-service-release
pause echo and save the file as "citrixworkspace-setup.exe" in folder "software" !
exit /b pause
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing Citrix Workspace LTS ...
start /wait %EXE% /silent /noreboot /AutoUpdateCheck=disabled echo installing Citrix Workspace LTS ...
start /wait %EXE% /silent /noreboot /AutoUpdateCheck=disabled
echo disabling autostart for Citrix Workspace ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^ echo disabling autostart for Citrix Workspace ...
/v "ConnectionCenter" /d 0300000065d2d743d402d701 /t REG_BINARY /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
/v "ConnectionCenter" /d 0300000065d2d743d402d701 /t REG_BINARY /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
/v "Redirector" /d 030000005e06c842d402d701 /t REG_BINARY /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run32" ^
/v "Redirector" /d 030000005e06c842d402d701 /t REG_BINARY /f
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,27 +1,28 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=dbbrowser-setup.msi set SOFTWARE=..\software
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set MSI=dbbrowser-setup.msi
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing DB-Browser ...
cd %SOFTWARE% echo installing DB-Browser ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% /passive @echo on
@echo off msiexec /i %MSI% /passive
cd %OPT% @echo off
cd %OPT%
echo copying startmenu shortcut ...
copy /Y startmenu\SQLite-DBB.lnk %STARTMENU% echo copying startmenu shortcut ...
copy /Y startmenu\SQLite-DBB.lnk %STARTMENU%
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,43 +1,44 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=emclient-setup.msi set SOFTWARE=..\software
set EMSERVERIP=168.62.48.183 set MSI=emclient-setup.msi
set EMSERVERIP=168.62.48.183
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing em-Client ...
cd %SOFTWARE% echo installing em-Client ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% /quiet @echo on
@echo off msiexec /i %MSI% /quiet
cd %OPT% @echo off
cd %OPT%
echo removing autostart for em-Client ...
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^ echo removing autostart for em-Client ...
/v "eM Client" /f reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" ^
/v "eM Client" /f
taskkill /F /IM SystemSettings.exe 2>nul
taskkill /F /IM SystemSettings.exe 2>nul
echo copying link to desktop ...
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\eM Client.lnk" ^ echo copying link to desktop ...
%PUBLIC%\Desktop copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\eM Client.lnk" ^
%PUBLIC%\Desktop
echo refreshing desktop ...
ie4uinit.exe -show echo refreshing desktop ...
ie4uinit.exe -show
echo disabling automatic updates via W10 firewall ...
netsh advfirewall firewall delete rule name="block_emclient_updates" 2>nul echo disabling automatic updates via W10 firewall ...
netsh advfirewall firewall add rule name="block_emclient_updates" ^ netsh advfirewall firewall delete rule name="block_emclient_updates" 2>nul
dir=out action=block protocol=tcp localip=any remoteip=%EMSERVERIP% ^ netsh advfirewall firewall add rule name="block_emclient_updates" ^
remoteport=80,443 program="%ProgramFiles(x86)%\eM Client\MailClient.exe" dir=out action=block protocol=tcp localip=any remoteip=%EMSERVERIP% ^
remoteport=80,443 program="%ProgramFiles(x86)%\eM Client\MailClient.exe"
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,19 +1,20 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\horizon-setup.exe
set EXE=..\software\horizon-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
) echo ERROR: %EXE% not found!
)
echo ####### %0 #######
echo ####### %0 #######
echo installing VMware Horizon client ...
start /wait %EXE% /silent /norestart AUTO_UPDATE_ENABLED=0 echo installing VMware Horizon client ...
start /wait %EXE% /silent /norestart AUTO_UPDATE_ENABLED=0
echo installing Desktop shortcut ...
move /Y "%PUBLIC%\Desktop\VMware Horizon Client.lnk" "%PUBLIC%\Desktop\Horizon.lnk" echo installing Desktop shortcut ...
move /Y "%PUBLIC%\Desktop\VMware Horizon Client.lnk" "%PUBLIC%\Desktop\Horizon.lnk"
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,30 +1,31 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\inkscape-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\inkscape-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing INKSCAPE processes...
taskkill /F /IM inkscape.exe 2>nul echo killing INKSCAPE processes...
taskkill /F /IM inkscape.exe 2>nul
echo installing INKSCAPE ...
start /wait %EXE% /S echo installing INKSCAPE ...
start /wait %EXE% /S
echo moving Inkscape startmenu shortcut ...
move /Y %STARTMENU%\"Inkscape\Inkscape.lnk" %STARTMENU%\Inkscape.lnk echo moving Inkscape startmenu shortcut ...
move /Y %STARTMENU%\"Inkscape\Inkscape.lnk" %STARTMENU%\Inkscape.lnk
echo removing Inkscape startmenu folder ...
rd /S /Q %STARTMENU%\"Inkscape" 2>nul echo removing Inkscape startmenu folder ...
rd /S /Q %STARTMENU%\"Inkscape" 2>nul
echo installing Inkscape desktop shortcut ...
copy /Y %STARTMENU%\"Inkscape.lnk" %PUBLIC%\Desktop 2>nul echo installing Inkscape desktop shortcut ...
copy /Y %STARTMENU%\"Inkscape.lnk" %PUBLIC%\Desktop 2>nul
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,30 +1,31 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\iview-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\iview-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
echo GOTO: https://www.irfanview.com/64bit.htm echo ERROR: %EXE% not found!
echo and save the file as "iview-setup.exe" in folder "software" ! echo GOTO: https://www.irfanview.com/64bit.htm
pause echo and save the file as "iview-setup.exe" in folder "software" !
exit /b pause
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing IrfanView ...
start /wait %EXE% /silent /desktop=1 /thumbs=1 /folder="c:\iview" /group=1 /allusers=1 /assoc=1 echo installing IrfanView ...
start /wait %EXE% /silent /desktop=1 /thumbs=1 /folder="c:\iview" /group=1 /allusers=1 /assoc=1
echo removing IrfanView startmenu folder ...
rd /S /Q %STARTMENU%\"IrfanView" 2>nul echo removing IrfanView startmenu folder ...
rd /S /Q %STARTMENU%\"IrfanView" 2>nul
echo moving IrfanView desktop links to Startmenu ...
move /Y "%PUBLIC%\Desktop\IrfanView*.lnk" %STARTMENU% echo moving IrfanView desktop links to Startmenu ...
move /Y "%PUBLIC%\Desktop\IrfanView*.lnk" %STARTMENU%
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,19 +1,20 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-java.txt
set EXE=..\software\java-setup.exe set CONFIG=config\install-java.txt
set EXE=..\software\java-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing JAVA ...
start /wait %EXE% INSTALL_SILENT=Enable AUTO_UPDATE=0 NOSTARTMENU=1 REBOOT=0 ^ echo installing JAVA ...
INSTALLDIR="%ProgramFiles%\java" start /wait %EXE% INSTALL_SILENT=Enable AUTO_UPDATE=0 NOSTARTMENU=1 REBOOT=0 ^
INSTALLDIR="%ProgramFiles%\java"
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,24 +1,25 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-keepass2.txt
set EXE=..\software\keepass2-setup.exe set CONFIG=config\install-keepass2.txt
set EXE=..\software\keepass2-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing KeePass 2 process ...
taskkill /F /IM KeePass.exe 2>nul echo killing KeePass 2 process ...
taskkill /F /IM KeePass.exe 2>nul
echo installing KeePass 2 ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing KeePass 2 ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,34 +1,35 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-moneyxplex.txt
set EXE=..\software\moneyplex-setup.exe set CONFIG=config\install-moneyxplex.txt
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\moneyplex-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing moneyplex processes...
taskkill /F /IM moneyplex.exe 2>nul echo killing moneyplex processes...
taskkill /F /IM moneyplex.exe 2>nul
echo installing moneyplex ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing moneyplex ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo moving moneyplex startmenu shortcut ...
move /Y %STARTMENU%\"moneyplex\moneyplex.lnk" %STARTMENU%\"MoneyPlex.lnk" echo moving moneyplex startmenu shortcut ...
move /Y %STARTMENU%\"moneyplex\moneyplex.lnk" %STARTMENU%\"MoneyPlex.lnk"
echo removing moneyplex startmenu folder ...
rd /S /Q %STARTMENU%\"moneyplex" 2>nul echo removing moneyplex startmenu folder ...
rd /S /Q %STARTMENU%\"moneyplex" 2>nul
echo renaming moneyplex icon on desktop ...
move /Y "%PUBLIC%\Desktop\moneyplex.lnk" "%PUBLIC%\Desktop\MoneyPlex.lnk" echo renaming moneyplex icon on desktop ...
move /Y "%PUBLIC%\Desktop\moneyplex.lnk" "%PUBLIC%\Desktop\MoneyPlex.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,32 +1,33 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\motorescue-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\motorescue-setup.exe
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs" set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
pause echo ERROR: %EXE% not found!
exit /b pause
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing Motorola/Lenovo Smart Assistant ...
start /wait %EXE% echo installing Motorola/Lenovo Smart Assistant ...
start /wait %EXE%
echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\Rescue and Smart Assistant.lnk" 2>nul echo removing Desktop icon ...
del /F "%USERPROFILE%\Desktop\Rescue and Smart Assistant.lnk" 2>nul
echo moving Smart Assistant startmenu shortcut ...
move /Y %STARTMENU_USER%\"Lenovo\Rescue and Smart Assistant.lnk" %STARTMENU%\"Lenovo Smart Assistant.lnk" echo moving Smart Assistant startmenu shortcut ...
move /Y %STARTMENU_USER%\"Lenovo\Rescue and Smart Assistant.lnk" %STARTMENU%\"Lenovo Smart Assistant.lnk"
echo removing Smart Assistant startmenu folder ...
rd /S /Q %STARTMENU_USER%\"Lenovo" 2>nul echo removing Smart Assistant startmenu folder ...
rd /S /Q %STARTMENU_USER%\"Lenovo" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,27 +1,28 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\obsstudio-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\obsstudio-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
pause echo ERROR: %EXE% not found!
exit /b pause
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing OBS Studio ...
start /wait %EXE% /S echo installing OBS Studio ...
start /wait %EXE% /S
echo moving OBS Studio startmenu shortcut ...
move /Y %STARTMENU%\"OBS Studio\OBS*.lnk" %STARTMENU% echo moving OBS Studio startmenu shortcut ...
move /Y %STARTMENU%\"OBS Studio\OBS*.lnk" %STARTMENU%
echo removing OBS Studio startmenu folder ...
rd /S /Q %STARTMENU%\"OBS Studio" 2>nul echo removing OBS Studio startmenu folder ...
rd /S /Q %STARTMENU%\"OBS Studio" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,56 +1,57 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=openvpn-setup.msi set SOFTWARE=..\software
set SETTINGS=..\personal\settings.cmd set MSI=openvpn-setup.msi
set openvpn_configfile=configfile set SETTINGS=..\personal\settings.cmd
set capicli="%ProgramFiles(x86)%\OpenVPN Technologies\OpenVPN Client\core\capicli.exe" set openvpn_configfile=configfile
set capicli="%ProgramFiles(x86)%\OpenVPN Technologies\OpenVPN Client\core\capicli.exe"
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
rem ===================
rem CONFIGFILE CHECK rem ===================
rem =================== rem CONFIGFILE CHECK
rem ===================
if NOT EXIST %SETTINGS% (
echo. if NOT EXIST %SETTINGS% (
echo WARNING: %SETTINGS% NOT FOUND echo.
echo. echo WARNING: %SETTINGS% NOT FOUND
) else ( echo.
call %SETTINGS% ) else (
) call %SETTINGS%
)
echo ####### %0 #######
echo ####### %0 #######
echo installing OpenVPN ...
cd %SOFTWARE% echo installing OpenVPN ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% /q @echo on
@echo off msiexec /i %MSI% /q
cd %OPT% @echo off
cd %OPT%
echo removing Desktop icon ...
del /F "%PUBLIC%\Desktop\OpenVPN Connect.lnk" 2>nul echo removing Desktop icon ...
del /F "%PUBLIC%\Desktop\OpenVPN Connect.lnk" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo sleep 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1 echo sleep 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
rem install configfile from folder personal ...
if EXIST ..\personal\%openvpn_configfile% ( rem install configfile from folder personal ...
echo importing OpenVPN configfile ... if EXIST ..\personal\%openvpn_configfile% (
%capicli% -f ..\personal\%openvpn_configfile% ImportProfile echo importing OpenVPN configfile ...
) else ( %capicli% -f ..\personal\%openvpn_configfile% ImportProfile
echo no configfile found! ) else (
) echo no configfile found!
)
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,34 +1,35 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=pdf24-setup.msi set SOFTWARE=..\software
set CONFIG=config\pdf24.reg set MSI=pdf24-setup.msi
set CONFIG=config\pdf24.reg
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing PDF24 ...
cd %SOFTWARE% echo installing PDF24 ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% /q @echo on
@echo off msiexec /i %MSI% /q
cd %OPT% @echo off
cd %OPT%
echo tweaking PDF24 ...
reg import %CONFIG% echo tweaking PDF24 ...
reg import %CONFIG%
echo removing Desktop icons ...
del /F "%PUBLIC%\Desktop\PDF24.lnk" 2>nul echo removing Desktop icons ...
del /F "%USERPROFILE%\Desktop\Online PDF Tools.url" 2>nul del /F "%PUBLIC%\Desktop\PDF24.lnk" 2>nul
del /F "%USERPROFILE%\Desktop\Online PDF Tools.url" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,77 +1,78 @@
@echo off @echo off
set T=c:\TEMP call check-for-admin
set TOOLS=c:\tools
set T=c:\TEMP
set CONFIG=config\install-purebasic.txt
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set CONFIG=config\install-purebasic.txt
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
rem licensed version (exe contains key!)
rem access only for customers ... rem licensed version (exe contains key!)
set EXE=..\company\purebasic-setup.exe rem access only for customers ...
set EXE=..\company\purebasic-setup.exe
rem demo version (publically accessible)
set ZIP=..\software\purebasic.zip rem demo version (publically accessible)
set ZIP=..\software\purebasic.zip
echo killing PureBasic processes...
taskkill /F /IM PureBasic.exe 2>nul echo killing PureBasic processes...
taskkill /F /IM pbcompiler.exe 2>nul taskkill /F /IM PureBasic.exe 2>nul
taskkill /F /IM pbcompiler.exe 2>nul
rem YES - this works. It is a "AND" construct...
if NOT EXIST %EXE% if NOT EXIST %ZIP% ( rem YES - this works. It is a "AND" construct...
echo WARNING: no PureBasic zipfile or exe-installer found! if NOT EXIST %EXE% if NOT EXIST %ZIP% (
goto END echo WARNING: no PureBasic zipfile or exe-installer found!
) goto END
)
echo ####### %0 #######
echo ####### %0 #######
if EXIST %EXE% (
echo INFO: %EXE% found, installing licensed version ... if EXIST %EXE% (
echo INFO: %EXE% found, installing licensed version ...
rem remove old links ...
del /F /Q /A %PUBLIC%\Desktop\PureBasic*.lnk 2>nul rem remove old links ...
del /F /Q /A %PUBLIC%\Desktop\PureBasic*.lnk 2>nul
echo installing purebasic ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL ^ echo installing purebasic ...
/SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL ^
goto LINK /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
) goto LINK
)
if EXIST %ZIP% (
echo INFO: %ZIP% found, installing demo version ... if EXIST %ZIP% (
echo INFO: %ZIP% found, installing demo version ...
rem remove old links ...
del /F /Q /A %PUBLIC%\Desktop\PureBasic*.lnk 2>nul rem remove old links ...
del /F /Q /A %PUBLIC%\Desktop\PureBasic*.lnk 2>nul
%TOOLS%\7z e -y -aoa -o%T%\purebasic %ZIP%
move /Y %T%\purebasic\PureBasic*.exe %T%\purebasic\purebasic-setup.exe 7z e -y -aoa -o%T%\purebasic %ZIP%
move /Y %T%\purebasic\PureBasic*.exe %T%\purebasic\purebasic-setup.exe
echo installing purebasic ...
start /wait %T%\purebasic\purebasic-setup.exe ^ echo installing purebasic ...
/LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS start /wait %T%\purebasic\purebasic-setup.exe ^
/LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo cleanup ...
rd /S /Q %T%\purebasic 2>nul echo cleanup ...
goto LINK rd /S /Q %T%\purebasic 2>nul
) goto LINK
)
:LINK
rem remove personal link ... :LINK
del /F /Q /A %USERPROFILE%\Desktop\PureBasic*.lnk 2>nul rem remove personal link ...
del /F /Q /A %USERPROFILE%\Desktop\PureBasic*.lnk 2>nul
echo copy new PureBasic link to desktop ...
copy /Y "%STARTMENU%\PureBasic\PureBasic (x64).lnk" ^ echo copy new PureBasic link to desktop ...
%PUBLIC%\Desktop\PureBasic.lnk copy /Y "%STARTMENU%\PureBasic\PureBasic (x64).lnk" ^
%PUBLIC%\Desktop\PureBasic.lnk
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo moving PureBasic startmenu shortcut ...
move /Y %STARTMENU%\"PureBasic\PureBasic (x64).lnk" %STARTMENU% echo moving PureBasic startmenu shortcut ...
move /Y %STARTMENU%\"PureBasic\PureBasic (x64).lnk" %STARTMENU%
echo removing PureBasic startmenu folder ...
rd /S /Q %STARTMENU%\"PureBasic" 2>nul echo removing PureBasic startmenu folder ...
rd /S /Q %STARTMENU%\"PureBasic" 2>nul
echo ####### %0 #######
:END echo ####### %0 #######
pause :END
pause

View File

@ -1,22 +1,23 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=python2-setup.msi set SOFTWARE=..\software
set MSI=python2-setup.msi
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
cd %SOFTWARE%
@echo on cd %SOFTWARE%
msiexec /i %MSI% /passive @echo on
@echo off msiexec /i %MSI% /passive
cd %OPT% @echo off
cd %OPT%
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,36 +1,37 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set SOFTWARE=..\software set OPT=..\optional
set MSI=seafile-setup.msi set SOFTWARE=..\software
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set MSI=seafile-setup.msi
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing SeaFile ...
cd %SOFTWARE% echo installing SeaFile ...
@echo on cd %SOFTWARE%
msiexec /i %MSI% /qn @echo on
@echo off msiexec /i %MSI% /qn
cd %OPT% @echo off
cd %OPT%
echo removing SeaFile Desktop icon ...
del /F "%Public%\Desktop\SeaFile.lnk" 2>nul echo removing SeaFile Desktop icon ...
del /F "%Public%\Desktop\SeaFile.lnk" 2>nul
echo moving SeaFile startmenu shortcut ...
move /Y %STARTMENU%\"Seafile\Start Seafile.lnk" %STARTMENU%\SeaFile.lnk echo moving SeaFile startmenu shortcut ...
move /Y %STARTMENU%\"Seafile\Start Seafile.lnk" %STARTMENU%\SeaFile.lnk
echo removing SeaFile startmenu folder ...
rd /S /Q %STARTMENU%\"Seafile" 2>nul echo removing SeaFile startmenu folder ...
rd /S /Q %STARTMENU%\"Seafile" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show echo refreshing desktop (W10 style) ...
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,24 +1,25 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-sharemouse.txt
set EXE=..\software\sharemouse-setup.exe set CONFIG=config\install-sharemouse.txt
set EXE=..\software\sharemouse-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing ShareMouse processes...
taskkill /F /IM sharemouse.exe 2>nul echo killing ShareMouse processes...
taskkill /F /IM sharemouse.exe 2>nul
echo installing ShareMouse ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing ShareMouse ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,139 +1,140 @@
@echo off @echo off
call check-for-admin
set OPT=..\optional
set CONFIG=config set OPT=..\optional
set SOFTWARE=..\software set CONFIG=config
set MSI=softmaker-setup.msi set SOFTWARE=..\software
set SETTINGS=..\company\settings.cmd set MSI=softmaker-setup.msi
set softmaker_license=0 set SETTINGS=..\company\settings.cmd
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set softmaker_license=0
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %SOFTWARE%\%MSI% (
echo ERROR: %SOFTWARE%\%MSI% not found! if NOT EXIST %SOFTWARE%\%MSI% (
exit /b echo ERROR: %SOFTWARE%\%MSI% not found!
) exit /b
)
rem ===================
rem CONFIGFILE CHECK rem ===================
rem =================== rem CONFIGFILE CHECK
rem ===================
if NOT EXIST %SETTINGS% (
echo. if NOT EXIST %SETTINGS% (
echo WARNING: %SETTINGS% NOT FOUND echo.
echo. echo WARNING: %SETTINGS% NOT FOUND
) else ( echo.
call %SETTINGS% ) else (
) call %SETTINGS%
)
echo ####### %0 #######
echo ####### %0 #######
cd %SOFTWARE%
@echo on cd %SOFTWARE%
msiexec /i %MSI% /qb APPLICATIONFOLDER="c:\Program Files\Softmaker Office 2021" ^ @echo on
INSTALLTM=1 INSTALLPM=1 INSTALLPR=1 INSTALLTB1=0 INSTALLTB2=0 /l*v c:\temp\softmaker.log msiexec /i %MSI% /qb APPLICATIONFOLDER="c:\Program Files\Softmaker Office 2021" ^
@echo off INSTALLTM=1 INSTALLPM=1 INSTALLPR=1 INSTALLTB1=0 INSTALLTB2=0 /l*v c:\temp\softmaker.log
del /F c:\temp\softmaker.log @echo off
cd %OPT% del /F c:\temp\softmaker.log
cd %OPT%
echo installing desktop icons ...
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Softmaker Office 2021\PlanMaker 2021.lnk" ^ echo installing desktop icons ...
%PUBLIC%\Desktop\PlanMaker.lnk copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Softmaker Office 2021\PlanMaker 2021.lnk" ^
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Softmaker Office 2021\Presentations 2021.lnk" ^ %PUBLIC%\Desktop\PlanMaker.lnk
%PUBLIC%\Desktop\Presentations.lnk copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Softmaker Office 2021\Presentations 2021.lnk" ^
copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Softmaker Office 2021\TextMaker 2021.lnk" ^ %PUBLIC%\Desktop\Presentations.lnk
%PUBLIC%\Desktop\Textmaker.lnk copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Softmaker Office 2021\TextMaker 2021.lnk" ^
%PUBLIC%\Desktop\Textmaker.lnk
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo cleaning startmenu ...
del /F /Q /A %STARTMENU%\"Softmaker Office 2021\Bitte*.*" 2>nul echo cleaning startmenu ...
del /F /Q /A %STARTMENU%\"Softmaker Office 2021\Bitte*.*" 2>nul
echo disabling automatic updates for Softmaker Office 2021 ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^ echo disabling automatic updates for Softmaker Office 2021 ...
/v "UpdateCheckEnabled" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^
/v "UpdateCheckEnabled" /d 0 /t REG_DWORD /f
echo disabling WEB help ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^ echo disabling WEB help ...
/v "HelpSoftMaker" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^
/v "HelpSoftMaker" /d 0 /t REG_DWORD /f
echo disabling License Management ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^ echo disabling License Management ...
/v "HelpManage" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^
/v "HelpManage" /d 0 /t REG_DWORD /f
echo disabling the asking for user infos ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^ echo disabling the asking for user infos ...
/v "AskUserInfo" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^
/v "AskUserInfo" /d 0 /t REG_DWORD /f
echo setting dialog language to US-english ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^ echo setting dialog language to US-english ...
/v "DlgLID" /d 409 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^
/v "DlgLID" /d 409 /t REG_DWORD /f
echo disabling backups ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^ echo disabling backups ...
/v "AutoSave" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^ /v "AutoSave" /d 0 /t REG_DWORD /f
/v "AutoSave" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^ /v "AutoSave" /d 0 /t REG_DWORD /f
/v "AutoSave" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^ /v "AutoSave" /d 0 /t REG_DWORD /f
/v "BackupFilesNumber" /d 1 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^ /v "BackupFilesNumber" /d 1 /t REG_DWORD /f
/v "BackupFilesNumber" /d 1 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^ /v "BackupFilesNumber" /d 1 /t REG_DWORD /f
/v "BackupFilesNumber" /d 1 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^ /v "BackupFilesNumber" /d 1 /t REG_DWORD /f
/v "BackupFilesPath" /d "" /t REG_SZ /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^ /v "BackupFilesPath" /d "" /t REG_SZ /f
/v "BackupFilesPath" /d "" /t REG_SZ /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^ /v "BackupFilesPath" /d "" /t REG_SZ /f
/v "BackupFilesPath" /d "" /t REG_SZ /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^
/v "BackupFilesPath" /d "" /t REG_SZ /f
echo copying .ini files ...
mkdir %USERPROFILE%\Documents\SoftMaker\Settings 2>nul echo copying .ini files ...
copy /Y %CONFIG%\*21config.ini %USERPROFILE%\Documents\SoftMaker\Settings mkdir %USERPROFILE%\Documents\SoftMaker\Settings 2>nul
copy /Y %CONFIG%\*21config.ini %USERPROFILE%\Documents\SoftMaker\Settings
echo preparing Softmaker documents folders ...
for %%D in ( echo preparing Softmaker documents folders ...
for %%D in (
"Backup"
"Bullets" "Backup"
"Samples" "Bullets"
"PlanMaker 2021 templates" "Samples"
"Presentations 2021 designs" "PlanMaker 2021 templates"
"TextMaker 2021 templates" "Presentations 2021 designs"
"TextMaker 2021 templates"
) do (
) do (
mkdir %USERPROFILE%\Documents\SoftMaker\%%D 2>/nul
attrib +R %USERPROFILE%\Documents\SoftMaker\%%D 2>/nul mkdir %USERPROFILE%\Documents\SoftMaker\%%D 2>/nul
attrib +R %USERPROFILE%\Documents\SoftMaker\%%D 2>/nul
)
)
echo setting default formats ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^ echo setting default formats ...
/v "DefaultFormat" /d 6 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^ /v "DefaultFormat" /d 6 /t REG_DWORD /f
/v "DefaultFormat" /d 6 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^ /v "DefaultFormat" /d 6 /t REG_DWORD /f
/v "DefaultFormat" /d 6 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^
/v "DefaultFormat" /d 6 /t REG_DWORD /f
echo disabling smart quotes ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^ echo disabling smart quotes ...
/v "SmartQuotes" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\TextMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^ /v "SmartQuotes" /d 0 /t REG_DWORD /f
/v "SmartQuotes" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\PlanMaker 2021" ^
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^ /v "SmartQuotes" /d 0 /t REG_DWORD /f
/v "SmartQuotes" /d 0 /t REG_DWORD /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\Presentations 2021" ^
/v "SmartQuotes" /d 0 /t REG_DWORD /f
if softmaker_license == 0 (
echo no softmaker license found! if softmaker_license == 0 (
) else ( echo no softmaker license found!
echo adding softmaker license ... ) else (
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^ echo adding softmaker license ...
/v "ProductKey" /d "%softmaker_license%" /t REG_SZ /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SoftMaker\SoftMaker Office 2021" ^
) /v "ProductKey" /d "%softmaker_license%" /t REG_SZ /f
)
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,27 +1,28 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\sonos2-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\sonos2-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing SONOS 2 client ...
start /wait %EXE% /L1031 /S /v/qn echo installing SONOS 2 client ...
start /wait %EXE% /L1031 /S /v/qn
echo moving SONOS startmenu shortcut ...
move /Y %STARTMENU%\"Sonos\Sonos.lnk" %STARTMENU%\Sonos.lnk echo moving SONOS startmenu shortcut ...
move /Y %STARTMENU%\"Sonos\Sonos.lnk" %STARTMENU%\Sonos.lnk
echo removing SONOS startmenu folder ...
rd /S /Q %STARTMENU%\"Sonos" 2>nul echo removing SONOS startmenu folder ...
rd /S /Q %STARTMENU%\"Sonos" 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,20 +1,21 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\spotify-setup.exe
set EXE=..\software\spotify-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing Spotify for user %USERNAME% ...
%EXE% echo installing Spotify for user %USERNAME% ...
%EXE%
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,27 +1,28 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\steam-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\steam-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing STEAM processes...
taskkill /F /IM steam.exe 2>nul echo killing STEAM processes...
taskkill /F /IM steam.exe 2>nul
echo installing STEAM ...
start /wait %EXE% /S echo installing STEAM ...
start /wait %EXE% /S
echo moving STEAM startmenu shortcut ...
move /Y %STARTMENU%\"Steam\Steam.lnk" %STARTMENU% echo moving STEAM startmenu shortcut ...
move /Y %STARTMENU%\"Steam\Steam.lnk" %STARTMENU%
echo removing Steam startmenu folder ...
rd /S /Q %STARTMENU%\"Steam" 2>nul echo removing Steam startmenu folder ...
rd /S /Q %STARTMENU%\"Steam" 2>nul
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,23 +1,23 @@
@echo off @echo off
set EXE=..\software\teams-setup.exe set EXE=..\software\teams-setup.exe
if NOT EXIST %EXE% ( if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! echo ERROR: %EXE% not found!
exit /b exit /b
) )
echo ####### %0 ####### echo ####### %0 #######
echo installing Microsoft Teams ... echo installing Microsoft Teams ...
start /wait %EXE% -s start /wait %EXE% -s
echo renaming Teams desktop link ... echo renaming Teams desktop link ...
move /Y "%USERPROFILE%\Desktop\Microsoft Teams.lnk" "%USERPROFILE%\Desktop\Teams.lnk" move /Y "%USERPROFILE%\Desktop\Microsoft Teams.lnk" "%USERPROFILE%\Desktop\Teams.lnk"
rem refresh desktop (W10 style) rem refresh desktop (W10 style)
ie4uinit.exe -show ie4uinit.exe -show
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -1,31 +1,27 @@
@echo off @echo off
set EXE=..\software\telegram-setup.exe set EXE=..\software\telegram-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set STARTMENU_USER="%APPDATA%\Microsoft\Windows\Start Menu\Programs"
set STARTMENU_USER="%APPDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
if NOT EXIST %EXE% ( echo ERROR: %EXE% not found!
echo ERROR: %EXE% not found! exit /b
exit /b )
)
echo ####### %0 #######
echo ####### %0 #######
echo installing Telegram Desktop Client ...
echo installing Telegram Desktop Client ... start /wait %EXE% /silent /norestart %EXE%
start /wait %EXE% /silent /norestart %EXE%
echo moving Telegram startmenu shortcut ...
echo moving Telegram startmenu shortcut ... move /Y %STARTMENU_USER%\"Telegram Desktop\Telegram.lnk" %STARTMENU_USER%
move /Y %STARTMENU_USER%\"Telegram Desktop\Telegram.lnk" %STARTMENU%
echo removing Telegram startmenu folder ...
echo removing Telegram startmenu folder ... rd /S /Q %STARTMENU_USER%\"Telegram Desktop" 2>nul
rd /S /Q %STARTMENU_USER%\"Telegram Desktop" 2>nul
rem refresh desktop (W10 style)
echo moving Telegram Desktop icon ... ie4uinit.exe -show
move /Y "%USERPROFILE%\Desktop\Telegram.lnk" %PUBLIC%\Desktop
echo ####### %0 #######
rem refresh desktop (W10 style) pause
ie4uinit.exe -show
echo ####### %0 #######
pause

View File

@ -1,39 +1,40 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\totalcommander-setup.exe
set KEY=..\comany\wincmd.key set EXE=..\software\totalcommander-setup.exe
set TARGET=c:\totalcmd set KEY=..\comany\wincmd.key
set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs" set TARGET=c:\totalcmd
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs" set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs"
set STARTMENU_USER=%APPDATA%\"Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing TotalCommander ...
start /wait %EXE% /AHMGDU echo installing TotalCommander ...
start /wait %EXE% /AHMGDU
rem ... stupid Total Commander is installing its links to user area ? WTF ?
echo renaming and moving TotalCommander desktop link to public desktop ... rem ... stupid Total Commander is installing its links to user area ? WTF ?
move /Y "%USERPROFILE%\Desktop\Total Commander*" "%PUBLIC%\Desktop\TCM.lnk" echo renaming and moving TotalCommander desktop link to public desktop ...
move /Y "%USERPROFILE%\Desktop\Total Commander*" "%PUBLIC%\Desktop\TCM.lnk"
echo moving Total Commander startmenu shortcut ...
move /Y %STARTMENU_USER%\"Total Commander\Total Commander 64 bit.lnk" %STARTMENU% echo moving Total Commander startmenu shortcut ...
move /Y %STARTMENU_USER%\"Total Commander\Total Commander 64 bit.lnk" %STARTMENU%
echo removing Total Commander startmenu folder ...
rd /S /Q %STARTMENU_USER%\"Total Commander" 2>nul echo removing Total Commander startmenu folder ...
rd /S /Q %STARTMENU_USER%\"Total Commander" 2>nul
if EXIST %KEY% (
echo installing license ... if EXIST %KEY% (
copy /Y %KEY% %TARGET% echo installing license ...
) copy /Y %KEY% %TARGET%
)
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,26 +1,27 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-vcesimulator.txt
set EXE=..\software\vce_exam_simulator_setup.exe set CONFIG=config\install-vcesimulator.txt
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\vce_exam_simulator_setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing VCE Simulator 2 ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing VCE Simulator 2 ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo cleanup ...
del /F %STARTMENU%\"VCE Exam Simulator\VCE Exam Simulator on the Web.url" 2>nul echo cleanup ...
del /F %STARTMENU%\"VCE Exam Simulator\Uninstall VCE Exam Simulator.lnk" 2>nul del /F %STARTMENU%\"VCE Exam Simulator\VCE Exam Simulator on the Web.url" 2>nul
del /F %STARTMENU%\"VCE Exam Simulator\Uninstall VCE Exam Simulator.lnk" 2>nul
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,39 +1,40 @@
@echo off @echo off
call check-for-admin
set EXE=..\software\virtualbox-setup.exe
set VBOXMANAGE="%ProgramFiles%\Oracle\VirtualBox\VBoxManage.exe" set EXE=..\software\virtualbox-setup.exe
set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs" set VBOXMANAGE="%ProgramFiles%\Oracle\VirtualBox\VBoxManage.exe"
set STARTMENU=%PROGRAMDATA%\"Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo installing VirtualBox ...
%EXE% --silent --ignore-reboot echo installing VirtualBox ...
%EXE% --silent --ignore-reboot
echo renaming Desktop shortcut ...
move /Y "%PUBLIC%\Desktop\Oracle VM VirtualBox.lnk" ^ echo renaming Desktop shortcut ...
"%PUBLIC%\Desktop\VirtualBox.lnk" move /Y "%PUBLIC%\Desktop\Oracle VM VirtualBox.lnk" ^
"%PUBLIC%\Desktop\VirtualBox.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo disabling VirtualBox update search ...
%VBOXMANAGE% setextradata global GUI/UpdateDate never echo disabling VirtualBox update search ...
%VBOXMANAGE% setextradata global GUI/UpdateDate never
echo moving VirtualBox startmenu shortcut ...
move /Y %STARTMENU%\"Oracle VM VirtualBox\Oracle VM VirtualBox.lnk" %STARTMENU% echo moving VirtualBox startmenu shortcut ...
move /Y %STARTMENU%\"Oracle VM VirtualBox\Oracle VM VirtualBox.lnk" %STARTMENU%
echo removing VirtualBox startmenu folder ...
rd /S /Q %STARTMENU%\"Oracle VM VirtualBox" 2>nul echo removing VirtualBox startmenu folder ...
rd /S /Q %STARTMENU%\"Oracle VM VirtualBox" 2>nul
echo disabling VirtualBox bridging protocol ...
powershell -Command "Disable-NetAdapterBinding -Name '*' -ComponentID oracle_VBoxNetLwf" echo disabling VirtualBox bridging protocol ...
powershell -Command "Get-NetAdapterBinding -ComponentID oracle_VBoxNetLwf" powershell -Command "Disable-NetAdapterBinding -Name '*' -ComponentID oracle_VBoxNetLwf"
powershell -Command "Get-NetAdapterBinding -ComponentID oracle_VBoxNetLwf"
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,48 +1,49 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-vscode.txt
set EXE=..\software\vscode-setup.exe set CONFIG=config\install-vscode.txt
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set EXE=..\software\vscode-setup.exe
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
rem update.code.visualstudio.com
set VSCODEUPDATEIP=51.144.164.215 rem update.code.visualstudio.com
set VSCODEUPDATEIP=51.144.164.215
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing VisualStudio code processes...
taskkill /F /IM Code.exe 2>nul echo killing VisualStudio code processes...
taskkill /F /IM Code.exe 2>nul
echo cleanup ...
del /F "%PUBLIC%\Desktop\VScode.lnk" 2>nul echo cleanup ...
del /F "%PUBLIC%\Desktop\VScode.lnk" 2>nul
echo installing Visual Studio CODE ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing Visual Studio CODE ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo installing Desktop shortcut ...
copy /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" "%PUBLIC%\Desktop" echo installing Desktop shortcut ...
move /Y "%PUBLIC%\Desktop\Visual*.lnk" "%PUBLIC%\Desktop\VScode.lnk" copy /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" "%PUBLIC%\Desktop"
move /Y "%PUBLIC%\Desktop\Visual*.lnk" "%PUBLIC%\Desktop\VScode.lnk"
rem refresh desktop (W10 style)
ie4uinit.exe -show rem refresh desktop (W10 style)
ie4uinit.exe -show
echo moving VScode startmenu shortcut ...
move /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" %STARTMENU% echo moving VScode startmenu shortcut ...
move /Y %STARTMENU%\"Visual Studio Code\Visual*.lnk" %STARTMENU%
echo removing VScode startmenu folder ...
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul echo removing VScode startmenu folder ...
rd /S /Q %STARTMENU%\"Visual Studio Code" 2>nul
rem NO updates here! FUCK YOU!
echo disabling automatic updates via W10 firewall ... rem NO updates here! FUCK YOU!
netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul echo disabling automatic updates via W10 firewall ...
netsh advfirewall firewall add rule name="block_vscode_updates" ^ netsh advfirewall firewall delete rule name="block_vscode_updates" 2>nul
dir=out action=block protocol=tcp localip=any remoteip=%VSCODEUPDATEIP% ^ netsh advfirewall firewall add rule name="block_vscode_updates" ^
remoteport=80,443 program="%ProgramFiles%\Microsoft VS Code\Code.exe" dir=out action=block protocol=tcp localip=any remoteip=%VSCODEUPDATEIP% ^
remoteport=80,443 program="%ProgramFiles%\Microsoft VS Code\Code.exe"
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,24 +1,25 @@
@echo off @echo off
call check-for-admin
set CONFIG=config\install-xojo.txt
set EXE=..\software\xojo-setup.exe set CONFIG=config\install-xojo.txt
set EXE=..\software\xojo-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found! if NOT EXIST %EXE% (
exit /b echo ERROR: %EXE% not found!
) exit /b
)
echo ####### %0 #######
echo ####### %0 #######
echo killing XOJO processes...
taskkill /F /IM xojo.exe 2>nul echo killing XOJO processes...
taskkill /F /IM xojo.exe 2>nul
echo installing XOJO ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS echo installing XOJO ...
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
echo renaming XOJO desktop icon ...
move /Y %PUBLIC%\Desktop\Xojo*.lnk %PUBLIC%\Desktop\XOJO.lnk 2>nul echo renaming XOJO desktop icon ...
move /Y %PUBLIC%\Desktop\Xojo*.lnk %PUBLIC%\Desktop\XOJO.lnk 2>nul
echo ####### %0 #######
pause echo ####### %0 #######
pause

View File

@ -1,4 +1,5 @@
# REMOVE the Store ... # REMOVE the Store ...
check-for-admin.cmd
write-host '#######',(split-path $PSCommandPath -Leaf),'#######' write-host '#######',(split-path $PSCommandPath -Leaf),'#######'

View File

@ -1,211 +1,212 @@
@echo off @echo off
call check-for-admin
echo ####### %0 #######
rem most of this was took from: echo ####### %0 #######
rem https://forum.level1techs.com/t/take-back-your-windows-10-privacy/143097/2 rem most of this was took from:
rem THANKS! rem https://forum.level1techs.com/t/take-back-your-windows-10-privacy/143097/2
rem THANKS!
echo.
echo WARNING: executing this script may cripple some important functions in windows! echo.
echo especially the store app will not work anymore - and it will be removed by this script! echo WARNING: executing this script may cripple some important functions in windows!
echo especially the store app will not work anymore - and it will be removed by this script!
echo.
echo WARNING: system will be REBOOTED after modify! echo.
echo SAVE YOUR WORK AND COME BACK! echo WARNING: system will be REBOOTED after modify!
echo. echo SAVE YOUR WORK AND COME BACK!
echo.
set answer=
:ask set answer=
set /p answer="REALLY remove all Microsoft telemetry (Y/N)? " :ask
if /i "%answer:~,1%" EQU "Y" ( set /p answer="REALLY remove all Microsoft telemetry (Y/N)? "
GOTO CONT if /i "%answer:~,1%" EQU "Y" (
) GOTO CONT
if /i "%answer:~,1%" EQU "N" ( )
echo ABORTED. if /i "%answer:~,1%" EQU "N" (
exit /b echo ABORTED.
) exit /b
echo Please type Y or N. )
goto ask echo Please type Y or N.
:CONT goto ask
:CONT
echo.
echo OK ... trying to remove ALL the stupid fucking microsoft TELEMETRY BULLSHIT! echo.
echo OK ... trying to remove ALL the stupid fucking microsoft TELEMETRY BULLSHIT!
echo.
echo ADDING some registry keys to disable telemetry ... echo.
reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" ^ echo ADDING some registry keys to disable telemetry ...
/v "EnabledV9" /t REG_DWORD /d "0" /f reg add "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\PhishingFilter" ^
reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f /v "EnabledV9" /t REG_DWORD /d "0" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v AITEnable /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableInventory /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v AITEnable /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisablePCA /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableInventory /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableUAR /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisablePCA /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat" /v DisableUAR /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SpyNetReporting /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SubmitSamplesConsent /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SpyNetReporting /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v DontReportInfectionInformation /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v SubmitSamplesConsent /t REG_DWORD /d 2 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v AllowGameDVR /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet" /v DontReportInfectionInformation /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v AllowGameDVR /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSoftLanding /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 2 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsSpotlightFeatures /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSoftLanding /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsSpotlightFeatures /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontReportInfectionInformation" /t REG_DWORD /d 1 /f
reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v RemoveWindowsStore /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\MRT" /v "DontOfferThroughWUAU" /t REG_DWORD /d 1 /f
reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v DisableStoreApps /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v RemoveWindowsStore /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\PushToInstall" /v DisablePushToInstall /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\WindowsStore" /v DisableStoreApps /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\PushToInstall" /v DisablePushToInstall /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f
reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v NoGenTicket /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f reg add "HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v NoGenTicket /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v AllowCortana /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableSmartScreen" /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableConfig" /t "REG_DWORD" /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\SecHealthUI.exe" /v Debugger ^ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
/t REG_SZ /d "%windir%\System32\taskkill.exe" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\SecHealthUI.exe" /v Debugger ^
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CompatTelRunner.exe" /v Debugger ^ /t REG_SZ /d "%windir%\System32\taskkill.exe" /f
/t REG_SZ /d "%windir%\System32\taskkill.exe" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CompatTelRunner.exe" /v Debugger ^
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DeviceCensus.exe" /v Debugger ^ /t REG_SZ /d "%windir%\System32\taskkill.exe" /f
/t REG_SZ /d "%windir%\System32\taskkill.exe" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DeviceCensus.exe" /v Debugger ^
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d "Off" /f /t REG_SZ /d "%windir%\System32\taskkill.exe" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SmartScreenEnabled /t REG_SZ /d "Off" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance" ^ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "0" /f
/v "Enabled" /t REG_DWORD /d 0 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance" ^
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f /v "Enabled" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SilentInstalledAppsEnabled /t REG_DWORD /d 0 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoRecentDocsHistory" /t REG_DWORD /d 1 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SilentInstalledAppsEnabled /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoRecentDocsHistory" /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v Disabled /t REG_DWORD /d 1 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsConsumerFeatures /t REG_DWORD /d 1 /f reg add "HKCU\Software\Microsoft\Internet Explorer\PhishingFilter" /v "EnabledV9" /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\Windows\CloudContent" /v DisableWindowsConsumerFeatures /t REG_DWORD /d 1 /f
reg add "HKLM\Software\Policies\Microsoft\WindowsInkWorkspace" /v AllowSuggestedAppsInWindowsInkWorkspace /t REG_DWORD /d 0 /f reg add "HKLM\Software\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay /t REG_DWORD /d 0 /f reg add "HKLM\Software\Policies\Microsoft\WindowsInkWorkspace" /v AllowSuggestedAppsInWindowsInkWorkspace /t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d 3 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay /t REG_DWORD /d 0 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v DisableSettingSync /t REG_DWORD /d 2 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d 3 /f
reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v DisableSettingSyncUserOverride /t REG_DWORD /d 1 /f reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v DisableSettingSync /t REG_DWORD /d 2 /f
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d 0 /f reg add "HKLM\Software\Policies\Microsoft\Windows\SettingSync" /v DisableSettingSyncUserOverride /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v Start /t REG_DWORD /d 0 /f reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "NumberOfSIUFInPeriod" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules" /v "{2765E0F4-2918-4A46-B9C9-43CDD8FCBA2B}" ^ reg add "HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener" /v Start /t REG_DWORD /d 0 /f
/t REG_SZ /d "BlockCortana|Action=Block|Active=TRUE|Dir=Out|App=C:\windows\systemapps\microsoft.windows.cortana_cw5n1h2txyewy\searchui.exe|Name=Search and Cortana application|AppPkgId=S-1-15-2-1861897761-1695161497-2927542615-642690995-327840285-2659745135-2630312742|" /f reg add "HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\FirewallRules" /v "{2765E0F4-2918-4A46-B9C9-43CDD8FCBA2B}" ^
/t REG_SZ /d "BlockCortana|Action=Block|Active=TRUE|Dir=Out|App=C:\windows\systemapps\microsoft.windows.cortana_cw5n1h2txyewy\searchui.exe|Name=Search and Cortana application|AppPkgId=S-1-15-2-1861897761-1695161497-2927542615-642690995-327840285-2659745135-2630312742|" /f
echo.
echo DELETING some registry keys to disable telemetry ... echo.
reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "PeriodInNanoSeconds" /f echo DELETING some registry keys to disable telemetry ...
reg delete "HKLM\SYSTEM\CurrentControlSet\Services\xbgm" /f reg delete "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules" /v "PeriodInNanoSeconds" /f
reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /f reg delete "HKLM\SYSTEM\CurrentControlSet\Services\xbgm" /f
reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /f reg delete "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SecurityHealth" /f reg delete "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" /v "SecurityHealth" /f reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "SecurityHealth" /f
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run" /v "SecurityHealth" /f
/k /f "wscsvc" ^| find /i "wscsvc"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "wscsvc" ^| find /i "wscsvc"') do (reg delete %%I /f)
/k /f "OneSyncSvc" ^| find /i "OneSyncSvc"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "OneSyncSvc" ^| find /i "OneSyncSvc"') do (reg delete %%I /f)
/k /f "MessagingService" ^| find /i "MessagingService"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "MessagingService" ^| find /i "MessagingService"') do (reg delete %%I /f)
/k /f "PimIndexMaintenanceSvc" ^| find /i "PimIndexMaintenanceSvc"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "PimIndexMaintenanceSvc" ^| find /i "PimIndexMaintenanceSvc"') do (reg delete %%I /f)
/k /f "UserDataSvc" ^| find /i "UserDataSvc"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "UserDataSvc" ^| find /i "UserDataSvc"') do (reg delete %%I /f)
/k /f "UnistoreSvc" ^| find /i "UnistoreSvc"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "UnistoreSvc" ^| find /i "UnistoreSvc"') do (reg delete %%I /f)
/k /f "BcastDVRUserService" ^| find /i "BcastDVRUserService"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "BcastDVRUserService" ^| find /i "BcastDVRUserService"') do (reg delete %%I /f)
/k /f "Sgrmbroker" ^| find /i "Sgrmbroker"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^ /k /f "Sgrmbroker" ^| find /i "Sgrmbroker"') do (reg delete %%I /f)
/k /f "ClipSVC" ^| find /i "ClipSVC"') do (reg delete %%I /f) for /f "tokens=1" %%I in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" ^
/k /f "ClipSVC" ^| find /i "ClipSVC"') do (reg delete %%I /f)
echo.
echo DELETING some services ... echo.
sc delete PushToInstall echo DELETING some services ...
sc delete XblAuthManager sc delete PushToInstall
sc delete XblGameSave sc delete XblAuthManager
sc delete XboxNetApiSvc sc delete XblGameSave
sc delete XboxGipSvc sc delete XboxNetApiSvc
sc delete MapsBroker sc delete XboxGipSvc
sc delete lfsvc sc delete MapsBroker
sc delete DiagTrack sc delete lfsvc
sc delete dmwappushservice sc delete DiagTrack
sc delete WerSvc sc delete dmwappushservice
sc delete OneSyncSvc sc delete WerSvc
sc delete MessagingService sc delete OneSyncSvc
sc delete wercplsupport sc delete MessagingService
sc delete PcaSvc sc delete wercplsupport
sc delete wisvc sc delete PcaSvc
sc delete RetailDemo sc delete wisvc
sc delete diagsvc sc delete RetailDemo
sc delete shpamsvc sc delete diagsvc
sc delete TermService sc delete shpamsvc
sc delete UmRdpService sc delete TermService
sc delete SessionEnv sc delete UmRdpService
sc delete TroubleshootingSvc sc delete SessionEnv
sc delete diagnosticshub.standardcollector.service sc delete TroubleshootingSvc
sc delete diagnosticshub.standardcollector.service
echo.
echo RECONFIGURING some services ... echo.
sc config wlidsvc start=demand echo RECONFIGURING some services ...
sc config wlidsvc start=demand
echo.
echo DISABLING some tasks ... echo.
schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /disable echo DISABLING some tasks ...
schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTaskLogon" /disable schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTask" /disable
schtasks /Change /TN "\Microsoft\Windows\Maps\MapsUpdateTask" /disable schtasks /Change /TN "Microsoft\XblGameSave\XblGameSaveTaskLogon" /disable
schtasks /Change /TN "\Microsoft\Windows\Maps\MapsToastTask" /disable schtasks /Change /TN "\Microsoft\Windows\Maps\MapsUpdateTask" /disable
schtasks /Change /TN "\Microsoft\Windows\HelloFace\FODCleanupTask" /Disable schtasks /Change /TN "\Microsoft\Windows\Maps\MapsToastTask" /disable
schtasks /Change /TN "\Microsoft\Windows\SystemRestore\SR" /disable schtasks /Change /TN "\Microsoft\Windows\HelloFace\FODCleanupTask" /Disable
schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable schtasks /Change /TN "\Microsoft\Windows\SystemRestore\SR" /disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /disable schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\AitAgent" /disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /disable
schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /disable schtasks /Change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /disable
schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\BthSQM" /disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Uploader" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Uploader" /disable
schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" /disable
schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /disable schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /disable
schtasks /Change /TN "Microsoft\Windows\FileHistory\File History (maintenance mode)" /disable schtasks /Change /TN "Microsoft\Windows\DiskFootprint\Diagnostics" /disable
schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /disable schtasks /Change /TN "Microsoft\Windows\FileHistory\File History (maintenance mode)" /disable
schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /disable schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /disable
schtasks /Change /TN "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable schtasks /Change /TN "Microsoft\Windows\PI\Sqm-Tasks" /disable
schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /disable schtasks /Change /TN "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable
schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyRefresh" /disable schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /disable
schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /disable schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyRefresh" /disable
schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /disable
schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /disable schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /disable
schtasks /Change /TN "Microsoft\Windows\License Manager\TempSignedLicenseExchange" /disable schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\Automatic App Update" /disable
schtasks /Change /TN "Microsoft\Windows\Clip\License Validation" /disable schtasks /Change /TN "Microsoft\Windows\License Manager\TempSignedLicenseExchange" /disable
schtasks /Change /TN "\Microsoft\Windows\ApplicationData\DsSvcCleanup" /disable schtasks /Change /TN "Microsoft\Windows\Clip\License Validation" /disable
schtasks /Change /TN "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable schtasks /Change /TN "\Microsoft\Windows\ApplicationData\DsSvcCleanup" /disable
schtasks /Change /TN "\Microsoft\Windows\PushToInstall\LoginCheck" /disable schtasks /Change /TN "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" /disable
schtasks /Change /TN "\Microsoft\Windows\PushToInstall\Registration" /disable schtasks /Change /TN "\Microsoft\Windows\PushToInstall\LoginCheck" /disable
schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitor" /disable schtasks /Change /TN "\Microsoft\Windows\PushToInstall\Registration" /disable
schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitorToastTask" /disable schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitor" /disable
schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyRefreshTask" /disable schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyMonitorToastTask" /disable
schtasks /Change /TN "\Microsoft\Windows\Subscription\EnableLicenseAcquisition" /disable schtasks /Change /TN "\Microsoft\Windows\Shell\FamilySafetyRefreshTask" /disable
schtasks /Change /TN "\Microsoft\Windows\Subscription\LicenseAcquisition" /disable schtasks /Change /TN "\Microsoft\Windows\Subscription\EnableLicenseAcquisition" /disable
schtasks /Change /TN "\Microsoft\Windows\Diagnosis\RecommendedTroubleshootingScanner" /disable schtasks /Change /TN "\Microsoft\Windows\Subscription\LicenseAcquisition" /disable
schtasks /Change /TN "\Microsoft\Windows\Diagnosis\Scheduled" /disable schtasks /Change /TN "\Microsoft\Windows\Diagnosis\RecommendedTroubleshootingScanner" /disable
schtasks /Change /TN "\Microsoft\Windows\NetTrace\GatherNetworkInfo" /disable schtasks /Change /TN "\Microsoft\Windows\Diagnosis\Scheduled" /disable
schtasks /Change /TN "\Microsoft\Windows\NetTrace\GatherNetworkInfo" /disable
echo.
echo DELETING shadow copies ... echo.
vssadmin delete shadows /all /Quiet echo DELETING shadow copies ...
vssadmin delete shadows /all /Quiet
echo.
echo DELETING some files ... echo.
del /F /Q "C:\Windows\System32\Tasks\Microsoft\Windows\SettingSync\*" echo DELETING some files ...
del /F /Q "C:\Windows\System32\Tasks\Microsoft\Windows\SettingSync\*"
echo.
echo REMOVING the store ... echo.
powershell -Command ./uninstall-store.ps1 echo REMOVING the store ...
powershell -Command ./uninstall-store.ps1
echo.
echo ####### %0 ####### echo.
pause echo ####### %0 #######
shutdown -g -t 0 pause
shutdown -g -t 0

View File

@ -1,29 +1,29 @@
@echo off @echo off
call check-for-admin
set TOOLS=c:\tools
set CONFIG=config\hakchi2_config.ini set CONFIG=config\hakchi2_config.ini
set ZIP=..\software\hakchi2.zip set ZIP=..\software\hakchi2.zip
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %ZIP% ( if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found! echo ERROR: %ZIP% not found!
exit /b exit /b
) )
echo ####### %0 ####### echo ####### %0 #######
echo killing hakchi2 processes... echo killing hakchi2 processes...
taskkill /F /IM hakchi.exe 2>nul taskkill /F /IM hakchi.exe 2>nul
echo unpacking Hakchi2 ... echo unpacking Hakchi2 ...
%TOOLS%\7z x -y -aoa -o"%ProgramFiles(x86)%" %ZIP% 7z x -y -aoa -o"%ProgramFiles(x86)%" %ZIP%
echo copying config ... echo copying config ...
mkdir "%ProgramFiles(x86)%\hakchi2\config" 2>nul mkdir "%ProgramFiles(x86)%\hakchi2\config" 2>nul
copy /Y %CONFIG% "%ProgramFiles(x86)%\hakchi2\config\config.ini" copy /Y %CONFIG% "%ProgramFiles(x86)%\hakchi2\config\config.ini"
echo copy startmenu link ... echo copy startmenu link ...
copy /Y startmenu\HakChi2.lnk %STARTMENU% copy /Y startmenu\HakChi2.lnk %STARTMENU%
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -1,40 +1,40 @@
@echo off @echo off
call check-for-admin
set T=c:\TEMP
set TOOLS=c:\tools set T=c:\TEMP
set ZIP=..\software\mame64.7z set ZIP=..\software\mame64.7z
set TARGET=c:\MAME set TARGET=c:\MAME
set CONFIG=config\mame.ini set CONFIG=config\mame.ini
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %ZIP% ( if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found! echo ERROR: %ZIP% not found!
exit /b exit /b
) )
echo ####### %0 ####### echo ####### %0 #######
echo killing MAME64 processes... echo killing MAME64 processes...
taskkill /F /IM hakchi.exe 2>nul taskkill /F /IM hakchi.exe 2>nul
rem create directory ... rem create directory ...
mkdir %TARGET% 2>nul mkdir %TARGET% 2>nul
echo unpacking MAME64 ... echo unpacking MAME64 ...
%TOOLS%\7z x -y -aoa -o%T%\mame %ZIP% 7z x -y -aoa -o%T%\mame %ZIP%
echo moving files ... echo moving files ...
move /Y %T%\mame\mame64.exe %TARGET% move /Y %T%\mame\mame64.exe %TARGET%
move /Y %T%\mame\mame64.sym %TARGET% move /Y %T%\mame\mame64.sym %TARGET%
mkdir %TARGET%\roms 2>nul mkdir %TARGET%\roms 2>nul
rd /S /Q %T%\mame rd /S /Q %T%\mame
echo. echo.
echo copy ini file ... echo copy ini file ...
copy /Y %CONFIG% %TARGET% copy /Y %CONFIG% %TARGET%
echo copy startmenu link ... echo copy startmenu link ...
copy /Y startmenu\MAME64.lnk %STARTMENU% copy /Y startmenu\MAME64.lnk %STARTMENU%
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -1,23 +1,23 @@
@echo off @echo off
call check-for-admin
set TOOLS=c:\tools
set ZIP=..\software\snapcontrol.zip set T=C:\TEMP
set T=C:\TEMP set ZIP=..\software\snapcontrol.zip
if NOT EXIST %ZIP% ( if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found! echo ERROR: %ZIP% not found!
exit /b exit /b
) )
echo ####### %0 ####### echo ####### %0 #######
%TOOLS%\7z e -y -aoa -o%T%\snapcontrol %ZIP% 1>nul 7z e -y -aoa -o%T%\snapcontrol %ZIP% 1>nul
%T%\snapcontrol\snapcontrol.exe /I %T%\snapcontrol\snapcontrol.exe /I
copy /Y %T%\snapcontrol\LICENSE.txt c:\snapshot copy /Y %T%\snapcontrol\LICENSE.txt c:\snapshot
copy /Y %T%\snapcontrol\README.md c:\snapshot copy /Y %T%\snapcontrol\README.md c:\snapshot
rd /S /Q %T%\snapcontrol rd /S /Q %T%\snapcontrol
echo. echo.
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -1,26 +1,26 @@
@echo off @echo off
call check-for-admin
set TOOLS=c:\tools
set ZIP=..\software\winauth.zip set ZIP=..\software\winauth.zip
set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" set STARTMENU="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs"
if NOT EXIST %ZIP% ( if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found! echo ERROR: %ZIP% not found!
exit /b exit /b
) )
echo ####### %0 ####### echo ####### %0 #######
echo killing WinAuth processes... echo killing WinAuth processes...
taskkill /F /IM winauth.exe 2>nul taskkill /F /IM winauth.exe 2>nul
echo unpacking WinAuth ... echo unpacking WinAuth ...
%TOOLS%\7z x -y -aoa -o"%ProgramFiles(x86)%" %ZIP% 7z x -y -aoa -o"%ProgramFiles(x86)%" %ZIP%
echo copy startmenu link ... echo copy startmenu link ...
copy /Y startmenu\WinAuth.lnk %STARTMENU% copy /Y startmenu\WinAuth.lnk %STARTMENU%
copy /Y startmenu\WinAuth.lnk %PUBLIC%\Desktop copy /Y startmenu\WinAuth.lnk %PUBLIC%\Desktop
echo ####### %0 ####### echo ####### %0 #######
pause pause

View File

@ -4,7 +4,7 @@ net session >nul 2>&1
if NOT %ERRORLEVEL% == 0 ( if NOT %ERRORLEVEL% == 0 (
echo ERROR: User has NO ADMINISTRATOR rights! echo ERROR: User has NO ADMINISTRATOR rights!
pause pause
exit /b exit
) )
echo OK. User is an ADMINISTRATOR. echo OK. User is an ADMINISTRATOR.