1
0
mirror of https://github.com/TommyTran732/Windows-Setup.git synced 2024-09-19 18:04:59 -04:00

Fix typos

This commit is contained in:
samsepi0l 2023-12-07 09:02:41 +01:00 committed by GitHub
parent 721d50aa4b
commit c29e1e56ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. - 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 - 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 <PackageName>`. In most cases, this will just be OneDrive. - 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 <PackageName>`. 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 - 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