mtbink.com logo

Important software for Windows

Contents

Download from internet

  1. Avast - Free antivirus.
    • Disable Web Shield:
      1. Menu > Settings > Protection > Core Shields > Web Shield and untick everything.
      2. Click MORE OPTIONS > Until I turn it on again > OK, STOP.
  2. Dropbox - Sync folders across multiple devices.
  3. KeePass - Password manager.
    • Change font:
      1. Tools > Options... > Interface (2) > Fonts and tick Custom list font.
      2. Change font to Hack.
      3. Change font size to 20.
  4. Node.js - Runs JavaScript on the command-line.
    • Currently using v20.10.0
    • Useful npm modules:
      1. npm i chalk@4.1.2 - colourize command-line.
        • Currently using @4.1.2
      2. npm i cheerio@1.0.0-rc.6 - jQuery alternative for Node.js.
        • @1.0.0-rc.12 is problematic
        • @1.0.0-rc.3 minimum version that worked
        • @1.0.0-rc.7 starts breaking
        • Currently using @1.0.0-rc.6
      3. npm i console.table - console.table method for Node.js.
        • Currently using @0.10.0
      4. npm i glob@8.0.3 - match files using patterns.
        • @9.0.2 is problematic
        • @8.0.3 minimum version that worked
        • Currently using @8.0.3
      5. npm i jsdom@9.12.0 - DOM for Node.js.
        • @21.0.0 is problematic
        • @9.5.0 minimum version that worked
        • @10.0.0 starts breaking
        • Currently using @9.12.0
      6. npm install --global mocha - unit testing.
        • Currently using @10.2.0
        • Location is %USERPROFILE%\AppData\Roaming\npm
    • Useful command:
      • npm list -g - list all global modules for example mocha
      • npm list - list all modules
  5. nircmd.exe - Speak text using command-line (programmatically)
  6. Notepad++ - Text editor with syntax highlighting.
    • Initial setup:
      1. Settings > Preferences... > General > Toolbar and choose Fluent UI: large.
      2. Settings > Preferences... > Dark Mode and choose Dark mode.
      3. Settings > Preferences... > Margins/Border/Edge > Vertical Edge Settings and type 80.
      4. Settings > Preferences... > Language > Tab Settings and change Tab size to 2.
      5. Settings > Preferences... > Language > Tab Settings and tick Replace by space.
      6. Settings > Preferences... > Cloud & Link > Clickable Link Settings and untick Enable.
      7. View and tick Word wrap.
      8. View and tick Document List.
      9. View and tick Folder as workspace.
      10. View > Show Symbol and tick Show White Space and TAB.
      11. View > Show Symbol and tick Show Wrap Symbol.
      12. Settings > Style Configurator... > Global Styles : Global override > Font Style > Font name : and choose Hack.
      13. Settings > Style Configurator... > Global Styles : Global override and tick Enable global font.
    • Acceptable theme:
        Settings > Style Configurator... > Select theme :
      • DarkModeDefault
      • Default
      • Deep Black
      • Plastic Code Wrap
      • Vibrant Ink
  7. FastCopy - Sync folders, fast file/folder copier.
  8. Mozilla Firefox - Web browser.
    • Initial setup:
      1. Right click Mozilla Firefox logo then Bookmarks Toolbar > Always Show.
      2. Right click Mozilla Firefox logo then Customize Toolbar... and tick Title Bar.
    • Useful extension:
      1. Hamburger menu > Add-ons and themes > Extensions > Find more add-ons and search for Video DownloadHelper then click Add to Firefox.
  9. AutoHotkey - Automation scripting language.
  10. WinSCP - FTP client.
  11. Google Chrome - Web browser.
    • Initial setup:
      1. 3 vertical dots > Settings > Appearance and tick Show bookmarks bar.
  12. Canon printer G2010 - Driver and scan utility.
    • When installing:
      1. Untick My ImageGarden.
      2. Untick Easy-WebPrint EX.
  13. IrfanView - Image viewer and resizer.
    • To resize image: Image > Resize/Resample...
  14. LilyPond - Create beautiful music sheet and MIDI file.
  15. Foxit PDF Reader - View PDF file, screenshot whole page.
    • When installing:
      1. untick Plugin used to open PDF files inside browser.
      2. untick Show PDF files in browsers.
      3. choose Don't install a free 14 day trial of Foxit PDF Editor.
  16. PDFtk Server - Combine several PDF files into a single PDF file.
    • To combine PDF files:
      
      MKDIR output
      pdftk *.pdf cat output output\combined.pdf
      REM PAUSE
      EXIT
      
  17. Greenshot - Screenshot editor with auto-crop, upload to imgur.com.
    • When installing:
      1. Untick Start Greenshot with Windows start.
  18. K-Lite Codec Pack Mega - Video player.
    • After installing:
      1. Open Media Player Classic.
      2. View > Options... > Tweaks and tick Show preview on seek bar
  19. MuseScore - Convert MIDI file to MP3 file.
  20. Synthesia - Play MIDI file.
  21. ShareX - Screen recording.
    • When installing:
      1. Untick Show "Upload with ShareX" button in Windows Explorer context menu.
      2. Untick Create a send to shorcut.
      3. Untick Run ShareX when Windows starts.
  22. Mozilla VPN - VPN (Virtual Private Network).
  23. GIMP - Image editor.
  24. SeaTools - Display information about Seagate drive and test the Seagate drive.
  25. Seagate Drive Detect (drivedetect.exe) - Display information about Seagate drive and find firmware/support page.
  26. Everything - A very quick file/folder search (search by name) .
    • When installing:
      1. Untick Start Everything on system startup.
  27. Icaros - Show thumbnail for video file in Windows Explorer.
    • When installing:
      1. Tick Activate Icaros.
  28. FFmpeg Library for Audacity - Audacity needs this library to extract audio from video.
  29. Audacity - Extract audio from video.
  30. OpenShot - Video editor.
  31. gifsicle - Resize animated GIF.
    • Resizing:
      
      gifsicle.exe --resize-width 300 input.gif > output.gif
      
  32. Synthesizer V Studio Basic - Sing MIDI.
  33. Zoom Workplace - Online meeting.
[Back to contents]

Windows built-in

  1. OneDrive - Sync folders across multiple devices.
  2. Paint - Basic image editor.
  3. Magnifier - Magnify screen.
  4. Command Prompt (Windows Terminal) - Execute command line.
    • Change text style:
      1. Right click title bar > Settings > Command Prompt > Appearance.
      2. Change Font face to Hack.
      3. Change Font size to 20.
      4. Click Save.
    • Change number of lines displayed:
      1. Right click title bar > Settings > Startup > Launch size.
      2. Change Rows to 10.
      3. Click Save.
  5. Notepad - Basic text editor.
  6. Calculator - Basic calculator.
  7. Clock - Timer, alarm, stopwatch.
  8. Control Panel - Old Control Panel.
  9. Microsoft Edge - Bing search and chat with AI.
  10. Microsoft Whiteboard - Whiteboard.
  11. Surface - Check Surface Pen battery level.
  12. Sticky Notes - Sticky notes.

  13. Disk Management - Partition hard drive, check drive letter of external drive.
[Back to contents]

Share:



Flag Counter