Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:scoop [2022/06/17 14:24] derekpub:scoop [2023/04/21 21:51] (current) – removed derek
Line 1: Line 1:
-== scoop 
-  * Home page: https://scoop.sh/ 
-  * Github: https://github.com/lukesampson/scoop 
-  * Require: [[https://aka.ms/exsdfasdfexwmf5download|Powershell5]] or [[https://github.com/PowerShell/PowerShell|PSCore]]  
-  * and [[https://dotnet.microsoft.com/download|.Net 4.5]] 
- 
-== install 
-Install in **powershell user mode** 
- 
-  Set-ExecutionPolicy RemoteSigned -scope CurrentUser -force   # answer All 
-  iwr -useb get.scoop.sh | iex 
- 
-=== Essential packages 
-  * default install to ''%USERPROFILE%\scoop'' 
-  * ''innounp dark'' are installer used by some scoop packages 
- 
-  scoop install git 7zip innounp dark aria2 sudo gsudo 
-  scoop bucket add extras  
-  scoop bucket add nonportable 
-  scoop update 
-  scoop checkup 
- 
-  scoop config aria2-enabled false 
- 
-== admin 
-=== notepad++ 
- 
-  scoop install notepadplusplus 
- 
-Context menu for 64bit Windows 
- 
-Install (for 64bit) 
-  cd %appdata%\notepad++ && regsvr32 /i NppShell64.dll 
- 
-Uninstall 
-  cd %appdata%\notepad++ && regsvr32 /u NppShell64.dll 
- 
-if the dll not exists 
-  cd %appdata%\notepad++ 
-  wget https://github.com/notepad-plus-plus/notepad-plus-plus/raw/master/PowerEditor/bin/NppShell64.dll 
- 
-Notepad Replacer 
-  * https://www.binaryfortress.com/NotepadReplacer/Download/ 
- 
-=== windows terminal 
- 
-  scoop install windows-terminal 
- 
-copy shortcut to desktop 
- 
-  start %appdata%\Microsoft\Windows\Start Menu\Programs\Scoop Apps\Windows Terminal.lnk 
- 
-== multimedia 
- 
-=== handbrake 
- 
-  scoop install handbrake handbrake-cli 
- 
-libdvd-css 
- 
-  cd %USERPROFILE%\scoop\apps\handbrake\1.4.2 
-  wget https://github.com/allienx/libdvdcss-dll/blob/main/1.4.3/64-bit/libdvdcss-2.dll