fritzlb / iOS17-JIT-WIN

Enable JIT on iOS 17 using a windows PC
GNU General Public License v3.0
126 stars 4 forks source link

open terminal here.bat doesn't open #29

Closed beenycool closed 3 months ago

beenycool commented 3 months ago

when I try to open the open terminal here.bat, it appears for a split-second, then disappears. I don't have an antivirus enabled, I've tried to restart multiple times, but nothing worked. Thanks in advance.

beenycool commented 3 months ago

update: I copied the code from the git repo and I opened a cmd terminal in the \iOS17-JIT-WIN-main folder. I then pasted the code in and this came out: The system cannot find the path specified.

[process exited with code 1 (0x00000001)] You can now close this terminal with Ctrl+D, or press Enter to restart.

fritzlb commented 3 months ago

Did you extract the zip file? And does the path to the folder contain any special characters or is longer than 256 characters? Also, idk if the script works if you’re not logged in as administrator bc I was too lazy. As admin rights are required anyway that shouldn’t really affect anyone.

beenycool commented 3 months ago

I extracted it using windows and 7zip, and here is my directory:C:\Users***\Downloads\iOS17-JIT-WIN-main\iOS17-JIT-WIN-main

beenycool commented 3 months ago

trying it out on a vm rn

fritzlb commented 3 months ago

The only thing the script does is open a terminal window as administrator in the according location, you could try doing that manually. Open windows terminal (or cmd) as admin and use the cd command. Also the script relies on vbs for getting admin privileges, if that is being blocked on your system it won’t work

beenycool commented 3 months ago

thanks for your help it worked! keep it up