my computer is restarting by itself, after using the following commands in PowerShell

Joao Pedro 0 Reputation points
2023-05-14T23:43:09.3033333+00:00
iwr -useb 

iwr -useb 


when I start a game (fortnite), windows simply gives an error and goes to the blue screen. Reporting some error that I don't know what it is.

So I was wondering how can I undo this command in "PowerShell".
and at this moment the computer is restarting by itself
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,316 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 34,271 Reputation points Microsoft Vendor
    2023-05-16T10:30:30.7466667+00:00

    Hi,

    The command iwr is an alias of the PowerShell cmdlet Invoke-WebRequest and it gets content from a web page on the internet like your web browser, so there is no way and no need to undo this command. As the blue screen is not necessarily caused by this it's better to check the error code.

    Best Regards,

    Ian Xue

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments