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] – [Make Windows feel snappier] florian | start:knowledge:software:windows_knowledge [2025/10/15 21:10] (current) – [Table] 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" |
| </ | </ | ||
| + | |||
| + | <note tip> | ||
| + | In File Explorer, on the View ribbon, click Options.\\ | ||
| + | On the resulting dialog in the Privacy section at the bottom of the General tab, | ||
| + | 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 | ||
| + | </ | ||
| + | |||
| + | |||
| Line 23: | 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 29: | Line 39: | ||
| | Sticky notes | Windows Alt s | | | Sticky notes | Windows Alt s | | ||
| | Task switcher | | Task switcher | ||
| + | | Task view | Windows tab | | ||
| + | | Move Desktop | ||
| + | | Open widgets | ||
| + | | Open Claude | ||
| ==== File Explorer ==== | ==== File Explorer ==== | ||
| ^ Action | ^ Action | ||
| Line 41: | Line 55: | ||
| | Command Palette | | Command Palette | ||
| + | ==== Windows Run Commands ==== | ||
| + | |||
| + | %appdata%\\ | ||
| + | shell: | ||
| + | taskschd.msc\\ | ||
| ===== Codecs ===== | ===== Codecs ===== | ||
| Line 86: | Line 105: | ||
| ===== 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 95: | Line 119: | ||
| ^ Name ^ Description | ^ Name ^ Description | ||
| | [[https:// | | [[https:// | ||
| + | |||
| + | [[https:// | ||