From c29e1e56ad2f13618425e69a4cc44667d78268fe Mon Sep 17 00:00:00 2001 From: samsepi0l Date: Thu, 7 Dec 2023 09:02:41 +0100 Subject: [PATCH 1/3] Fix typos --- Debloat/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debloat/README.md b/Debloat/README.md index 73569e8..897812f 100644 --- a/Debloat/README.md +++ b/Debloat/README.md @@ -8,7 +8,7 @@ As such, if you want to make sure all of the annoying APPX/MSIX apps are gone, i - First, go to Settings -> Apps -> Optional features and remove unnecessary features. I personally remove everything here. -- Next, scroll to the bottom and click "More Windows Features". Turn Windows feautures on or off and remove Features that you don't need. On my Parallels VM, I removed everything except Microsoft Print to PDF. If you are running bare metal, you should keep HyperV, Microsoft Defender Application Guard, and Windows Sandbox on. +- Next, scroll to the bottom and click "More Windows Features". Turn Windows features on or off and remove Features that you don't need. On my Parallels VM, I removed everything except Microsoft Print to PDF. If you are running bare metal, you should keep HyperV, Microsoft Defender Application Guard, and Windows Sandbox on. - Reboot the system @@ -22,4 +22,4 @@ As such, if you want to make sure all of the annoying APPX/MSIX apps are gone, i - Open the terminal and run `winget list` to see the remaining packages (note that this will not exclude Framework packages). Remove the remaining undesirable apps with `winget remove `. In most cases, this will just be OneDrive. -- For some reason, the Remote Desktop Connection app doesn't show up with both `Get-AppxPackage` and `winget`. Remove it with `mstsc /uninstall`. https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/uninstall-remote-desktop-connection?tabs=command-prompt#uninstall-remote-desktop-connection \ No newline at end of file +- For some reason, the Remote Desktop Connection app doesn't show up with both `Get-AppxPackage` and `winget`. Remove it with `mstsc /uninstall`. https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/uninstall-remote-desktop-connection?tabs=command-prompt#uninstall-remote-desktop-connection From 8880af281a8e4064de23818197a7a3d9ac79e2ce Mon Sep 17 00:00:00 2001 From: samsepi0l Date: Thu, 7 Dec 2023 09:03:42 +0100 Subject: [PATCH 2/3] Fix typos --- Group Policies/Computer Configuration/Windows Components/MDM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Group Policies/Computer Configuration/Windows Components/MDM.md b/Group Policies/Computer Configuration/Windows Components/MDM.md index 40a416c..91326eb 100644 --- a/Group Policies/Computer Configuration/Windows Components/MDM.md +++ b/Group Policies/Computer Configuration/Windows Components/MDM.md @@ -4,5 +4,5 @@ Unless you run your own MDM system or something, this probably should not be on with a personal computer. -- Enable automatic MDM enrollment using default Azure AD credentials -> Disabled (Probably redundant because of the next policy, but it will also **unenroll** you from Azure AD) +- Enable automatic MDM enrollment using default Azure AD credentials -> Disabled (Probably redundant because of the next policy, but it will also **disenroll** you from Azure AD) - Disable MDM enrollment -> Enabled (This will not disenroll you though) From a6080fb8a446f7feadfc2ec06b267e43ca5224b3 Mon Sep 17 00:00:00 2001 From: samsepi0l Date: Thu, 7 Dec 2023 09:12:51 +0100 Subject: [PATCH 3/3] Fix title --- .../Windows Components/Windows Messenger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Group Policies/Computer Configuration/Windows Components/Windows Messenger.md b/Group Policies/Computer Configuration/Windows Components/Windows Messenger.md index 8502b13..64a99fc 100644 --- a/Group Policies/Computer Configuration/Windows Components/Windows Messenger.md +++ b/Group Policies/Computer Configuration/Windows Components/Windows Messenger.md @@ -1,7 +1,7 @@ -# Windows Calendar +# Windows Messenger `Computer Configuration\Administrative Templates\Windows Components\Windows Messenger` **Old and very likely to be obsolete.** -- Do not allow Windows Messenger to be run -> Enabled \ No newline at end of file +- Do not allow Windows Messenger to be run -> Enabled