Cautati articole în Baza de cunostinte
-
debloat windows after install
2021-01-08 12:42:48after install, open power shell console as admin and run: iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/debloat')) or GUI version... -
Instalare Choco packages
2021-01-08 16:34:59Install choco: @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient)... -
Instalare programe via scoop
2024-11-18 23:32:52Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserInvoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression scoop bucket add extrasscoop bucket add versionsscoop bucket add java#Basescoop install ...