Skip to content
Snippets Groups Projects
Commit d3368958 authored by Rsge's avatar Rsge
Browse files

Changed naming scheme...

and formatting from UTF-16 to UTF-8
parent 9c79902c
No related branches found
No related tags found
No related merge requests found
dism /Online /Export-DefaultAppAssociations:c:\defaultassociations.xml
\ No newline at end of file
dism /Online /Export-DefaultAppAssociations:C:\DefaultAssociations.xml
\ No newline at end of file
......@@ -2,12 +2,12 @@
pushd %~dp0
robocopy "ScriptFiles" "%localappdata%\Microsoft\Windows\Shell" "LayoutModification.xml"
robocopy "ScriptFiles" "C:\Install" "unattend.xml"
robocopy "ScriptFiles" "C:\ProgramData\Install" "defaultassociations.xml"
robocopy "ScriptFiles" "C:\ProgramData\Install" "DefaultAssociations.xml"
reg import "ScriptFiles\Deactivate AeroShake.reg"
reg import "ScriptFiles\Deactivate Start Menu Web Search.reg"
reg import "ScriptFiles\Deactivate News & Meet.reg"
reg import "ScriptFiles\Set default apps.reg"
reg import "ScriptFiles\Set Default Apps.reg"
popd
pause
......
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"NoWindowMinimizingShortcuts"=dword:00000001
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"DefaultAssociationsConfiguration"="C:\\ProgramData\\Install\\DefaultAssociations.xml"
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment