Tell the current "issue"

main
LeDragoX 4 years ago committed by Plínio Larrubia
parent 3d86d73909
commit 5cf62c4367
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -36,12 +36,14 @@ The `Script-Win10.ps1` do not make everything automatically, follow these steps.
### Easy way (Prepare and Run once):
#### CLI (With Output working)
- Copy and Paste this entire line below on **Powershell**:
```Powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"Win10Script.ps1"
```
#### GUI ( WIP )
#### GUI ( WIP, Wihout Output working )
- Copy and Paste this entire line below on **Powershell**:
```Powershell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"Win10ScriptGUI.ps1"

Loading…
Cancel
Save