[SOLVED] Can't enable Direct play

Blue Screen of Death (also known as a blue screen or BSoD) is an error screen displayed on a Windows computer system after a fatal system error, also known as a system crash: when the operating system reaches a condition where it can no longer operate safely. BSoDs can be caused by poorly written device drivers or malfunctioning hardware, such as faulty memory, power supply issues, overheating of components, or hardware running beyond its specification limits.

Please boot your computer with Windows Setup Media and from Windows Recovery Environment start the Command Prompt.

Please type the bellow commands into Command Prompt and press Enter key.

Following commands will repair Master Boot Record (MBR), Boot Sector and BCD Store.


Code:
Bootrec /scanos

Bootrec  /RebuildBcd

Restart your computer.
 
Please boot your computer with Windows Setup Media and from Windows Recovery Environment start the Command Prompt.

Type the below command into Command Prompt and press the Enter key.


Code:
Del /a /q /f C:\Windows\System32\config\TxR\*.*

Please replace partition letter C: with Windows installed partition letter. When the computer boots into Windows Recovery Environment (WinRE) environment, the drive letter assign to Windows partition may not be C: drive letter because Windows 7, 8 , 8.1 and 10 creates a separate system partition when it's installed from scratch. The system partition contains boot files WinRE assigns the system partition the C: drive letter and the Windows installed partition will be assigned any other drive letter, usually D: drive letter is assign to Windows installed partition. The Bcdedit | find "osdevice" command can be used to find out the drive letter of the Windows installed partition, the output of the Bcdedit command is similar to this osdevice partition=D:. The drive letter after partition= is the drive letter of the Windows partition.


Reboot your system to check the problem resolved.
1642577809604.png
I have successfully done it sir but still the same error when I tried to turn on DirectPlay.
 
Update: I tried to startup repair in bootable media, now I cannot open Windows. It's stuck there and when I clicked ok, it's just black screen with cursor.
 

Attachments

  • IMG20220119170946.jpg
    IMG20220119170946.jpg
    83.9 KB · Views: 8
You should let Startup Repair do its work.

If you have restore points, use the System Restore tool.



Please boot your computer with Windows Setup Media and from Windows Recovery Environment start the Command Prompt.

Please type the below command into Command Prompt and press the Enter key.

The following command scans integrity of all protected Windows system files and repairs files with problems when possible.

Code:
Sfc  /Scannow   /OFFBOOTDIR=D:\   /OFFWINDIR=D:\Windows



Please replace partition letter C: with Windows installed partition letter. When the computer boots into Windows Recovery Environment (WinRE) environment, the drive letter assign to Windows partition may not be C: drive letter because Windows 7, 8 , 8.1 and 10 creates a separate system partition when it's installed from scratch. The system partition contains boot files WinRE assigns the system partition the C: drive letter and the Windows installed partition will be assigned any other drive letter, usually D: drive letter is assign to Windows installed partition. The Bcdedit | find "osdevice" command can be used to find out the drive letter of the Windows installed partition, the output of the Bcdedit command is similar to this osdevice partition=D:. The drive letter after partition= is the drive letter of the Windows partition.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top