This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:knowledge:software:windows_knowledge [2025/02/27 00:14] – [Emergency] florian | start:knowledge:software:windows_knowledge [2025/04/03 01:44] (current) – [Emergency] florian | ||
---|---|---|---|
Line 1: | Line 1: | ||
[[start: | [[start: | ||
====== Windows ====== | ====== Windows ====== | ||
- | ===== Make Windows feel snappier ===== | ||
<note tip> | <note tip> | ||
Line 8: | Line 7: | ||
<note tip> | <note tip> | ||
- | Use [[https:// | + | Every once in a while, run the "Disk Cleanup" |
</ | </ | ||
- | Windows Run | + | <note tip> |
- | %appdata%\\ | + | In File Explorer, on the View ribbon, click Options.\\ |
- | shell: | + | On the resulting dialog in the Privacy section at the bottom of the General tab,\\ |
- | taskschd.msc\\ | + | turn off the option to show recently used folders to Quick Access Save that setting. |
+ | </ | ||
+ | |||
+ | <note warning> | ||
+ | Never download software from the Microsoft Store, you won't be able to create a shortcut from your .exe | ||
+ | </ | ||
+ | |||
+ | |||
===== Shortcuts ===== | ===== Shortcuts ===== | ||
Line 27: | Line 34: | ||
| Select characters | | Select characters | ||
| Select words | Ctrl Shift arrow | | | Select words | Ctrl Shift arrow | | ||
- | | Move Desktop | ||
| Show symbols | | Show symbols | ||
| Always on top | Windows Ctrl t | | | Always on top | Windows Ctrl t | | ||
Line 33: | Line 39: | ||
| Sticky notes | Windows Alt s | | | Sticky notes | Windows Alt s | | ||
| Task switcher | | Task switcher | ||
+ | | Task view | Windows tab | | ||
+ | | Move Desktop | ||
+ | | Open widgets | ||
==== File Explorer ==== | ==== File Explorer ==== | ||
^ Action | ^ Action | ||
Line 45: | Line 54: | ||
| Command Palette | | Command Palette | ||
+ | ==== Windows Run Commands ==== | ||
+ | |||
+ | %appdata%\\ | ||
+ | shell: | ||
+ | taskschd.msc\\ | ||
===== Codecs ===== | ===== Codecs ===== | ||
Line 90: | Line 104: | ||
===== Automated tasks ===== | ===== Automated tasks ===== | ||
- | Using Task Sceduler | + | Windows has a build in Task Scheduler that you can use in combination with scripts.\\ |
- | Using a .bat script for the execution and a .vbs to keep it in the background\\ | + | This gives you an easy way to create a backup or any other task that needs to happen periodically.\\ |
+ | Usually you can use a .bat script for the execution and a .vbs script | ||
+ | |||
+ | <note tip> | ||
+ | Use [[https:// | ||
+ | </ | ||
Line 99: | Line 118: | ||
^ Name ^ Description | ^ Name ^ Description | ||
| [[https:// | | [[https:// | ||
+ | |||
+ | [[https:// |