Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What after encryption ? #4

Closed
yesiamdollar opened this issue Apr 26, 2023 · 1 comment
Closed

What after encryption ? #4

yesiamdollar opened this issue Apr 26, 2023 · 1 comment

Comments

@yesiamdollar
Copy link

I have encrypt file as mentioned in your README.md file, but what after that, how I can run the script after encryption ? it will be useful if you add it in the README.md file.

@Chainski
Copy link
Owner

I have encrypt file as mentioned in your README.md file, but what after that, how I can run the script after encryption ? it will be useful if you add it in the README.md file.

Right click on the ps1 file and select run with powershell
image

or

Try navigating to wherever the script is
ps> cd C:\scriptlocation
then run your command
PowerShell -ExecutionPolicy Bypass -File .\encrypted.ps1
or reference the location in the -file parameter
PowerShell -ExecutionPolicy Bypass -File "c:\script_location\encrypted.ps1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants