- How to turn your Windows PC into a wireless hotspot—no third-party apps required.
- How to fully enable File Explorer’s real Dark Mode, even when Microsoft forgets to do it for you.
Part 1: Turn Your Windows PC into a Wi-Fi Router
- Press Windows + X, choose Command Prompt (Admin) or Windows Terminal (Admin).
- Type the following command and press Enter: netsh wlan show drivers
- Look for the line that reads Hosted network supported. If it says Yes, you're ready to roll. If it says No, unfortunately, your Wi-Fi adapter doesn't support this feature.
- ssid=MySecretWiFi → This is the name of your hotspot. You can rename it to whatever you want.
- key=1234abcd → This is the password. Change it to something secure before sharing the connection.
- Open the Control Panel.
- Navigate to: Network and Sharing Center > Change adapter settings.
- Right-click your main internet connection (likely Ethernet), and click Properties.
- Go to the Sharing tab.
- Check the box that says: “Allow other network users to connect through this computer’s internet connection”.
- Select your new hosted network from the dropdown if prompted.
Part 2: Fix Dark Mode in File Explorer (Properly)
Microsoft’s “Dark Mode” has been around for a while, but many users discover that File Explorer stubbornly remains in bright white mode—even after enabling Dark Mode in settings. Luckily, there's a hidden registry tweak that enforces true dark mode.
⚠ Note: Modifying the Windows Registry can be risky. Follow these steps precisely and back up your registry beforehand.
Step 1: Open Registry Editor
- Press Windows + R to open the Run dialog.
- Type regedit and press Enter.
- Navigate to the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize
You can copy-paste the path into the address bar at the top of Registry Editor to jump straight to it.
Step 2: Add the Hidden Dark Mode Key
Inside the Personalize folder:
- Right-click in the right-hand pane and select New > DWORD (32-bit) Value.
- Name the new entry exactly: AppsUseLightTheme
- Double-click it and set its Value Data to 0.
This setting tells Windows to not use the light theme for apps like File Explorer—effectively forcing Dark Mode.
Step 3: Restart File Explorer
For changes that do not take effect immediately:
- Press Ctrl + Shift + Esc to open Task Manager.
- Locate Windows Explorer, right-click it, and select Restart or simply End task and it’ll automatically restart itself.
Your desktop will flash briefly, and File Explorer should now open in full dark mode. If it doesn’t, reboot your system.
Final Thoughts
With just a few commands and one registry edit, you've now:
- Transformed your Windows PC into a fully functional Wi-Fi hotspot.
- Activated a complete Dark Mode experience inside File Explorer.
These are simple yet powerful tweaks that Microsoft doesn’t always make obvious—but they’re game changers for power users, travelers, and night owls alike.
If this helped you out, consider bookmarking this post or sharing it with a fellow Windows user who could use a hand.
Got stuck or want more advanced tweaks? Drop your question in the comments—Happy tweaking!