windows_annoyances
Table of Contents
This is an old revision of the document!
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.)
windows_annoyances.1640199077.txt.gz · Last modified: 2021.12.22 10:51 by 127.0.0.1