Sharing my best Windows 11 W11 apps and applications
All Apps that I use on Windows 11
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Default Apps
--------------------------------------------------------------------------------------
MsOffice ProPlus 2021 (Offline mod)
VS Code & Git
Google Chrome, Brave & Edge Browsers
Zoom
Nvidia GeForce Experience
Armoury Crate
MyAsus
Telegram
Python (Offical Python Download, & Anaconda)
Winget + https://winstall.app/
--------------------------------------------------------------------------------------
Productivity
--------------------------------------------------------------------------------------
7z Zip file manager
Keyviz (https://mularahul.github.io/keyviz/)
Kaspersky
Obsidian
Rufus
VLC Media Player
Power Automate
Notepad++
Grub2win
TinyTask
OOSU10.exe (https://www.oo-software.com/en/shutup10)
PowerToys
WinToys
DevToys
Intel Unison (by Intel)
Jagannath Hora (Astrology for Mom)
WizTree (https://diskanalyzer.com/) or SpaceSniffer
Wise Care (If you can't delete a file, and Windows Optimiser)
PDFGear
Sedja PDF Desktop Portable or Pdf24.com (online/desktop)
Miru App for Anime (It's like Saiko for Android) (https://github.com/ThaUnknown/miru)
--------------------------------------------------------------------------------------
Windows 11 - Commands
--------------------------------------------------------------------------------------
Mic (Win + alt + K)
Voice Typing (Win + H)
Xbox Screenrecord (Win + G)
Clipboard (Win + V)
Open Settings (Win+I)
Diskcleaner and Dfrag are in-built applications
In Admin Terminal - sfc /scannow
This will scan the w11 OS for corrupt files and fix it.
System File Checker to finish scanning your computer. In the case of a discrepancy, the utility will restore system files and fix all errors related to them.
In Admin Terminal -
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
DISM.exe /Online /Cleanup-image /Restorehealth
The DISM (Deployment Image Servicing and Management) scan is a built-in utility in Windows that can help to repair and maintain a Windows installation, including system files and components. The DISM scan can be used to check for and fix any corruptions in the Windows image, including system files and drivers.
In Admin Terminal - winget upgrade --all
winget is W11 OS in-built package manager. This will update all the apps
--------------------------------------------------------------------------------------
Custom UX
--------------------------------------------------------------------------------------
Translucent TB (Taskbar edit)
Big Sur - Deviant Art (By Niivu)
Traffic Monitor App - https://github.com/zhongyang219/TrafficMonitor
Battery Percentage - Pure Battery add-on (Found Battery Percentage Icon - Soleon Innovation was better)
ThemeTool (Formerly SecureUxTheme)
Rainmeter - Mond Skin and La Compagnie des Ombres
https://visualskins.com/skin/mond
https://www.deviantart.com/madmilov2/art/La-Compagnie-des-Ombres-486976404
--------------------------------------------------------------------------------------
Work Related
--------------------------------------------------------------------------------------
MsTeams Work & School
FortiClent VPN (work)
Postman API
Cisco Webex Meetings
Citrix Workspace
Cisco Jabber
--------------------------------------------------------------------------------------
Winget Script
winget install --id=Git.Git -e ; winget install --id=Google.Chrome -e ; winget install --id=Brave.Brave -e ; winget install --id=Zoom.Zoom -e ; winget install --id=7zip.7zip -e ; winget install --id=Obsidian.Obsidian -e ; winget install --id=VideoLAN.VLC -e ; winget install --id=Microsoft.PowerAutomateDesktop -e ; winget install --id=TinyTask.TinyTask -e ; winget install --id=Microsoft.PowerToys -e ; winget install --id=Rainmeter.Rainmeter -e ; winget install --id=Postman.Postman -e ; winget install --id=Citrix.Workspace -e ; winget install --id=Cisco.Jabber -e ; winget install --id=Microsoft.Teams -e ; winget install --id=Telegram.TelegramDesktop -e ; winget install --id=Microsoft.PowerToys -e ; winget install --id=Microsoft.VisualStudioCode -e ; winget install --id=Fortinet.FortiClientVPN -e ; winget install --id=Microsoft.Teams -e ;
winget install --id=Git.Git -e ;
winget install --id=Google.Chrome -e ;
winget install --id=Brave.Brave -e ;
winget install --id=Zoom.Zoom -e ;
winget install --id=7zip.7zip -e ;
winget install --id=Obsidian.Obsidian -e ;
winget install --id=VideoLAN.VLC -e ;
winget install --id=Microsoft.PowerAutomateDesktop -e ;
winget install --id=TinyTask.TinyTask -e ;
winget install --id=Microsoft.PowerToys -e ;
winget install --id=Rainmeter.Rainmeter -e ;
winget install --id=Postman.Postman -e ;
winget install --id=Citrix.Workspace -e ;
winget install --id=Cisco.Jabber -e ;
winget install --id=Microsoft.Teams -e ;
winget install --id=Telegram.TelegramDesktop -e ;
winget install --id=Microsoft.PowerToys -e ;
winget install --id=Microsoft.VisualStudioCode -e ;
winget install --id=Microsoft.Teams -e ;
winget install --id=Fortinet.FortiClientVPN -e ;
------------------
If your Windows is broken-ish, slow, issues and don't know why.
Do the following. Should be done once a year as maintenance for your PC.
Open Terminal (or command prompt) - run as admin
Type: sfc /scannow
Wait till it completes.
reboot
Then type: DISM.exe /Online /Cleanup-image /Restorehealth
Wait till it completes.
reboot
Open Run > Type: temp > delete everything there.
Open Run > Type: %temp% > delete everything there.
Windows 11: You can then go further and use Diskcleaner and Dfrag which are in-built Windows11 applications. (optimizes your PC a bit)
Windows11 Storage Sense in Settings
In Terminal > winget upgrade --all
-------------------------------------------------------------------------
Note: This is a copy-paste of the txt file I have saved. I am fully and completely aware of other apps too. But feel free to add them.
Note 2: Hopefully I will have a proper winget script of them all.