Geeks in Phoenix

Geek Blog


How to check your drive for errors in Windows 10

Updated September 16, 2024

Keeping the drive in your Windows 10 computer error-free is essential to its performance. If you are experiencing issues opening files or applications, it may be time to check your drive for errors. Here is how to check your drive for errors in Windows 10.

How to check your drive for errors in Windows 10

There are two ways of checking drives for errors in Windows 10: standard and advanced. The standard approach is the easiest, but the advanced method has more options.

Standard drive error checking in Windows 10

Standard drive error checking in Windows 10

  1. Open File Explorer using one of the following:
    • Left-click on the File Explorer icon (manilla folder) on the Taskbar.
    • Press the Windows logo key Windows logo + E at the same time.
    • Use the Power User menu by right-clicking on the Start Windows logo button and selecting File Explorer.
  2. In the left-side column, left-click on This PC.
  3. In the right-side column, right-click on the drive you want to check and select Properties.
  4. Left-click on the Tools tab.
  5. Under Error checking, left-click on Check.
  6. Left-click on Scan drive.

Advanced drive error checking in Windows 10

Advanced drive error checking in Windows 10

  1. Open a Command Prompt with Administrative privileges (click here for instructions)
  2. Use the following command-line syntax(s) and parameter(s) to run CHKDSK:

CHKDSK [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]] [/B] [/scan] [/spotfix]

volume Specifies the drive letter (followed by a colon), mount point, or volume name.
filename FAT/FAT32 only: Specifies the files to check for fragmentation.
/F Fixes errors on the disk.
/V On FAT/FAT32: Displays the full path and name of every file on the disk. On NTFS: Displays cleanup messages, if any.
/R Locates bad sectors and recovers readable information (implies /F, when /scan not specified).
/L:size NTFS only: Changes the log file size to the specified number of kilobytes. If a size is not specified, it displays the current size.
/X Forces the volume to dismount first if necessary. All opened handles to the volume would then be invalid (implies /F).
/I NTFS only: Performs a less vigorous check of index entries.
/C NTFS only: Skips checking of cycles within the folder structure.
/B NTFS only: Re-evaluates bad clusters on the volume (implies /R).
/scan NTFS only: Runs an online scan on the volume.
/forceofflinefix NTFS only: (Must be used with "/scan") Bypass all online repair; all defects found are queued for offline repair (i.e. "chkdsk /spotfix").
/perf NTFS only: (Must be used with "/scan") Uses more system resources to complete a scan as fast as possible. This may have a negative performance impact on other tasks running on the system.
/spotfix NTFS only: Runs spot-fixing on the volume.
/sdcleanup NTFS only: Garbage collects unneeded security descriptor data (implies /F).
/offlinescanandfix Runs an offline scan and fix on the volume.
/freeorphanedchains FAT/FAT32/exFAT only: Frees any orphaned cluster chains instead of recovering their contents.
/markclean FAT/FAT32/exFAT only: Marks the volume clean if no corruption was detected, even if /F was not specified.

The /I or /C switch reduces the amount of time required to run Chkdsk by skipping certain volume checks.

How to reset your network adapter in Windows 10

Updated July 19, 2020

Has your Internet connection gotten slower over time? Maybe you had a virus, and now your Internet connection isn't running correctly? It may be time to clean up your network connection. Here's how to reset your network adapter(s) in Windows 10.

How to reset your network adapter in Windows 10

When it comes to restoring network connectivity in Windows 10, sometimes the best thing you can do is reset the network adapter(s). I have found that this is one of the most effective ways of getting a system back online. There are two (2) ways of resetting network adapter(s) in Windows 10, primary and advanced.

The one thing to keep in mind when resetting your network adapter(s) is you may have to reinstall networking software, like VPN software and virtual appliances. Resetting the network adapter(s) back to default will reset the Windows Firewall back to its default settings.

The primary way of resetting the network adapters in Windows 10.

  1. Left-click on the Start Windows logo button to bring up the Start menu.
  2. Left-click on Settings (gear icon).
  3. Left-click on Network & Internet.
  4. In the left-hand column, left-click on Status.
  5. In the right-hand column, left-click on Network reset.
  6. On the Network reset page, left-click on Reset now.
  7. A dialog box will appear, asking if you are sure about resetting the network setting. Left-click on Yes.
  8. Your computer will automatically restart within five minutes.

The advanced way of resetting the network adapters in Windows 10.

Windows 10 has a command-line utility called Netsh (Network Shell) that allows you to display and modify your computer's network configuration. The most common use of Netsh is to reset the TCP/IP (Transmission Control Protocol / Internet Protocol) stack back to default. Since Netsh is a command-line tool, you will need to use a Command Prompt with Administrative privileges.

How to open a Command Prompt with Administrator privileges in Windows 10 (link will open in a separate window)

Netsh commands for resetting your network adapter in Windows 10

Netsh commands run in a Command Prompt with Administrative privileges
Netsh commands run in a Command Prompt with Administrative privileges

Note: This section is intended for advanced computer users. If you are not comfortable with advanced troubleshooting, ask someone for help. Follow these steps to reset the Windows Firewall, TCP/IP stack, and Winsock manually. You will have to restart your system to complete the reset.

The following is a list of the Netsh commands with descriptions that you can use to reset your network adapter in Windows 10:

netsh advfirewall reset

Restores the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. This command returns all settings to not configured and deletes all connection security and firewall rules in a Group Policy object.

netsh int ip reset

Removes all user-configured IPv4 (Internet Protocol version 4) settings. Restarting the computer is required before the default settings will take effect.

netsh int ipv6 reset

Removes all user-configured IPv6 (Internet Protocol version 6) settings. Restarting the computer is required before the default settings will take effect.

netsh winsock reset

Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers, which were previously installed, must be reinstalled. This command does not affect Winsock Name Space Provider entries.

Windows logo key shortcuts for Windows 10

Updated October 16, 2020

Back in 1995, Microsoft released Windows 95 with a new way to navigate the GUI (Graphic User Interface) called the Start menu. To make it easy to use, they added a new key to the standard keyboard called the Windows logo key and added some useful shortcuts. Since then, Microsoft has integrated Windows logo key shortcuts into every version of Windows. Here's is a complete list of Windows logo key shortcuts for Windows 10.

Windows logo key shortcuts for Windows 10
Windows logo key shortcuts for Windows 10

There are now almost fifty different Windows logo key shortcuts inside Windows 10 (all of them are listed below). For more keyboard shortcuts for Windows, see the links at the bottom of this article.

Windows logo key shortcuts for Windows 10

Press To
Windows logo key Start menu
Windows logo key + A Open action center
Windows logo key + D Show desktop
Windows logo key + E Open File Explorer
Windows logo key + F Open Feedback Hub
Windows logo key + H Share
Windows logo key + I Settings
Windows logo key + K Connect to devices
Windows logo key + L Switch users (Lock computer if on a domain)
Windows logo key + M Minimize all windows (desktop)
Windows logo key + P Project options
Windows logo key + R Run...
Windows logo key + S Opens Cortana with search box highlighted
Windows logo key + T Set focus on taskbar and cycle through pinned / running desktop apps
Windows logo key + U Ease of Access Center
Windows logo key + V Cycle through notifications (+Shift to go backward)
Windows logo key + W Opens the Start menu with the Search box highlighted
Windows logo key + X Quick link power user commands (Opens Windows Mobility Center if present)
Windows logo key + 1-9 Go to the app at the given position on the taskbar
Windows logo key + + (plus) Zoom in (Magnifier)
Windows logo key + - (minus) Zoom out (Magnifier)
Windows logo key + , (comma) Peek at the desktop
Windows logo key + Enter Open Narrator
Windows logo key + Spacebar Switch input language and keyboard layout
Windows logo key + Tab Show all open apps and view additional desktops
Windows logo key + Esc Exit Magnifier
Windows logo key + Home Minimize non-active desktop windows
Windows logo key + Pause/Break System Properties
Windows logo key + Left Arrow Snap desktop window to the left (+Shift to move window to left monitor)
Windows logo key + Right Arrow Snap desktop window to the right (+Shift to move window to right monitor)
Windows logo key + Up Arrow Maximize desktop window (+Shift to keep width)
Windows logo key + Down Arrow Restore/minimize desktop window (+Shift to keep width)
Windows logo key + F1 Windows Help and Support
Windows logo key + Ctrl + D Add a desktop
Windows logo key + Ctrl + Right arrow Switch between desktops you’ve created on the right
Windows logo key + Ctrl + Left arrow Switch between desktops you’ve created on the left
Windows logo key + Ctrl + F4 Close the desktop you’re using
Windows logo key + Shift + Right arrow Move an app to a monitor on the right
Windows logo key + Shift + Left arrow Move an app to a monitor on the left
The following Windows logo key shortcuts were added in the Creators update (Version 1703).
Windows logo key + G Open the Game bar
Windows logo key + Alt + G Record the last few moments of gameplay (You can change the amount of time recorded in Game bar > Settings.)
Windows logo key + Alt + R Start/stop recording
Windows logo key + Alt + Print Screen Take a screenshot of your game
Windows logo key + Alt + T Show / hide the recording timer
Windows logo key + Alt + M Start / stop microphone recording
The following Windows logo key shortcuts were added in the Fall Creators update (Version 1709).
Windows logo key + Period (.) or Semicolon (;) Open the emoji, kaomoji and symbol panel
Windows logo key + H To open a dictation window
The following Windows logo key shortcut was added in the Windows 10 feature update (Version 1809).
Windows logo key + Shift + S Open the Snipping Bar
The following Windows logo key shortcut was modified in the Windows 10 feature update (Version 1809).
Windows logo key + V Displays clipboard history

For more keyboard shortcuts for Windows, see the links below:

Windows logo key keyboard shortcuts

General keyboard shortcuts

Natural keyboard shortcuts

Dialog box keyboard shortcuts

Accessibility keyboard shortcuts

Windows Explorer keyboard shortcuts

How to open a Command Prompt with Administrator privileges in Windows 10

Updated September 11, 2024

There may be a time when you need to bypass the Windows GUI (Graphical User Interface) and enter commands directly into an Administrative Command Prompt. Quite a few of our favorite Geeks Tips require it. So here's how to open a Command Prompt with Administrator privileges in Windows 10.

The Command Prompt with Administrator privileges in Windows 10
The Command Prompt with Administrator privileges in Windows 10

Open a Command Prompt with Administrator privileges in Windows 10

  1. Left-click on the Start Windows logo button.
  2. Scroll down the program list and then left-click on the Windows System folder to expand.
  3. Right-click on Command Prompt.
  4. On the context menu that appears, hover your cursor over More and then left-click on Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

or

  1. In the search box next to the Start Windows logo button, type Command Prompt.
  2. In the list of results, the Command Prompt should be highlighted.
  3. In the right-hand column under Command Prompt, there is an options menu. Left-click on Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

With the Windows 10 Creators Update (version 1703), the Command Prompt on the Power User menu was replaced with Windows PowerShell. But it can be changed back by changing the default setting for the Taskbar.

How to restore the Command Prompt option on the Power Users menu in Windows 10

  1. Right-click on an empty space on the Taskbar.
  2. On the context menu that appears, left-click on Taskbar settings.
  3. In the right-hand column, find the setting labeled Replace Command Prompt with Windows PowerShell in the menu when I right-click the start button or press Windows key + X.
  4. Move or left-click on the slider to the off position.

Using the Power User menu to open a Command Prompt with Administrator privileges in Windows 10

  1. Right-click on the Start Windows logo button to bring up the Power User command menu.
  2. Left-click on Command Prompt (Admin). If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

or

  1. Press the Windows logo key Windows logo key + X to bring up the Power User command menu.
  2. Press the letter A to select Command Prompt (Admin). If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

How to list everything inside of the Windows 10 Control Panel in one folder

When it comes to finding something in the Control Panel in Windows 10, you have to know where to look. You could spend hours going through all of the categories. But what if you could see everything that was inside of the Control Panel in just one window. Here's how to list everything inside of the Windows 10 Control Panel.

How to list everything inside of the Windows 10 Control Panel in one folder

This shortcut was initially nicknamed 'God Mode' when it was first discovered inside of Windows Vista. It is a registry key that, when rendered inside the File Explorer, displays the Control Panel's complete contains. No searching through categories and subcategories, everything is right there in one folder.

How to create an expanded Control Panel folder

Windows 10 expanded Control Panel code
1. Highlight the following code, right-click on it, and select Copy.

Control Panel Expanded.{ED7BA470-8E54-465E-825C-99712043E01C}

Note:
For this article, I am going to use the name Control Panel Expanded. You can use whatever name you like, just keep the GUID (Global Unique Identifier) extension (.{ED7BA470-8E54-465E-825C-99712043E01C}) at the end.

Create a new Desktop folder in Windows 10
2. Right-click on the Desktop background and select New > Folder.

Paste Windows 10 expanded Control Panel code into folder name
3. Right-click on the new folder name and select Paste.

New expanded Control Panel icon on Desktop
4. You now have a folder on your Desktop that has a Control Panel icon. Just double-click to open it.

Free computer diagnostics

Repairing a PC can sometimes be expensive, and that is why we offer free basic in-shop diagnostics. Give one of our professional and experienced technicians a call at (602) 795-1111, and let's see what we can do for you.

Check out our reviews

Geeks In Phoenix LLC, BBB Business Review

Customer service is #1

Here at Geeks in Phoenix, we take pride in providing excellent customer service. We aim to give the highest quality of service  from computer repair, virus removal, and data recovery.

Bring your computer to us and save

Repairing a computer can be time-consuming. That is why we base our in-shop service on the time we work on your computer, not the time it takes for your computer to work! From running memory checking software to scanning for viruses, these are processes that can take some time.

Contact us

If you have any questions, please feel free to give us a call at (602) 795-1111  and talk with one of our Geeks. Or you can send us a message from our contact page , and one of our Geeks will get back to you as soon as possible. Or you can stop by and see us. Here are our hours and location.

Like Geeks in Phoenix on Facebook

Follow Geeks in Phoenix on Twitter

Watch Geeks in Phoenix on YouTube