Possible reason After the last LAN party, my PC would wake up straight again after going to sleep mode. I
Continue readingCategory: Windows
Add PowerShell to context menu (Windows)
0. Get PowerShell Get the new PowerShell from GitHub: https://github.com/PowerShell/PowerShell/ 1. Add system path Depending on the variant you have
Continue readingWhat is a shell?
The shell provides the user a way to interact with the OS. It’s called shell, because it’s the outermost layer
Continue readingChild process (Linux vs. Windows)
Windows You always have to create a totally new process via a CreateProcess(…) call. Linux You can either just copy
Continue readingLogin without access to DC (Windows)
Depending on the value of the following registry key Windows caches the last X numbers of logins. This makes it
Continue readingCan’t access the UEFI? (Windows)
If you can’t access the UEFI during the bootup (e.g. via F1, F2, F8, F10, Del or Esc), it’s possible
Continue reading