The "To Keep Up" Wiki

A collection of information we find useful

User Tools

Site Tools


windows_annoyances

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
windows_annoyances [2020.08.19 14:31] – created Steve Isenbergwindows_annoyances [2022.11.17 14:43] Steve Isenberg
Line 1: Line 1:
 +~~NOCACHE~~ <fc #a0a0a0><fs small>//This page last changed ~~LASTMOD~~ visits: {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total so far| total times}}//</fs></fc> 
 +
 =====Windows Annoyances===== =====Windows Annoyances=====
-An incomplete list just getting started.+An incomplete list.  Note that some come from old notes and may no longer work or be applicable.
  
 ====An External Hard Disk is Corrupted==== ====An External Hard Disk is Corrupted====
Line 14: Line 16:
     * This will likely take some time.     * This will likely take some time.
     * After it finishes, it is OK to run it a second 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 [[https://support.hp.com/us-en/drivers|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 [[https://support.hp.com/us-en/document/ish_4129273-2331498-16|further BIOS-update instructions here]].
 +
 +====Windows 11 Keyboard Shortcuts Actually Worth Using====
 +From [[https://lifehacker.com/the-new-windows-11-keyboard-shortcuts-you-should-actual-1848620565|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_command_prompt_as_administrator|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:
 +
 +<code>wmic path softwarelicensingservice get OA3xOriginalProductKey</code>
 +
 +The 25-digit product key will then appear.
 +
 +===Open Command Prompt as Administrator===
 +From [[https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/|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====
 +[[https://www.belarc.com/products/belarc-advisor]]
 +
 +
windows_annoyances.txt · Last modified: 2023.07.19 08:36 by Steve Isenberg