

The operating system refuses to allow me to unzip an executable file to a folder on my C Drive failing because an Administrator account is required. Only an administrator can reset your password from the Ctrl+ Alt+ Delete screen on your device. I am logged in to Windows 10 Pro as an Administrator. Change your passwordīecause your Windows password is synchronized with your Google Account, you change your Google password, not your Windows password. Note: You can't change your password to a PIN or to fingerprint recognition. If the following instructions don't work, ask your administrator to change or reset your password. To change or reset the password for your device, you update your Google Account password. Please run 'choco -?' or 'choco -?' for help menu.Your administrator might synchronize your Google and Windows passwords on your managed Microsoft Windows 10 computer. OR Window CMD.exe: -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object ).DownloadString(''))" & SET "PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin"Īfter installation: run choco you see the version of chocolatey installed. Installing via cmd lineĬopy and Paste the code below to your PowerShell Set-ExecutionPolicy Bypass -Scope Process -Force iex ((New-Object ).DownloadString('')) Check your System variables and look for Path variable if it has some values like C:\ProgramData\chocolatey\choco.exe C:\ProgramData\chocolatey\bin if not add it.Īnd you can save you time by installing it. I ran into a similar problem when I tried setting env variable for Java SDK, but I was quick to recognize it when I ran the commands presented to me in the documentation which completely overwrites my env Path variable.


The choco environment variable has been altered.
