File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 71
71
</UserAccounts >
72
72
<FirstLogonCommands >
73
73
<SynchronousCommand wcm : action =" add" >
74
- <Order >4 </Order >
74
+ <Order >1 </Order >
75
75
<CommandLine >reg import " %systemroot%\OEM\CustomizationFiles\explorer_settings.reg" </CommandLine >
76
76
<Description >Import explorer settings</Description >
77
77
</SynchronousCommand >
78
78
<SynchronousCommand wcm : action =" add" >
79
- <Order >5 </Order >
79
+ <Order >2 </Order >
80
80
<CommandLine >reg import " %systemroot%\OEM\CustomizationFiles\powershell_settings.reg" </CommandLine >
81
81
<Description >Import powershell settings</Description >
82
82
</SynchronousCommand >
83
83
<SynchronousCommand wcm : action =" add" >
84
- <Order >7 </Order >
84
+ <Order >4 </Order >
85
85
<CommandLine >cmd /c COPY /Y " %SystemRoot%\OEM\CustomizationFiles\settings.json" " %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState" </CommandLine >
86
86
<Description >Copy Windows Terminal settings</Description >
87
87
</SynchronousCommand >
88
88
<SynchronousCommand wcm : action =" add" >
89
- <Order >6 </Order >
89
+ <Order >3 </Order >
90
90
<CommandLine >cmd /c mkdir " %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState" </CommandLine >
91
91
<Description >Make Windows Terminal settings dir</Description >
92
92
</SynchronousCommand >
93
93
<SynchronousCommand wcm : action =" add" >
94
- <Order >1 </Order >
94
+ <Order >5 </Order >
95
95
<Description >Install sshd</Description >
96
96
<CommandLine >DISM /online /Add-Capability /CapabilityName:OpenSSH.Server~~~~0.0.1.0</CommandLine >
97
97
</SynchronousCommand >
98
98
<SynchronousCommand wcm : action =" add" >
99
- <Order >2 </Order >
99
+ <Order >6 </Order >
100
100
<Description >Enable sshd</Description >
101
101
<CommandLine >sc config sshd start= auto</CommandLine >
102
102
</SynchronousCommand >
103
103
<SynchronousCommand wcm : action =" add" >
104
- <Order >3 </Order >
104
+ <Order >7 </Order >
105
105
<Description >Start sshd</Description >
106
106
<CommandLine >sc start sshd</CommandLine >
107
107
</SynchronousCommand >
You can’t perform that action at this time.
0 commit comments