User Tools

Site Tools


windows:programs

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
windows:programs [2025/09/11 06:43] – external edit 127.0.0.1windows:programs [2026/09/19 21:59] (current) – D3D antilag Sean Rhone
Line 4: Line 4:
  
 ====== Programs ====== ====== Programs ======
- 
-===== 7-max ===== 
- 
-  * https://7-max.com/ 
-  * :!: 2025/06/19: Untested, but looks interesting 
  
 ===== fastfetch ===== ===== fastfetch =====
Line 24: Line 19:
   * https://learn.microsoft.com/en-us/java/openjdk/download   * https://learn.microsoft.com/en-us/java/openjdk/download
   * https://learn.microsoft.com/en-us/java/openjdk/download-major-urls   * https://learn.microsoft.com/en-us/java/openjdk/download-major-urls
 +
 +===== LibreOffice =====
 +
 +  * https://www.libreoffice.org/download/download/
  
 ===== OpenSSH ===== ===== OpenSSH =====
Line 29: Line 28:
   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)   * https://github.com/PowerShell/Win32-OpenSSH (''scp'' included too)
   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]   * [[https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip|OpenSSH-Win64.zip]]
 +
 +  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & "curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip"
 +
 +  RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads"
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe"
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe"
 +
 +  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64"
 +
 +==== Alira ====
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" espionage724@192.168.1.152
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\scp.exe" espionage724@192.168.1.152:~/* "%UserProfile%\Downloads"
 +
 +==== Router ====
 +
 +****
 +
 +  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1
 +
 +===== OBS =====
 +
 +  * https://github.com/obsproject/obs-studio/releases
  
 ====== Browsers ====== ====== Browsers ======
Line 78: Line 103:
  
   * https://pcsx2.net/downloads/   * https://pcsx2.net/downloads/
 +
 +===== Clients =====
 +
 +==== Battle.net App ====
 +
 +  * https://download.battle.net/en-us/?product=bnetdesk
 +  * [[http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe|Older exe]] (no SSL)
 +  * TODO: [[games;windows;notes;battle_net_client]]
 +
 +==== Steam ====
 +
 +  * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
 +  * See [[games;windows;notes;game_launch_flags|Game Launch Flags]]
 +
 +=== Shortcut ===
 +
 +  * Disable: Settings -> Interface -> Enable GPU accelerated rendering in web views
 +
 +  "%ProgramFiles(x86)%\Steam\steam.exe" -silent -nocrashmonitor -cef-single-process -cef-disable-breakpad
 +
 +  Steam (min)
  
 ====== System Utilities ====== ====== System Utilities ======
 +
 +===== Windows Terminal =====
 +
 +==== VCLibs ====
 +
 +  * https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge
 +
 +  "powershell.exe" -Command "Add-AppxPackage 'https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx'"
 +
 +==== Windows Terminal ====
 +
 +  * https://github.com/microsoft/terminal/releases
 +
 +  "powershell.exe" -Command "Add-AppxPackage 'https://github.com/microsoft/terminal/releases/download/v1.23.12681.0/Microsoft.WindowsTerminal_1.23.12681.0_8wekyb3d8bbwe.msixbundle'"
  
 ===== balenaEtcher ===== ===== balenaEtcher =====
Line 108: Line 168:
   * ''xi.win7.x64.en.msi'' ((2025/01/14: Works on Windows 10))   * ''xi.win7.x64.en.msi'' ((2025/01/14: Works on Windows 10))
   * Fixes Xbox 360 controller vibration for Dynasty Warriors 8 ([[https://steamcommunity.com/sharedfiles/filedetails/?id=374920469|guide]]) and Samurai Warriors 4-II   * Fixes Xbox 360 controller vibration for Dynasty Warriors 8 ([[https://steamcommunity.com/sharedfiles/filedetails/?id=374920469|guide]]) and Samurai Warriors 4-II
 +
 +===== D3D antilag =====
 +
 +  * https://www.kegetys.fi/category/gaming/modarchive/
 +  * http://www.kegetys.fi/dl.php/d3d_antilag101.zip
 +  * ''d3d9.dll'' + ''antilag.cfg''
  
 ====== Hardware ====== ====== Hardware ======
/usr/local/www/wiki/data/attic/windows/programs.1757587393.txt.gz · Last modified: by 127.0.0.1