tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

Powershell closes

Open VariousGames opened this issue 1 year ago • 5 comments

dear reader when i click the right file Powershell opens but closes direcly

How can i fix it? I have tryd also with powershell 7 and the windows version.

VariousGames avatar Apr 22 '24 19:04 VariousGames

Make sure that you don't have any spaces in the path and also double check that you select the correct drive where the Windows 11 image is mounted

ntdevlabs avatar Apr 22 '24 21:04 ntdevlabs

mito bommmmmm certificado louco ein bro

DeveloperAnalist avatar Apr 24 '24 19:04 DeveloperAnalist

no xbox como na psn rodou safe

DeveloperAnalist avatar Apr 24 '24 19:04 DeveloperAnalist

DeveloperAnalist

in english please :D will be more helpfull 😄

VariousGames avatar Apr 24 '24 20:04 VariousGames

To fix the issue of PowerShell closing immediately after opening, create a simple script using Notepad. Open Notepad, paste the code Read-Host -Prompt "Press Enter to exit", then save the file with a .ps1 extension (e.g., test.ps1). Double-click on the script to run it. This will keep the PowerShell window open until you press Enter, allowing you to see any errors. If that doesn't work, open PowerShell as an administrator, run Get-ExecutionPolicy and if it returns Restricted, change it with Set-ExecutionPolicy RemoteSigned. Restart your computer and try running the script again.

MrShubhSharma avatar Apr 25 '24 07:04 MrShubhSharma