Startup in windows

Views: 664

Maxelweb   3 years ago   Never
Text   0.27 KB   Public
Crumb Tree
  • Startup in windows
Highlight mode ON

Click on the lines you want to highlight and share this url.

    Download   RAW   Copy   Fork
  1. Step 1
  2. - Create .ps1 script
  3.  
  4. Step 2
  5. - Shortcut -> Properties -> change Target to
  6.         "C:\Program Files\PowerShell\7\pwsh.exe" -NoProfile -NoLogo -File "YOUR_SCRIPT.ps1"
  7.  
  8. Step 3
  9. - WIN+r, shell:startup, copy & paste the modified shortcut
  10.