#Powershell is always in Administrator
17 messages · Page 1 of 1 (latest)
run this
$scriptContent = (iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1).Content
$scriptBlock = [ScriptBlock]::Create($scriptContent)
& $scriptBlock -BypassAdmin
@mighty plume
Click N then enter and paste the script i sent u
@mighty plume
click Y enter if there is an error then paste the script thats what i did
paste this?: $scriptContent = (iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1).Content
$scriptBlock = [ScriptBlock]::Create($scriptContent)
& $scriptBlock -BypassAdmin
yes after you click yes
niceee it works ty
But that kinda just bypassed my problem no? do you know why my powershell only starts with administrator?
idk i have the same problem i only use powershell for spicefy so i dont really mind
ohh ok ty still
uhh this does happen if your windows account is an administartor account or a local account
to fix this, refer:
#faq-guides message