Table of Contents
This page last changed 2023.07.19 11:36 visits: 1 time today, 4 times yesterday, and 2074 total times
Windows Annoyances
An incomplete list. Note that some come from old notes and may no longer work or be applicable.
An External Hard Disk is Corrupted
You have a hard disk plugged into a USB port and you find that it cannot be read. This happened in August 2020 and we suspect it was due to brownouts.
This is what I did.
- Plug HDD into Linux machine.
- Run gparted and look at the drive. See a !, right click and Information
- See: messages saying drive is having trouble and we should run chkdsk /f in Windows
- Remove HDD and plug into windows. Using File Explorer, determine which drive letter it is, as it will show up shortly after you plug it in. For us, it was H:
- Run MSDOS box (Start and run cmd)
- Execute command
chkdsk H: /f
(Where H: is the HDD as we determined above)
- This will likely take some time.
- After it finishes, it is OK to run it a second time
Set to allow Remote Desktop
- Control Panel > System > Change Settings
- Remote tab
- Under Remote Desktop, select “Allow remote connections to this computer” and check the “Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)”.
What time is it on remote machine?
- net time \\machinename
- To set this machine's time to match remote machine's time
- net time \\machinename /set
Set to use NTP
NTP=Network Time Protocol
- Click on the clock in lower-right corner
- Change date and time settings…
- Internet Time
- You should see: “This computer is set to automatically synchronize with 'time.windows.com'. Otherwise:
- Start > gpedit.msc
- Local Computer Policy > Computer Configuration > Administrative Templates > System > Windows Time Service > Time Providers
- Configure Windows NTP Client (Enabled, NtpServer “time.windows.com,0x9”, Type NT5DS; other values 2, 15, 7, 3600, 0. Apply.
- Enable Windows NTP Client; Enabled. (Do NOT enable the NTP server.)
HP Laptops Security Issue
Published 08 March 2022. https://www.tomsguide.com/news/hp-bios-uefi-updates-0322
There are 16 security flaws. At least 5 business computers are affected; how many and which consumer laptops are affected hasn't been specified yet.
From this site:
How to update your HP BIOS/UEFI firmware
HP has made patches available to fix all these flaws. But because we don't know exactly which consumer models are affected, you'll have to check your machine yourself by going to the HP software-and-drivers support page.
Once there, either type in your device's serial number or let the HP support website detect your model. From there, the support site will walk you through the download-and-installation process. HP has further BIOS-update instructions here.
Windows 11 Keyboard Shortcuts Actually Worth Using
From LifeHacker
Just getting up and running with Windows 11? It’s worth committing these keyboard shortcuts to memory:
Windows + A | Opens the Quick Settings panel where you can control wifi, Bluetooth, Airplane mode, brightness, media, and more. |
Windows + C | Opens the Chat feature in Microsoft Teams, if that’s your thing. |
Windows + N | Opens the notifications and calendar panel. |
Windows + W | Slides in the new widgets panel. |
Windows + Z | Open the new Snap Layouts feature that helps you quickly snap multiple windows in a grid format. |
Windows + Alt + Up/Down Arrow | A new shortcut that quickly snaps the selected window to the upper or lower half of the screen. |
Windows + D | Show or hide the desktop. (Showing the desktop will instantly hide all running windows, and you’ll only see the desktop wallpaper and your icons.) |
Windows + Tab | Opens the new virtual desktops interface that shows all open windows in the current desktop. You can switch to a different desktop from the bottom. |
Windows + Ctrl + D | Add a new virtual desktop. |
Windows + Ctrl + Left/Right Arrow | Switch between virtual desktops. |
Windows + Ctrl + F4 | close the current virtual desktop. |
Windows + H | Start the new voice typing feature. |
Windows + K | Directly jump to the Cast feature in Quick Settings |
And the old favorite
Windows + E | Open the file manager |
Find Your Windows 10 Product Key
Sometimes you want to know your op system's product key. Here's how. (Thanks, Drew)
To find your Windows 10 product key using the Command Prompt, you’ll need to open the command line application with administrative privileges. To do this, type “cmd” in the Windows search bar.
Once open, copy and paste the following command and then hit the Enter key:
wmic path softwarelicensingservice get OA3xOriginalProductKey
The 25-digit product key will then appear.
Open Command Prompt as Administrator
From How-To Geek
1 via Start
- Start
- Type “command”
- Right-click on the Command Prompt result and select “Run as administrator”
- Choose “Yes” to the User Account Control popup
2 via Run window
- Windows-R
- Type “cmd”
- Press Ctrl+Shift+Enter
3 via Power Users
- Windows-X or right-click the Start button
- Choose “Command Prompt (Admin)”
Tell me about my machine
Keeping Windows 7 Updated
You're a die-hard, you want to keep using Windows 7 and keep it updated.
There is a site called https://legacyupdate.net/ for keeping Windows 7 updated. Free and it works well.
(Thanks BK)