tiny11builder
tiny11builder copied to clipboard
Powershell closes
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.
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
mito bommmmmm certificado louco ein bro
no xbox como na psn rodou safe
DeveloperAnalist
in english please :D will be more helpfull 😄
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.