RabbitHoleEscapeR1 / r1_escape

321 stars 32 forks source link

open in terminal #68

Open AnimeNerd-19 opened 1 month ago

AnimeNerd-19 commented 1 month ago

every time I open in terminal and paste in the code for windows this is what shows up I've restarted my computer and reruned all the steps but cant seem to find anything on how to make this work

trobuleshoot

xawos commented 1 month ago

The solution is relatively easy, you have to run powershell as an elevated user, following this:

https://learn.microsoft.com/en-us/powershell/scripting/windows-powershell/starting-windows-powershell?view=powershell-7.4#with-administrative-privileges-run-as-administrator

AnimeNerd-19 commented 1 month ago

Do I just run it in powershell without opening in terminal?

xawos commented 1 month ago

Yup, should run in Powershell instead of CMD, you're only missing the run as administrator step

AnimeNerd-19 commented 1 month ago

I tried running in admin in powershell but it's still doing the same thing

AnimeNerd-19 commented 1 month ago

image this is what showing up now

xawos commented 1 month ago

Ok, that's a step ahead, now you're only missing the right directory. As you might notice in this last screenshot you sent there's the path "C:\WINDOWS\system32" which is the default one. You may use cd followed by the path where you have the r1_escape directory and execute again. No clue where you downloaded it, but if it's in the Desktop you may use cd C:\Users\YOUR_USERNAME\Desktop\r1_escape and from there you can run ./r1.ps1.

AnimeNerd-19 commented 1 month ago

thank you so much for your help so far but in admin there isnt a way to remove "C:\WINDOWS\system32" and you cant write over it with it failing image

xawos commented 4 weeks ago

This guide can help, you need to write the commands in the shell as shown in the pictures