Skip to content
Snippets Groups Projects
1_Preperations.bat 478 B
Newer Older
Jan's avatar
Jan committed
@echo off
pushd %~dp0
robocopy "ScriptFiles" "%localappdata%\Microsoft\Windows\Shell" "LayoutModification.xml"
robocopy "ScriptFiles" "C:\Install" "unattend.xml"
Rsge's avatar
Rsge committed
robocopy "ScriptFiles" "C:\ProgramData\Install" "DefaultAssociations.xml"
Jan's avatar
Jan committed

Rsge's avatar
Rsge committed
reg import "ScriptFiles\Deactivate AeroShake.reg"
Jan's avatar
Jan committed
reg import "ScriptFiles\Deactivate Start Menu Web Search.reg"
reg import "ScriptFiles\Deactivate News & Meet.reg"
Rsge's avatar
Rsge committed
reg import "ScriptFiles\Set Default Apps.reg"
Jan's avatar
Jan committed

popd
pause
exit