#instalation problem
1 messages · Page 1 of 1 (latest)
im not lunching it as an admin
do you have a administrator account?
no i have only one user and its not an admin account
use this command in powershell:
C:\Windows\System32\runas.exe /trustlevel:0x20000 powershell
this will open a powershell without ADM, use the spicetifly command normally
@lone valve
Create a new windows user, put admin perms on that user, remove admin perms on ur main user, do the command, and then just put them again from the new windows user
it didnt work either
but it worked using this code
$params = @{
BypassAdmin = $true
}
$scriptContent = (iwr -useb https://raw.githubusercontent.com/spicetify/marketplace/main/resources/install.ps1).Content
$scriptBlock = [ScriptBlock]::Create($scriptContent)
& $scriptBlock @params
I love you ❤️