Latest news:
Sahih al-Bukhari (সহীহ বুখারী) is a free Hadith application for android. This application is advertisement free. Download now https://play.google.com/store/apps/details?id=com.akramhossin.bukharisharif
Windows chocolatey is a command-line interface based package manager.
Chocolatey can be used for automated software installation, remove and upgrade.
To install Chocolatey on Windows, you will need to run an elevated command shell:
Execute the following command in PowerShell to install the Chocolatey package manager:
PS> Set-ExecutionPolicy AllSigned; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
To verify chocolatey installation by executing choco
This should display similar output, as following:
Other subsequent Chocolatey commands must also be executed from an elevated command shell.
Alternatively, it is also possible to install chocolatey in a non-administrator setting
that doesn't require an elevated command shell.
But we need to remember this, That will result in a non-standard and less secure development environment,
Because certain applications installed through this tool may still require elevation.
For more information, refer to: https://chocolatey.org/install.
Views : 606