More actions
Created page with "Windows 10 is the latest operating system developed by Microsoft. = Issues = == Removing Xbox Integration and Xbox overlay<ref>https://www.reddit.com/r/pcmasterrace/comments/..." |
|||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
# Run the command ''Get-AppxPackage *xbox* | Remove-AppxPackage'' | # Run the command ''Get-AppxPackage *xbox* | Remove-AppxPackage'' | ||
# Reboot and the Xbox integration will be gone from Full screen games and the Start menu | # Reboot and the Xbox integration will be gone from Full screen games and the Start menu | ||
== Windows failed to start == | |||
Right after the BIOS loads, the windows boot manager screen shows up with an error that Windows cannot start. | |||
'''Solution''' | |||
# Insert a Windows 10 installation disc or USB drive | |||
# Select Repair your Computer | |||
# Click Advanced Options | |||
# Open the Command Prompt | |||
# Type in | |||
* bootsect /nt60 sys | |||
* bootrec /fixboot | |||
* bootrec /fixmbr | |||
* bootrec /rebuildBCD | |||
= References = | = References = | ||
[[Category:Microsoft Windows]] |
Latest revision as of 00:53, 18 August 2019
Windows 10 is the latest operating system developed by Microsoft.
Issues[edit]
Removing Xbox Integration and Xbox overlay[1][edit]
- Start an Administrative Powershell window
- Run the command Get-AppxPackage *xbox* | Remove-AppxPackage
- Reboot and the Xbox integration will be gone from Full screen games and the Start menu
Windows failed to start[edit]
Right after the BIOS loads, the windows boot manager screen shows up with an error that Windows cannot start.
Solution
- Insert a Windows 10 installation disc or USB drive
- Select Repair your Computer
- Click Advanced Options
- Open the Command Prompt
- Type in
- bootsect /nt60 sys
- bootrec /fixboot
- bootrec /fixmbr
- bootrec /rebuildBCD