diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml
index 93fece2..19224d9 100644
--- a/assets/win10x64-enterprise-eval.xml
+++ b/assets/win10x64-enterprise-eval.xml
@@ -429,48 +429,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml
index f72d635..66d69a9 100644
--- a/assets/win10x64-iot.xml
+++ b/assets/win10x64-iot.xml
@@ -437,48 +437,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml
index 666a688..6c8836d 100644
--- a/assets/win10x64-ltsc.xml
+++ b/assets/win10x64-ltsc.xml
@@ -435,48 +435,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win10x64.xml b/assets/win10x64.xml
index 11b4fd8..7af05c5 100644
--- a/assets/win10x64.xml
+++ b/assets/win10x64.xml
@@ -431,48 +431,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml
index 06492db..0df076d 100644
--- a/assets/win11x64-enterprise-eval.xml
+++ b/assets/win11x64-enterprise-eval.xml
@@ -447,56 +447,41 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 19
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 20
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
- 25
+ 21
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
+
+
+ 22
reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
Disable unsupported hardware notifications
- 26
+ 23
reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
Disable unsupported hardware notifications
diff --git a/assets/win11x64.xml b/assets/win11x64.xml
index a5e3405..05d8118 100644
--- a/assets/win11x64.xml
+++ b/assets/win11x64.xml
@@ -449,56 +449,41 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
- reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
- Remove Search from the Taskbar
-
-
- 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 19
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 20
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
- 25
+ 21
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
+
+
+ 22
reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
Disable unsupported hardware notifications
- 26
+ 23
reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
Disable unsupported hardware notifications
diff --git a/assets/win2008r2.xml b/assets/win2008r2.xml
index 6c81a33..0a4f267 100644
--- a/assets/win2008r2.xml
+++ b/assets/win2008r2.xml
@@ -292,6 +292,16 @@
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
Enable RemoteAPP to launch unlisted programs
+
+ 15
+ netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
+ Enable Network Discovery
+
+
+ 16
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
+
diff --git a/assets/win2012r2-eval.xml b/assets/win2012r2-eval.xml
index 1a8221a..5d5df8d 100644
--- a/assets/win2012r2-eval.xml
+++ b/assets/win2012r2-eval.xml
@@ -331,6 +331,16 @@
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f
Enable RemoteAPP to launch unlisted programs
+
+ 15
+ netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
+ Enable Network Discovery
+
+
+ 16
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
+
diff --git a/assets/win2016-eval.xml b/assets/win2016-eval.xml
index 06de1d4..6be15ac 100644
--- a/assets/win2016-eval.xml
+++ b/assets/win2016-eval.xml
@@ -338,48 +338,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win2019-eval.xml b/assets/win2019-eval.xml
index 6310b44..831d1d1 100644
--- a/assets/win2019-eval.xml
+++ b/assets/win2019-eval.xml
@@ -342,48 +342,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win2022-eval.xml b/assets/win2022-eval.xml
index a0408cf..afeda33 100644
--- a/assets/win2022-eval.xml
+++ b/assets/win2022-eval.xml
@@ -342,48 +342,38 @@
16
- reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d 0 /f
- Disable Cortana in search
-
-
- 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d 0 /f
Remove Search from the Taskbar
- 18
+ 17
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowTaskViewButton" /t REG_DWORD /d 0 /f
Remove Task View from the Taskbar
- 19
+ 18
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarDa" /t REG_DWORD /d 0 /f
Remove Widgets from the Taskbar
- 20
+ 19
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarMn" /t REG_DWORD /d 0 /f
Remove Chat from the Taskbar
- 21
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v "AllowNewsAndInterests" /t REG_DWORD /d 0 /f
- Disable Widgets
-
-
- 22
- reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "SearchOnTaskbarMode" /t REG_DWORD /d 0 /f
- Disable search box in the taskbar
-
-
- 23
+ 20
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f
Turn off Windows Update auto download
- 24
+ 21
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 22
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win7x64.xml b/assets/win7x64.xml
index a6888ab..944c520 100644
--- a/assets/win7x64.xml
+++ b/assets/win7x64.xml
@@ -298,7 +298,12 @@
15
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 16
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win81x64-enterprise-eval.xml b/assets/win81x64-enterprise-eval.xml
index 26c4ceb..76ba9bb 100644
--- a/assets/win81x64-enterprise-eval.xml
+++ b/assets/win81x64-enterprise-eval.xml
@@ -319,7 +319,12 @@
15
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 16
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing
diff --git a/assets/win81x64.xml b/assets/win81x64.xml
index a9e33b5..3ac7963 100644
--- a/assets/win81x64.xml
+++ b/assets/win81x64.xml
@@ -328,7 +328,12 @@
15
netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes
- Enable Network Discovery and File Sharing
+ Enable Network Discovery
+
+
+ 16
+ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
+ Enable File Sharing