mirror of
https://github.com/TommyTran732/Windows-Setup.git
synced 2024-11-09 09:41:46 -05:00
Merge c21713f855
into 721d50aa4b
This commit is contained in:
commit
8dedbae87d
@ -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 <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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Personalization
|
||||
|
||||
`Computer Configuration\Administrative Templates\Control Panel\Regional and Language Options`
|
||||
`Computer Configuration\Administrative Templates\Control Panel\Personalization`
|
||||
|
||||
- Prevent enabling lock screen camera -> Enabled (Probably not invasive, though I don't see a reason for it to be on)
|
||||
- Prevent enabling lock screen camera -> Enabled (Probably not invasive, though I don't see a reason for it to be on)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
- Do not allow Windows Messenger to be run -> Enabled
|
||||
|
Loading…
Reference in New Issue
Block a user