I am using windows 11 with german locale, build 26100.2454. In regional settings, my short time format is set to HH:mm' Uhr', which is a proposed value in the time format combo box. Unfortunately, if I use the windows terminal command dir, the time is displayed in the wrong format […]
Rubin
what is the philosophy behind vim in normal mode only moves the cursor to the left but not deleting any characters. It only deletes characters in insert mode.
I am troubleshooting a Dell Precision 7920. It does not boot, however it is not your typical PC problem like standard no boot, no post, no video or no power. It turns on, seems like it does POST because it does not return any POST codes, but does not show […]
I need to pull one line from the “User” registry key. The problem is that the registry is located on the second hdd, which no longer has access to the system. I found the necessary NTUSER.DAT file, tried to open it through TotalReg, but it didn’t work. After paying attention […]
I’m currently troubleshooting my network and one of the things I noticed is forwarding ports on my router (this one: https://www.tp-link.com/en/home-networking/wifi-router/archer-c6/v4/) seems to work only if I enter Device IP of my printer, but doesn’t work on other devices it the same network. This rule: Screenshot of router config 1 […]
I need to save and use several passwords for different accounts on AWS. The username is unhelpfully the same for each account. Unfortunately the MacOS Password App keeps adding a generic (regional) signin URL to the Passwords.app on my behalf. Here’s what happens: Go to https://my-co.signin.aws.amazon.com/console Add or select the […]
From my phone at work I can export a label.xml file that contains printable button labels for the phone. When I double click it in Windows Explorer, it opens in MS Edge though. Only via Right Click > Open With > Word I can get it to open in Word […]
I recently purchased a second-hand Samsung Book 4 Pro, but unfortunately, it is BIOS-locked. When I turn it on, I’m prompted to scan a QR code, which generates a 24-digit code. I tried using the website https://www.biosbug.com/, but they don’t seem to support a 24-digit code.
I’m running the following script in Powershell: start powershell @' $Host.UI.RawUI.BackgroundColor = "red" $Host.UI.RawUI.ForegroundColor = "black" [console]::WindowWidth=100; [console]::WindowHeight=30; Clear-Host cd application1backend npm run start '@ start powershell @' $Host.UI.RawUI.BackgroundColor = "blue" $Host.UI.RawUI.ForegroundColor = "white" [console]::WindowWidth=100; [console]::WindowHeight=30; Clear-Host cd application2backend npm run start '@ start powershell @' $Host.UI.RawUI.BackgroundColor = "yellow" $Host.UI.RawUI.ForegroundColor […]