mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Windows XP configuration
This commit is contained in:
parent
3607686351
commit
08c055bc31
1 changed files with 2 additions and 2 deletions
|
|
@ -833,10 +833,10 @@ prepareXP() {
|
||||||
echo "\"FirewallOverride\"=dword:00000001"
|
echo "\"FirewallOverride\"=dword:00000001"
|
||||||
echo "\"FirewallDisableNotify\"=dword:00000001"
|
echo "\"FirewallDisableNotify\"=dword:00000001"
|
||||||
echo "\"UpdatesDisableNotify\"=dword:00000001"
|
echo "\"UpdatesDisableNotify\"=dword:00000001"
|
||||||
echo "\"AntiVirusDisableNotify\"=dword:00000001"
|
echo "\"AntiVirusDisableNotify\"=dword:00000001"
|
||||||
echo ""
|
echo ""
|
||||||
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]"
|
echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]"
|
||||||
echo "\"Start\"=dword:00000004"
|
echo "\"Start\"=dword:00000004"
|
||||||
echo ""
|
echo ""
|
||||||
echo "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\StandardProfile]"
|
echo "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\StandardProfile]"
|
||||||
echo "\"EnableFirewall\"=dword:00000000"
|
echo "\"EnableFirewall\"=dword:00000000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue