Microsoft Windows 10 has gone a long way towards fixing the problems that were endemic with earlier versions of Windows -- notably Windows 8. But it's still far from a perfect operating system and has its share of headaches.
Looking through various user discussions (and tapping our own experiences) we've identified five problems that a lot of people are complaining about: forced Windows 10 updates; the Cortana digital assistant (which some users want to get rid of and can't); lost disk space; sluggish boot times; and problems with the Start menu.
Turn off the Windows update service
Windows Update runs like any other Windows service -- which means that you can turn it off:
- Go to Control Panel > System and Security > Administrative Tools. You're then sent to a folder in Windows Explorer with a list of administrative tools, one of which is Services.
- Double-click on Services.
- On the right side of the screen that appears, scroll down to Windows Update and double-click it.
- In the Startup Type box that appears, select Disabled, then click OK.
The Windows Update service won't run any more, and you won't download and install updates automatically.
Keep in mind that if you use either of these solutions, you'll block all Windows updates. You can't pick and choose which to install, and which not. As a result, at some point you should turn off metering and turn Windows Update back on to get security patches. And when that happens, you'll download and install all the updates, not just ones you want.
Note, though, that there's still a good reason to use these techniques to turn off automatic updates, because if you stop them from immediately installing, you can then check for reports about problematic updates. If nobody complains, you can then let them install; if there are issues, you can wait until the fix is available.
And very soon, this process will get easier still: The upcoming Creators Update will allow you to either pick a time for an update to install or snooze the update for three days.
At that point, you may no longer want to turn off the update service entirely, because the Snooze feature will essentially accomplish the same thing -- allow you to check for reports about problematic updates before allowing it to be installed on your system.
Uninstall and hide problematic updates
If you're stuck with an update that is harming (or could harm) your computer, there's another workaround for you: Uninstall the bad update, then hide it from Windows 10 so that it doesn't automatically reinstall. That way, when the fix for the update shows up, you can install all the updates, including the fix.
It's not hard. First download a free Microsoft tool that lets you hide any update so that Windows 10 won't install it.
Then go to Control Panel > Programs > Programs and Features > View installed updates. You'll see a list of your Windows updates. Double-click the update that you want to get rid of. A screen will appear asking if you want to uninstall it. Click Yes.
After the update uninstalls, run the Microsoft tool you downloaded. It will list any available Windows 10 updates that have yet to be installed. The update you just uninstalled will be listed. Check the box next to it, click Next, and follow the instructions for hiding it. When you do this, you'll stop Windows from installing it.
2. Kill Cortana
Not everyone is a fan of Cortana, Microsoft's sometimes pushy digital assistant. Before the Windows 10 Anniversary Update, that wasn't necessarily a problem, because it was easy to turn Cortana off. All you had to do was to open Cortana, select Settings, look for the setting "Cortana can give you suggestions, ideas, reminders, alerts and more," and move the slider to Off.
Now, however, there seems to be no way to turn off Cortana -- unless you're willing to get down and dirty with the Windows Registry.
As always, when you're dealing with the Registry, be careful when editing it -- you can do major damage to your OS if you change the wrong setting. It's also a good idea to create a System Restore Point before editing the Registry so you can bring your system back to the state it was in before you did your editing.
With those caveats, here's how to kill Cortana:
- Type regedit into the Search box and press Enter to run the Registry Editor.
- Go to the key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search. If you don't have that key on your system, you'll have to create it. To do it, right-click the Windows folder and select New > Key. A key will automatically be created with a default name, such as New Key #1. Then name it Windows Search by simply typing in the new key name. If for some reason the key name isn't highlighted with a cursor inside it, right-click it, select Rename, and type in the Key name you want.
- Right-click the Windows Search key and select New > DWORD (32-bit) Value.
- Name the value AllowCortana.
- Double-click AllowCortana and set its value to 0.
- Close the Registry Editor. Sign out and sign back in, or else restart your PC to make the change take effect.
- To turn Cortana back on, delete the AllowCortana value, or else set it to 1.
Keep in mind that if you turned off Cortana to protect your privacy by preventing Cortana from collecting data about you, you've still got work to do. That's because the information Cortana has already gathered about you remains in the cloud. If you want to delete part or all of it, here's what to do:
- Click the Search box and then click the Settings icon (it looks like a gear). This brings you to Cortana's settings.
- Click "Change what Cortana knows about me in the cloud." If you want to delete everything Cortana knows about you, scroll down to the bottom of the screen and click the Clear button.
- If you only want to delete some of what Cortana knows about you, click "Bing Maps" to view and delete what Cortana knows about your location information; click "Search History" to review and delete your Search history; and click the "notebook connected services page" link to turn off various services that Cortana connects with to share information, such as Dynamics CRM, LinkedIn and Office 365.
3. Fix Start menu woes
When it was first announced that Windows 10 would reinstate the Start menu, many users welcomed it. But after Windows 10 was released, some people began complaining about problems with the Start menu -- it didn't run when they clicked the Start button, or it froze, or random entries appeared or disappeared. If you've got Start menu problems, fear not; there are several ways to try and fix them.
Note: Before trying any of these, first restart your computer. Sometimes a mere reboot will fix things.
Run Microsoft's Start menu troubleshooter tool
Before trying to fix any Start menu problems yourself, download Microsoft's Start menu troubleshooter and run it.
The troubleshooter looks for Start menu problems and checks whether the problem is being caused by improperly installed applications, problems with the Registry, the database of Start menu tiles being corrupted, or difficulties with something called the application manifest. (The application manifest has settings that tell Windows how to handle a program when it starts.) After it checks for the problems, it does its best to fix them. If you want to see the results of what the troubleshooter finds, click "View Detailed Information" on the screen after the troubleshooter does its work.
Note that the troubleshooter won't fix all problems. If it doesn't solve yours, you'll have to resort to other means.
Check for updates
There's a chance that a Windows update will solve the problem -- Microsoft continually squashes bugs in its updates. To make sure you've got all the latest Windows updates, go to Settings > Updates & security > Windows Update and select Check for updates. If it finds any, install them. You may need to restart your PC for the update to go into effect.
Use PowerShell to fix corrupted files
If the Start menu still has problems, the issue may be corrupted files. You can use a command-line tool called PowerShell that is built into Windows to find and fix them:
- Search for PowerShell in the Windows search box, right-click Windows PowerShell in the search results, and select "Run as administrator." That will launch PowerShell.
- If for some reason the search box isn't working, press the Windows key + R on your keyboard, type PowerShell and press Enter. That runs PowerShell, but not the administrator account, which you need to be using. That takes a few more steps: Right-click the PowerShell icon on the taskbar and select Pin to taskbar. Then close PowerShell. Now right-click the PowerShell icon on the taskbar and select "Run as administrator."
- Once you're running PowerShell as an administrator, type sfc /scannow and press Enter. PowerShell will scan your system for corrupt files. This can take some time.
- When PowerShell finishes scanning your system, it will tell you that it found and fixed corrupt files, found corrupt files but couldn't fix them, or found no corrupt files. If it found corrupt files but couldn't fix them, type this command and press Enter: dism /online /cleanup-image /restorehealth. That should fix the problem.
Create a new local administrator account or reset your PC
If none of this works, Microsoft has some last-ditch advice: Create a local administrator account and, if the Start menu works in that account, move all your files and settings to it; or reset your PC with Windows 10 recovery options.
4. Recover lost storage space
Windows 10 can be a hard-drive hog, especially if you've upgraded to it from a previous version of Windows, or after a major Windows 10 update. That's because when you upgrade or install a major update, Windows 10 keeps the earlier version of the operating system, just in case you want to revert to it.
But that old operating system version is taking up several gigabytes of storage space. If you've got a PC with plenty of storage, no worries. But if you're stretched for storage, it can be a serious problem.
For example, I have an HP Stream laptop with 32GB of storage, and when I tried to upgrade to the newest version of Windows 10 I couldn't do it -- my old Windows version took up so much space, the new version of Windows couldn't install.
If you're sure you're not going to want to revert to your old version of Windows, you can easily delete it. It's stored in a folder called Windows.old that you'll find in the /Windows folder. Rather than deleting it manually, though, use the Disk Cleanup tool:
- Run the tool by typing Disk Cleanup in the search bar and clicking the Disk Cleanup search result that appears. The tool will take a few minutes to look through your system.
- When Disk Cleanup has finished, scroll down the list of files you can clean up and check the box next to Previous Windows installation(s). This entry will only appear if you've got a previous Windows installation on your hard disk.
- Click OK. The old version of Windows will be deleted, and you'll get your hard disk space back.
5. Speed up Windows bootup
From the moment that Windows 10 was released, people started complaining that their bootup times were more sluggish than with previous versions of Windows. If you're being annoyed by a lethargic Windows 10 startup, here are two ways to speed it up:
Enable Fast Startup
Windows 10 has a feature called Fast Startup, which combines a normal shutdown with the Windows hibernate feature.
With Fast Startup, when you shut down your PC, it closes your applications and logs off all users, but loads the Windows kernel and drivers to a hibernation file on your hard disk. Then, when you restart your PC, Windows loads the kernel and drivers from the hibernation file, speeding up startup.
Here's how to turn it on:
- Right-click the Start button and select Power Options from the menu that appears.
- Click "Choose what the Power buttons do."
- From the screen that appears, click "Change Settings that are currently unavailable."
- On the screen that appears, check the box next to "Turn on fast startup (recommended)."
- Click Save changes.
That's all it takes. Note that on some machines fast startup isn't enabled. If that's the case with yours, you won't see the "Turn on fast startup (recommended)" entry.
Hey My Readers and Visitirs If You Like Us or Our Web Site Please Share and Link back To My Site ... Take Care .,.,.
0 comments:
Post a Comment