Jump to content

First off, the specs.

Asus RTX 3060 

Ryzen 5 5600x 

Samsung 970 Evo SSD 1TB

Unknown John Doe Hard-drive 2TB

2×8 Corsair Vengeance Pro ddr4 

On a Rog Strix B550-F Gaming board

 

Right, so I can start up the computer fine and watch YouTube, Hulu or Hbo max fine. I can only play siege (R6) in training mode. The board will crash if I launch Apex Legends. A little red light abruptly comes on and the restart process begins. We originally thought it was because my old pre-built had an illegitimate version of windows that he stole from our school. But I've bought my own product key now, implemented that annnnnd it still crashes...i honestly dont what to do and i miss streaming with the bois, can anyone please help?

 

 

 

Link to comment
https://linustechtips.com/topic/1327693-help-random-reboots/
Share on other sites

Link to post
Share on other sites

5 minutes ago, AlStarTuck said:

originally thought it was because my old pre-built had an illegitimate version of windows that he stole from our school.

excuse me WHAT?

🤨📸

| If someones post is helpful or solves your problem please mark it as a solution 🙂 |

I am a human that makes mistakes! If I'm wrong please correct me and tell me where I made the mistake. I try my best to be helpful.

System Specs

<Ryzen 5 3600 3.5-4.2Ghz> <Noctua NH-U12S chromax.Black> <ZOTAC RTX 2070 SUPER 8GB> <16gb 3200Mhz Crucial CL16> <DarkFlash DLM21 Mesh> <650w Corsair RMx 2018 80+ Gold> <Samsung 970 EVO 500gb NVMe> <WD blue 500gb SSD> <MSI MAG b550m Mortar> <5 Noctua P12 case fans>

Peripherals

<Lepow Portable Monitor + AOC 144hz 1080p monitor> 

<Keymove Snowfox 61m>

<Razer Mini>

Link to comment
https://linustechtips.com/topic/1327693-help-random-reboots/#findComment-14655241
Share on other sites

Link to post
Share on other sites

5 minutes ago, AlStarTuck said:

First off, the specs.

Asus RTX 3060 

Ryzen 5 5600x 

Samsung 970 Evo SSD 1TB

Unknown John Doe Hard-drive 2TB

2×8 Corsair Vengeance Pro ddr4 

On a Rog Strix B550-F Gaming board

 

Right, so I can start up the computer fine and watch YouTube, Hulu or Hbo max fine. I can only play siege (R6) in training mode. The board will crash if I launch Apex Legends. A little red light abruptly comes on and the restart process begins. We originally thought it was because my old pre-built had an illegitimate version of windows that he stole from our school. But I've bought my own product key now, implemented that annnnnd it still crashes...i honestly dont what to do and i miss streaming with the bois, can anyone please help?

 

 

 

rather than focusing on the Windows Key 😄 try to troubleshoot the hardware. for starters, check your powersupply

Link to comment
https://linustechtips.com/topic/1327693-help-random-reboots/#findComment-14655247
Share on other sites

Link to post
Share on other sites

1 minute ago, SignatureSigner said:

excuse me WHAT?

He pirated our old high-schools windows office for his pre-built (my old system) i thought i could use the windows from my old system so i put in my old hard drive, and found out that the windows wasn't legit, ive since then bought my own product key but i still cant get my games playing properly 

Link to comment
https://linustechtips.com/topic/1327693-help-random-reboots/#findComment-14655254
Share on other sites

Link to post
Share on other sites

Get-WinEvent -FilterHashtable @{logname = 'System'; id = 1074, 6005, 6006, 6008}  |
                     ForEach-Object {
                         $EventData = New-Object PSObject | Select-Object Date, EventID, User, Action, Reason, ReasonCode, Comment, Computer, Message, Process
                         $EventData.Date = $_.TimeCreated
                         $EventData.User = $_.Properties[6].Value
                         $EventData.Process = $_.Properties[0].Value
                         $EventData.Action = $_.Properties[4].Value
                         $EventData.Reason = $_.Properties[2].Value
                         $EventData.ReasonCode = $_.Properties[3].Value
                         $EventData.Comment = $_.Properties[5].Value
                         $EventData.Computer = $Computer
                         $EventData.EventID = $_.id
                         $EventData.Message = $_.Message

                         $EventData | Select-Object Date, Computer, EventID, Action, User, Reason, Message

                     }

 

 

run the command above inyour powershell, it will tell you why your pc has rebooted

Link to comment
https://linustechtips.com/topic/1327693-help-random-reboots/#findComment-14655280
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×