Windows: Difference between revisions

379 bytes added ,  29 March 2020
no edit summary
No edit summary
No edit summary
Line 27: Line 27:
* Change to ACHI in UEFI
* Change to ACHI in UEFI
* Run <code>bcdedit /deletevalue {current} safeboot</code>
* Run <code>bcdedit /deletevalue {current} safeboot</code>
==Application Management==
===Chocolatey===
[https://chocolatey.org/ Chocolatey] is an open source package manager for windows.<br>
Install by following the directions on [https://chocolatey.org/install https://chocolatey.org/install].<br>
It is particulary useful for managing CLI applications such as ffmpeg and youtube-dl.
<pre>
# Installs ffmpeg
choco install ffmpeg
</pre>