Windows 10: Difference between revisions

From iFixWiki
(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]

  1. Start an Administrative Powershell window
  2. Run the command Get-AppxPackage *xbox* | Remove-AppxPackage
  3. 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

  1. Insert a Windows 10 installation disc or USB drive
  2. Select Repair your Computer
  3. Click Advanced Options
  4. Open the Command Prompt
  5. Type in
  • bootsect /nt60 sys
  • bootrec /fixboot
  • bootrec /fixmbr
  • bootrec /rebuildBCD

References[edit]