Loading Firewall/README.md 0 → 100644 +29 −0 Original line number Diff line number Diff line ## by Hand (boring) "Windows-Firewall mit erweiterter Sicherheit" "Eingehende Regeln" "Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend) Privat Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend) Domäne Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend) Öffentlich Nein "Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend) Privat Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend) Domäne Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend) Öffentlich Nein ## Playground Get-NetFirewallRule -Name "File and Printer Sharing (Echo Request - ICMPv4-In)" $nfServiceFilte = Get-NetFirewallRule -Name FPS-ICMP4-ERQ-In-NoScope Get-NetFirewallRule -Name FPS-ICMP4-ERQ-In Firewall/set_VM_Rules.ps1 0 → 100644 +9 −0 Original line number Diff line number Diff line # can be done bye wf.msc New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 131.188.220.192/26 -Action Allow New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 192.168.220.128/25 -Action Allow New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 10.188.220.0/25 -Action Allow New-NetFirewallRule -DisplayName "Allow inbound ICMPv6" -Direction Inbound -Protocol ICMPv6 -IcmpType 8 -RemoteAddress <localsubnet> -Action Allow Registry/README.md +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ Step-Recorder Inventory Collector - disalbe_ActivityHistory.reg : Disable History and Timeline (included publishing and uploading) ## Install Loading features/useless_demo_apps.ps1 +13 −1 Original line number Diff line number Diff line Loading @@ -29,10 +29,22 @@ Get-AppxPackage -AllUsers -Name Microsoft.MixedReality.Portal | Remove-AppxPacka Get-AppxPackage -AllUsers -Name Microsoft.WindowsFeedbackHub | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.NetworkSpeedTest | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.YourPone | Remove-AppxPackage Get-AppxPackage -AllUsers -Name ActiproSoftwareLLC.562882FEEB491 | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.Todos | Remove-AppxPackage Get-AppxPackage -Name Microsoft.Todos | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.Whiteboad | Remove-AppxPackage Get-AppxPackage -Name Microsoft.Witeboard | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.OfficeLens | Remove-AppxPackage Get-AppxPackage -Name Microsoft.OfficeLens | Remove-AppxPackage # To uninstall Phone: Get-AppxPackage -AllUsers -Name Microsoft.YourPhone | Remove-AppxPackage Get-AppxPackage -AllUsers -Name *WindowsPhone* | Remove-AppxPackage Get-AppxPackage -AllUsers -Name *commsphone* | Remove-AppxPackage Loading Loading
Firewall/README.md 0 → 100644 +29 −0 Original line number Diff line number Diff line ## by Hand (boring) "Windows-Firewall mit erweiterter Sicherheit" "Eingehende Regeln" "Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend) Privat Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend) Domäne Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv4 eingehend) Öffentlich Nein "Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend) Privat Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend) Domäne Ja "Datei- und Druckerfreigabe (Echoanforderung - ICMPv6 eingehend) Öffentlich Nein ## Playground Get-NetFirewallRule -Name "File and Printer Sharing (Echo Request - ICMPv4-In)" $nfServiceFilte = Get-NetFirewallRule -Name FPS-ICMP4-ERQ-In-NoScope Get-NetFirewallRule -Name FPS-ICMP4-ERQ-In
Firewall/set_VM_Rules.ps1 0 → 100644 +9 −0 Original line number Diff line number Diff line # can be done bye wf.msc New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 131.188.220.192/26 -Action Allow New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 192.168.220.128/25 -Action Allow New-NetFirewallRule -DisplayName "Allow inbound ICMPv4" -Direction Inbound -Protocol ICMPv4 -IcmpType 8 -RemoteAddress 10.188.220.0/25 -Action Allow New-NetFirewallRule -DisplayName "Allow inbound ICMPv6" -Direction Inbound -Protocol ICMPv6 -IcmpType 8 -RemoteAddress <localsubnet> -Action Allow
Registry/README.md +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ Step-Recorder Inventory Collector - disalbe_ActivityHistory.reg : Disable History and Timeline (included publishing and uploading) ## Install Loading
features/useless_demo_apps.ps1 +13 −1 Original line number Diff line number Diff line Loading @@ -29,10 +29,22 @@ Get-AppxPackage -AllUsers -Name Microsoft.MixedReality.Portal | Remove-AppxPacka Get-AppxPackage -AllUsers -Name Microsoft.WindowsFeedbackHub | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.NetworkSpeedTest | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.YourPone | Remove-AppxPackage Get-AppxPackage -AllUsers -Name ActiproSoftwareLLC.562882FEEB491 | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.Todos | Remove-AppxPackage Get-AppxPackage -Name Microsoft.Todos | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.Whiteboad | Remove-AppxPackage Get-AppxPackage -Name Microsoft.Witeboard | Remove-AppxPackage Get-AppxPackage -AllUsers -Name Microsoft.OfficeLens | Remove-AppxPackage Get-AppxPackage -Name Microsoft.OfficeLens | Remove-AppxPackage # To uninstall Phone: Get-AppxPackage -AllUsers -Name Microsoft.YourPhone | Remove-AppxPackage Get-AppxPackage -AllUsers -Name *WindowsPhone* | Remove-AppxPackage Get-AppxPackage -AllUsers -Name *commsphone* | Remove-AppxPackage Loading