I have created "Is using an XML file for all commands the correct way to work?
View attachment 12305
View attachment 12306
View attachment 12305
View attachment 12306
| Command | Arguments |
| cmd | /c pushd && rd /s /q C:\Users\defaultuser0 |
| netsh | advfirewall set allprofiles state off |
| powercfg | /h /type reduced |
| bcdedit | /timeout 3 |
| schtasks | /Change /DISABLE /TN "Microsoft\Windows\Windows Error Reporting QueueReporting" |
| reg | add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSve\Parameters\Internet" /v EnableActiveProbing /t REG_DWORD /d 1 /f |
| reg | add "HKLM\Software\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator" /v NoActiveProbe /t REG DWORD /d /f |
| reg | add "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce" /f /v CLEANUP /d "C:\Windows\Setup\Scripts\CLEAN.cmd" |