first logon

  1. S

    First run with Admin rights (issues with Choco installs + fix)

    My issue was that certain choco installs in my PowerShell script were halting due to it prompting for an action button (y/n) to continue. After reading many forms here and elsewhere, it is because the first run, runs as the system account which can affect some of the choco apps. I found a fix...
  2. U

    Win11 Post-Setup run PS command Remove-AppPackage (Cortana)

    Hello, I want to run the following command on first user logon: This command will remove Cortana App from Startmenu. Unfortunately I could not figure out how to do so. I tried several Post-Setup settings: Get-AppxPackage -AllUsers Microsoft.549981C3F5F10 | Remove-AppPackage powershell...
Back
Top