Logo

Fix We couldn’t install some updates

If you encounter the “We couldn’t install some updates because the PC was turned off” while trying to run Windows Update on your Windows 10 computer, then read on as this post will give you a couple of suggestions you can use as a reference to fix this error. Make sure to follow the options given below carefully.

Option 1 – Perform basic computer troubleshooting

If you get the “We couldn’t install some updates because the PC was turned off” error on your laptop, then it’s recommended that you connect your laptop to a power source and then try clicking the Update button again. In addition, you also have to make sure that your computer stays awake until the Windows Update process is completed. This will ensure that your computer does not go into an idle state and interfere with the process.

Option 2 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder

The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to the steps below.

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.

net stop wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.

After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:

  • Type each one of the following commands.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After that, exit Command Prompt and restart your computer and then try to run Windows Update once more.

Option 3 – Try restarting the Windows Update Services

  • Open the Services Manager.
  • From there, make sure that you set the following services and Startup types:
    • Background Intelligent Transfer Service: Manual
    • Cryptographic Service: Automatic
    • Windows Update Service: Manual (Triggered)

Option 4 – Try to run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the “We couldn’t install some updates because the PC was turned off” error. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 5 – Try to install the Windows Updates manually

As mentioned, the error might be because Windows missed installing a particular update which is why you are not able to proceed with the current update. So to resolve the issue, you need to install the update that wasn’t installed by downloading it from the Microsoft Update Catalog website. You also have to make sure that you didn’t turn off the Windows update or have it delayed.

Option 6 – Run Microsoft’s online troubleshooter

Running Microsoft’s online troubleshooter might also help you fix the Windows update error. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Backup and Restore pinned Taskbar Items
Pinned Windows 10 Taskbar Items. One of the most used interfaces in the Windows environment is the Taskbar. It is where users like to pin their most-used programs as well as shortcuts with extra privileges and automated tasks. In fact, it’s a lot better than the Start Menu. So if any Windows Update messes up with your computer, or if you’ve just switched to a different computer, setting up the Taskbar with the very same set of programs you used to have is definitely not an easy task. But worry not as this post will guide you on how you can backup and restore the items on your Taskbar either manually or automatically.

Manual Backup:

  • Tap the Win + R keys to open the Run prompt.
  • Then type “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” in the field and hit Enter to open the folder where you can see all the shortcuts or pinned items in the Taskbar.
  • After that, copy all the files in the folder and paste them somewhere else as a backup. For instance, E:\Pinned Items Backuppinnedshortcuts.
  • Next, tap the Win + R keys to open the Run prompt once more, and then type “Regedit” in the field and hit Enter to open the Registry Editor. When the User Account Control dialog box appears, click Yes.
  • After opening the Registry Editor, navigate to this key – HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband
  • Then right-click on the Taskbar folder and select Export.
  • Now save the file with the .reg extension to another location like the E:\Pinned Items Backup folder and then name it.
  • Close the Registry Editor.

Manual Restore:

Make sure to copy all the files to one of the drives if you are using another computer and then refer to the following steps.
  • Tap the Win + R keys to open the Run prompt.
  • Then type “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” in the field and hit Enter to open the same folder where you just copied all the shortcuts. Make sure to keep it open.
  • Then open the backup folder where you saved all the pinned items and copy all the files there.
  • Next, go to the Taskbar folder (%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar) and then paste your files in there. If you encounter a problem while doing so, just replace it with your own set of files.
  • After that, go to E:\Pinned Items Backuppinnedshortcuts and then double click on tb-pinned-items.reg. If a User Account Control prompt appears, click Yes. This will add the registry file into the main registry hub. You will also get a dialog box that will confirm that data has been added to the registry successfully. Click OK.
  • You should now see the items on the Taskbar. You have to restart Windows Explorer. To do so, end its process in the Task Manager.

Automatic Backup:

Backing up and restoring the pinned Taskbar items in your Windows 10 computer can be done automatically as well. But before you get started on the process, you need to understand what’s going on behind the hood first. First, you need to create two bat files and name them “Backup Pinned Taskbar Items” and “Restore Pinned Taskbar Items”. After you have that covered, refer to the following steps:
  • Open the Notepad app and paste the following details and save it as “Backup Pinned Taskbar Items.bat.
REG EXPORT HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband “E:\Pinned Items Backuptb-pinned-items.reg” xcopy “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” “E:\Pinned Items Backuppinnedshortcuts” /E /C /H /R /K /Y
  • After that, run the newly created bat file with admin privileges.

Automatic Restore:

  • Open the Notepad app and paste the following details and save it as “Restore Pinned Taskbar Items.bat”.
REGEDIT /S “E:Pinned Items Backuptb-pinned-items.reg” xcopy “E:Pinned Items Backuppinnedshortcuts” “%AppData%MicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar” /E /C /H /R /K /Y
  • After that, run the bat file with admin privileges.
Note: Just so you know, there is a drawback to this process as we’ve noticed that any pinned apps that were downloaded from the Windows Store don’t appear in these places and any items downloaded and installed separately from the internet and then pinned.
Read More
Can’t pair Bluetooth keyboard, Check the PIN
If you have suddenly run into a problem when trying to connect or pair your Bluetooth keyboard with your Windows 10 computer, read on as this post will guide you on how exactly you can resolve the problem. This kind of problem typically occurs when you’ve disabled the Bluetooth option. However, this option is already enabled and you still encountered the same error message saying, “Check the PIN and try connecting again”, then you need to troubleshoot the problem further. In most cases, this kind of issue can be fixed when you restart your computer and go to the Windows Settings and select the “Add Bluetooth or other devices” option and then put the keyboard into pairing mode. And when the keyboard appears in the “Add a device” dialog box, just select it. On the other hand, if your Bluetooth keyboard won’t get connected to your Windows 10 computer and you encounter an error that says, “Can’t pair Bluetooth keyboard, Check the PIN and try connecting again”, then you need to check out the options provided below but before you do so, make sure that you create a System Restore point first as some of the troubleshooting options provided involves the Windows Registry.

Option 1 – Try to use the Device Pairing Wizard

The Device Pairing Wizard is the one that allows your computer to look for any new devices and display them underneath it. All you have to do to use this wizard is to follow its instructions to connect your Bluetooth device to Windows 10. To get started, follow these steps:
  • First, tap the Win + R keys to launch the Run utility and type “devicepairingwizard” in the field, and then hit Enter to run the Device Pairing Wizard.
  • After that, wait for a couple of seconds until the devices appear. Once they do, select the Bluetooth device you wish to add.
  • A new screen with a passcode should appear instantly. You need to take note of the given passcode and type them on your Bluetooth keyboard.
  • Once done, tap Enter. This should help in pairing your computer to your Bluetooth keyboard.

Option 2 – Try to use the Registry Editor

The next thing you can do to resolve the pairing issue with your Bluetooth keyboard is to use the Registry Editor by following these steps:
  • Tap the Win + R keys to open the Run utility and type “Regedit” in the field and then hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKEY_USERS/.DEFAULT/Software/Microsoft/Windows/CurrentVersion/Bluetooth/ExceptionDB
  • From there, look for the folder named “Addrs” and expand it. If you see any folders or keys under it, select them and delete them. These keys represent the MAC address of your Bluetooth devices.
  • Once you’re done, restart your computer and try to pair your Bluetooth keyboard once more.

Option 3 – Try running the Bluetooth Troubleshooter

As you know, Windows 10 has various troubleshooters with user-friendly interfaces where you can utilize them to fix issues in your PC. And since you’re dealing with some Bluetooth problem, you have to run the Bluetooth Troubleshooter.
  • Open the Windows 10 Settings.
  • Then go to Update & Security > Troubleshoot.
  • You should find the option for Bluetooth on your right-hand side – click on it then click on the “Run the troubleshooter” option.
  • Now follow the next screen options.

Option 4 – Try to reinstall or update the Bluetooth driver

The issue might have something to do with the Bluetooth drivers. It could be that it is outdated and needs to be updated or that you recently updated it and since you have trouble pairing your Bluetooth keyboard, you can update, rollback, or uninstall the Bluetooth drivers. How? Follow the steps below.
  • Tap the Win + X keys to open the Device Manager.
  • Next, look for the Bluetooth device and right-click on it.
  • Select the option “Update driver”.
  • After that, a new popup window will appear. In there, select the option, “Search automatically for updated driver software”.
Note: Checking the update may take a few minutes so you’ll have to wait until it finishes. If it is able to find an update, you must install it.
Read More
Desktop widgets in Windows 10
Windows 7 was an operating system that had one thing which no other Windows had, even today. Official Microsoft desktop widgets. With an attractive design, users loved to exploit the adequacy and neatness of these gadgets. However, Microsoft had to discontinue these gadgets as they posed a serious security threat to the Operating System. It was believed that a potential attacker could even use a gadget to take complete control of your PC. With Windows 10, things have changed big time. You have all the fantastic apps and live tiles at your disposal providing a more native experience. Despite all this, if you still have a fondness for fancy gadgets, we have just the right tool for you to get started with similar “Widgets” on Windows 10. Win10 Widgets is a tool that places the most important information right in front of you, on your desktop.

Win10 Widgets

Win10 Widgets is a desktop app package provided by Rainmeter which is an effective system customization engine for Windows. It brings some informative widgets to Windows 10 which look almost native with their intuitive and sleek design. You can pin them on your desktop to keep an eye on various system figures like CPU usage, data storage, battery usage, detailed computer performance, etc.

Native looking Widgets for Windows 10

These widgets are designed in such a way that it looks totally indigenous to the Windows 10 UI. With a similar design language, visual style, accent color, and even font settings, these widgets almost look like an inseparable system component. You can choose between different size variants to pin on your desktop and arrange them in an orderly fashion to make the most of it.

Highly customizable desktop gadgets

Apart from the default size variants, you can configure several other parameters pertaining to the look and appearance of any widget. As Rainmeter is an open-source program, you are provided with the .ini configuration files which you can customize as per your wish. You can make adjustments to the widget coordinates, position and transparency as well. You can even create your own skins (.rmskin package) using the built-in Skin Packager and publish them for general usage through Rainmeter.

Illustro Skins

Over and above the cool widgets, Rainmeter also contains Illustro, a simple collection of skins that shows the range of Rainmeter’s capabilities. You can load the skins on your desktop for a brief look at your system internals. You can also start editing these skins to make them yours by taking advantage of the Rainmeter manual and forum link provided on the Welcome screen. Win10 Widgets is a great tool if you like widgets or gadgets on your Desktop. It blends into the background and puts the important piece of information right on your desktop without you having to look somewhere else. If you already have the Rainmeter application, you can download the Win10 Widgets .rmskin file from here, else you can download the combined bundle for both Rainmeter and Win10 Widgets from here.
Read More
Best gaming headphones in 2021
Gaming has come a long way since its infant days and grown from spending some free time between coding to full e-sport events watched worldwide. As have some basic peripherals been upgraded like gaming keyboards and gaming mouse so have headsets been receiving similar treatments. In today's article, we are presenting you with some of the best headsets specifically designed and made for gaming purposes. If you are looking for headphones for music listening look elsewhere, these bad boys are all made for replicating precise audio positioning and similar technology specifically tailored for games.

SteelSeries Arctis 7P/7X

steelseries arctis 7p headphonesThe best gaming headset overall for PC, PS5, PS4, Xbox Series X/S, Xbox One, Switch, Android The SteelSeries Arctis 7P/7X is the best gaming headset overall, offering great sound, consistent wireless performance, and a comfy, attractive design at a reasonable price. The headset’s 2.4-GHz wireless connectivity keeps you glued to your game without any lag or interference. Even better: Thanks to its USB-C dongle and USB-A adapter, you can enjoy wireless performance with any system, from a PS5 to a Nintendo Switch in handheld mode, to an Android phone.

Razer Blackshark V2

Razer Blackshark V2Razer's best headset yet for PC, PS5, PS4, Switch, Xbox One The Razer Blackshark V2 is probably the best headset that Razer has ever made. This mid-range wired headset provides fantastic sound for both games and music, particularly thanks to its innovative THX profiles. The famous film audio company has lent its expertise to make the Blackshark V2's surround sound realistic and nuanced, especially for a handful of games like Apex Legends and Sekiro: Shadows Die Twice, which have their own optimized profiles.

Logitech G Pro X

Logitech G Pro XBuilt for tournament play for PC, PS5, PS4, Xbox One, Switch The Logitech G Pro X delivers tournament-grade performance for a reasonable price. The headset's distinguished black design sets itself apart from the competition, in no small part thanks to its flexible headband and supremely comfortable foam and leatherette earcup options. The Go Pro X delivers rich, direction-accurate sound out of the box whether you're playing on PC or console. It's also the first gaming headset to sport a built-in Blue microphone, allowing for extra-crisp voice chat whether you're practicing with your Apex Legends squad or streaming to your online fans

SteelSeries Arctis Pro

SteelSeries Arctis ProAudiophile sound for gamers made for PS4, PC (with GameDAC), Xbox One, Switch, mobile (analog) SteelSeries’ Arctis Pro + GameDAC brings audiophile-grade features to the already excellent Arctis design. This headset includes a DAC (digital-to-analog converter), which allows it to deliver high-resolution 96-kHz/24-bit audio. The GameDAC also allows for a wealth of customization options, whether you want to fine-tune sound via an equalizer or customize the headset’s subtle RGB lighting.

HyperX Cloud Stinger

HyperX Cloud StingerBig sound on a budget for PS, PS5, PS4, Xbox Series X/S, Xbox One, Switch, mobile The Stinger’s sturdy, feather-light frame and soft, faux-leather earcups make for one of the best gaming headsets on a budget, and its handy on-ear controls and solid microphone certainly don’t hurt either. Finding a comfortable fit is arguably the most important thing you can look for in a gaming headset, and the Cloud Stinger doesn’t disappoint on that front. The Stinger also offers very solid audio quality for the price, though things can get a bit blown out at max volume

Corsair Virtuoso RGB Wireless XT

Corsair Virtuoso RGB Wireless XTThe best gaming headset with Bluetooth for PC, PS4, PS5, Xbox One, Xbox Series X/S, Switch (handheld), mobile The Corsair Virtuoso RGB Wireless XT is one of the best gaming headsets that Corsair has ever made. Not only is this headset extremely comfortable, but it also provides excellent sound quality. It works wirelessly with PCs and PlayStation consoles via USB, as well as mobile devices, streaming players, and smart TVs via Bluetooth. You can connect it to a Switch, Xbox controller, or older system via a 3.5 mm audio cable. There's very little that the Virtuoso RGB Wireless XT can't do.

Xbox Wireless Headset

Xbox Wireless HeadsetThe best Xbox affordable headset for Xbox Series X/S, Xbox One, PC, mobile The Xbox Wireless Headset is exactly what the name suggests: a wireless headset that works particularly well with Xbox consoles. Whether you have an Xbox Series X, an Xbox Series S, an Xbox One, or a Windows 10 PC with an Xbox controller adapter, this headset can provide fantastic sound with a simple pairing procedure. Not only that: the Xbox Wireless Headset supports Bluetooth as well, meaning that you can listen to music or take calls on your phone while you game.

Razer Kaira Pro

Razer Kaira ProThe best Xbox Series X wireless headset for Xbox Series X/S, Xbox One, PC, mobile Debuting alongside the Xbox Series X, the Razer Kaira Pro is arguably one of the best gaming headsets for Microsoft's next-gen console. This sleek, lightweight wireless headset pairs with Xbox consoles right out of the box. But you can also use it with PCs and mobile devices, thanks to built-in Bluetooth capabilities. The Kaira Pro is not terribly expensive, and the sound quality is excellent, particularly for video games.

SteelSeries Arctis 1 Wireless

SteelSeries Arctis 1 WirelessAffordable wireless for PC, PS5, PS4, Switch, Mobile (USB-C wireless), Xbox One (wired) Getting good wireless performance has never been this seamless, or affordable. Thanks to its high-speed, discrete USB-C dongle, the SteelSeries 1 Arctis Wireless allows you to instantly enjoy wireless game audio from your Nintendo Switch, Android phone, PS4, or gaming PC, with none of the convoluted pairing or interference that comes with Bluetooth-based headsets. It’s worth mentioning the Nintendo Switch functionality again, as it’s hard to get a wireless headset for Nintendo’s handheld hybrid.

Turtle Beach Elite Atlas Aero

Turtle Beach Elite Atlas AeroAbsolute best in wireless for PC, PS4 (Wireless); Xbox One, Nintendo Switch, Mobile (Wired) The highly customizable high-end headset that's especially ideal for PC, the new Turtle Beach Elite Atlas Aero is one of the best gaming headsets out there. This premium headset packs an incredibly comfortable pair of gel-infused ear cushions, which are also designed to play well with glasses. The Aero's 50mm speakers sound great out of the box, and it comes with a solid noise-canceling microphone to boot.

HyperX Cloud Alpha

HyperX Cloud AlphaSuperior style, sound, and value for PC, PS4, PS5, Xbox One, Switch, mobile Thanks to a sturdy metal frame, a slick red-and-black paint job, and some of the most comfortable leatherette earcups this headset is really a steal for its price. This is a headset that you can transport with you anywhere and connect to almost any system, without ever having to worry about it breaking.

Turtle Beach Stealth 700 Gen 2

Turtle Beach Stealth 700 Gen 2Console-centric wireless sound with Bluetooth for PC, PS4, Switch, Xbox One, mobile The Turtle Beach Stealth 700 Gen 2 is one of the best console headsets on the market, particularly if you want a wireless model. This peripheral boasts great sound, plush earcups, and two kinds of wireless functionality. The PS4 version can connect to either PS4 or PC via a USB dongle; the Xbox One version can connect to the Xbox One right out of the box. Both versions can connect to mobile devices and PCs via Bluetooth. It's an extremely convenient feature, especially since very few gaming headsets offer Bluetooth functionality.

Astro A20 Gaming Headset Gen 2

Astro A20 Gaming Headset Gen 2Wireless headset for both PS5 and Xbox Series X and PC, PlayStation, Xbox, Switch, mobile The Astro A20 Gaming Headset Gen 2 is an ambitious and full-featured headset from one of the most trusted manufacturers on the market. This wireless peripheral offers excellent sound quality and a comfortable fit. More than that, though, the Astro A20 can also connect wirelessly to both the PS5 and the Xbox Series X, which is a rare feat, even among the best gaming headsets.

Razer Barracuda X

Razer Barracuda XThe best wireless Switch headset also for PC, PS4, PS5, Switch, mobile The Razer Barracuda X is a wireless gaming headset that's ideal for the Nintendo Switch and mobile platforms. Thanks to its small USB-C dongle, it can connect wirelessly o the Switch in handheld mode, a rarity among gaming headsets. However, it also comes with a USB-A adapter, which means you can connect it to just about any other system you like, from PC to PS4, to Switch in docked mode. The USB-C dongle also fits neatly into a PS5.
Read More
How to Fix Error 0x800CCC90

Error 0x800CCC90 - What is it?

Error 0x800CCC90 is a typical Outlook error. This error indicates that Outlook has failed to connect to the mail server that handles and manages the incoming and outgoing emails. The error message is displayed in the following format:

“There was a problem logging onto your mail server. Your User Name was rejected.”

This error limits your ability to send and receive emails on Outlook. If you largely communicate at the workplace using your Outlook account, this error may slow down your work productivity and performance dramatically. Therefore it is advisable to fix it immediately.

Solution

Restoro box imageError Causes

The error 0x800CCC90 is triggered several reasons including but not limited to:
  • Authentication issues
  • Failure of POP 3 Server
  • PST File Corruption
  • Registry issues- Invalid Entries
  • Viral infection

Further Information and Manual Repair

To resolve error 0x800CCC90, try the methods given below:

Method 1 - Adjust the Authentication Settings

To resolve the error 0x800CCC90, adjust the authentication settings. Here’s what you need to do:
  • First, go to the ‘Tools’ tab and select the ‘Accounts’ option.
  • Once you select the account option, an internet accounts box will appear on the computer screen.
  • Simply double click on the account property box after that go to the server tab and click on it.
  • Check the box that says ‘My Server Requires Authentication’.
  • Click on apply to accept changes tab to save changes and close the window.
  • To activate changes made, restart Outlook and then try sending emails again.

Method 2 - Download a PST Repair Tool

If the error is triggered by PST file corruption, then the best way to resolve it is to download the PST repair tool. Download the PST repair tool from a trusted website. Run it on your system to fix PST file issues and resolve error 0x800CCC90.

Method 3 - Scan for Viruses

Another way to resolve this error is to scan for viruses. Viruses usually enter computer systems through phishing emails or while downloading attachments. You may not know this but viruses may be affecting your PC. Due to viruses, errors like error 0x800CCC90 can also be triggered. Therefore install an antivirus to scan and remove errors on your PC.

Method 4 - Clean the Registry and Remove Invalid Entries

Due to poor PC maintenance, misconfigured and invalid registry entries may be stored in the registry. Such entries may lead to Outlook errors too. Thus to resolve you must clean the registry and remove these entries right away. Download a registry cleaner to fix the error. Whether the error is triggered by viral infection or registry issues, it is recommended you download only Restoro. This is the one-stop solution to resolve all PC related errors. This software is deployed with 6 scanners including a registry cleaner, an antivirus, and a system optimizer. It is user-friendly and has simple navigation. It is compatible with all Windows versions. In just a few clicks this software resolves practically all types of PC-related errors including error 0x800CCC90. Click here to download Restoro today!
Read More
Fix Copy & Paste issue in Windows 10
Copy & Paste function is an essential option in properly working Windows, from copying text to weblinks and many other sources like pictures and files it is one of the crucial features in Windows. When the copy and paste feature is not working we are somewhat left in Windows limbo, essentially Windows itself is working but without this specific feature it is very hard, almost impossible to get any work done, if you are an unfortunate user who has faced this particular issue do not worry, we have solutions for you.
  1. Update Windows

    Glitches come in various forms and sometimes they are introduced in updates, check to see if it is available Windows update and if it, download and install it, there is a very high chance that the next update will bring fixes for known glitches.
  2. Disable antivirus

    A good antivirus is an essential piece of software for any PC, however, sometimes it can interfere with the basic operations of windows itself. Disable it completely to see if copying and pasting will start to work, if this is a case, see can you somehow turn options off in antivirus or switch to another one.
  3. Run Check disc

    Corrupted applications and system files can cause issues with Windows functioning, the easiest way to solve this issue is to run build-in Windows Check disk utility and let it scan and fix potential issues.
  4. Run SFC

    If the check disk failed to fix the issue, run command prompt as administrator and type in sfc /scannow, file checker will go through all files and fix if it finds anything including corrupted system files. Reboot your system after the operation completes. Please note that an SFC scan can take a long time sometimes, do not interrupt the scanning process and leave it to finish.
  5. Restart rdpclip process

    Restarting rdpclip.exe can solve the issue. Open task manager and under process find rdpclip.exe, right-click on it and end it, then go to windows/system32 and search for rdpclip.exe and double click it. Please note that you will be able to find this process only if you are on a remote PC machine, on a local user machine rdpclip is not running.
  6. Rollback to the previous system restore point

    If this particular issue was introduced in the latest update and previous solutions have not worked, roll back to the restore point where everything was working as it should.
  7. Stop virtualization

    if you are using virtual software there is a chance that the shared clipboard feature is interfering with Windows, turn the Virtual machine off and try copy & paste again.
Read More
There is a system repair pending
If you are running a System File Checker scan but got an error message instead that says, “There is a system repair pending which requires reboot to complete, Restart Windows and run SFC again”, worry not for this post will walk you through how you can fix the problem. This kind of error can be addressed and fixed with several potential fixes which will be provided in this post. You can try to restart your computer and run a System File Checker scan again or delete the pending .xml file or use the “revertpendingactions” parameter for the DISM tool. For more information, refer to each one of the options given below.

Option 1 – Try restarting your computer and run the SFC again

The first thing you can do to fix the problem is to restart your computer and let the pending process be completed. After your computer restarted, try to run System File Checker again and see if the error is now fixed or not. If not, refer to the other options below.

Option 2 – Try deleting the pending .xml file

The next thing you can do to fix the problem is to delete the pending .xml file. How? All you have to do is navigate to this location at CWindowsWinSxS and from there, look for a pending .xml file and rename it or delete it. This will get rid of any pending tasks and will build a fresh new check.

Option 3 – Try to use the “revertpendingactions” parameter for the DISM tool

If the two options given above didn’t work, you can try using the revertpendingactions parameter for the DISM tool. If you’re not able to boot into Windows, then run Command Prompt from the Recovery Console and execute the given command below.
dism.exe /image:C: /cleanup-image /revertpendingactions
After you execute the command, restart your computer and try to run System File Checker again and see if it has fixed the problem or not.
Read More
Configuring Groove Music Equalizer in Windows
In case you don’t know, Groove Music is due to retire its OneDrive streaming service this month. Despite that being the case, there is actually a workaround you can try to still continue enjoying music streaming. The app also allows you to play your own local files and if required, you can also modify or tailor the experience with new features – for instance, Groove Music brings an Equalizer to the settings of the app. As the name suggests, the equalizer allows you to tweak frequency responses to your liking. On top of being able to tweak individual bands, the equalizer supports few pre-set settings to enable quick changes. This post will guide you on the process of accessing and using the equalizer in the Groove Music app. To get started, refer to the instructions provided below. Step 1: You need to make sure that you are running the latest version of the Groove Music app or version 10.18011.1211.0 or higher in order to use the equalizer in Groove Music. If needed, you can check the version number from Windows Store. Step 2: Open Windows Store and then click on the ellipses icon and select the Downloads and Updates option. Step 3: Next, search for Groove Music and check its version number. Step 4: Now that you’ve verified the version number of Groove Music, you need to open the equalizer setting. It is enabled by default and to access it, click on the gear icon for Settings and select equalizer under the Playback settings. Step 5: After that, the Equalizer window will pop up. It is where you can configure the equalizer settings using the drop-down menu. Here are the following presets you can choose from:
  • Flat
  • Treble Boost
  • Bass Boost
  • Headphones
  • Laptop
  • Portable speakers
  • Home Stereo
  • TV
  • Car
  • Custom
Step 6: Drag the dots upwards or downwards to set your own preferences, as needed. Note: The only downside to this setting is that there is no shortcut available for quick access as you have to navigate through the Settings section manually to access it and change the preset configurations. In addition, the Groove Music app also works on the mobile version of Windows 10.
Read More
Fix Print Spooler Service Error 1068
There is one service in the Windows operating system that is responsible for managing all the print jobs as well as handles the interaction with the printer. This service is known as the Print Spooler service. However, if it stops running, then you won’t be able to print anything on your computer. In such a case, you can try to restart the Print Spooler service, and to do that, you have to open the Windows Services Manager and look for the Print Spooler Service. Once you found it, right-click on it and select Restart. If it isn’t running, select Start and if the Service starts working again, then good but if not and you got an error message instead that says, “Windows could not start the Print Spooler service on Local Computer, Error 1068, The dependency service or group failed to start”, then read on as this post will give you a couple of suggestions you can try to resolve the issue. The reason why you could not start the service is most likely because the Print Spooler service is dependent on other services which might not be properly running. If the following services are not running then it’s no wonder why you’re getting the error.
  • HTTP Service
  • Remote Procedure Control (RPC) Service
You might not see the RPC service which means that the Print Spooler Service does not recognize its dependency on the RPC service. In such a case, you have to manually configure the dependency by following the options given below.

Option 1 – Try configuring the dependency via CMD

The first thing you have to do is to configure the dependency using CMD. Refer to the steps below to do so:
  • Open an elevated Command Prompt.
  • Then type in “sc config spooler depend= RPCSS” and hit Enter.
  • After the command has been executed, restart your computer and then check if it fixed the problem. If not, proceed to the next given option below.

Option 2 – Fix dependency via the Registry Editor

You can also resolve dependency using the Registry Editor. How? Refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to this key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSpooler
  • Next, right-click on the “DependOnService” entry located on the right pane and select Modify.
  • Now change its value data to “RPCSS” and click OK to save the changes made and then exit the Registry Editor.
  • Reboot your computer and see if the issue is resolved.

Option 3 – Try running the Printer Troubleshooter

Another option you can check out is the Printer Troubleshooter. This built-in troubleshooter in Windows 10 can help you fix most print issues. It checks if you have the latest printer drivers and then tries to fix and update them automatically. Aside from that, it also checks if you have connectivity issues or if the Print Spooler and the required Services are running fine. To run it, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “exe /id PrinterDiagnostic” in the field and click OK or hit Enter to open the Printer Troubleshooter.
  • Then click the Next button and follow the next on-screen instructions to fix the issue with the printer.
Read More
Mapped network drives are not working
When you have to connect to a drive that’s on a different computer or on external storage, that’s where the mapped network drives come in. Mapped network drives make accessing files a lot easier. However, there are times when it won’t work for some reason. Windows will notify you about the unavailability of mapped network drives in several ways. For one, Windows might display a red X on the network drives or it could be that its status will be unavailable when you try to use it from the Command Prompt or via a notification. It is recommended that you run a few scripts when you log in to your PC as it may so happen that the network drive takes more than usual to connect. Before you start troubleshooting the problem using the given options below, keep in mind that some workouts might only work under certain scenarios. You might need some network access at logon or you might need access to the Group Policy settings. So you need to choose what you prefer more. You can try the given workarounds below if the mapped network drives are not showing or connecting or working on your Windows 10 computer. These workarounds use scripts to make sure that you are connected to them as soon as you start to use your PC. As mentioned, before you can troubleshoot, you need to create scripts first. There are two scripts here namely MapDrives.ps1 which is executed by the second script named MapDrives.cmd and is done at a regular and non-elevated Command Prompt. Follow the steps below to get started.
  • You have to create a script file named “MapDrives.cmd” first and then save it on a place where the files are safe. To do that, open a text editor like Notepad and then copy and paste the following script:
PowerShell -Command "Set-ExecutionPolicy -Scope CurrentUser Unrestricted" >> "%TEMP%StartupLog.txt" 2>&1 PowerShell -File "%SystemDrive%ScriptsMapDrives.ps1" >> "%TEMP%StartupLog.txt" 2>&1
  • After that, save the file and name it “MapDrives.cmd”.
  • Next, create a script file named “MapDrives.ps1” and then copy and paste the following content. Just make sure to save both scripts in the same folder.
$i=3 while($True){     $error.clear()     $MappedDrives = Get-SmbMapping |where -property Status -Value Unavailable -EQ | select LocalPath,RemotePath     foreach( $MappedDrive in $MappedDrives)     {         try {             New-SmbMapping -LocalPath $MappedDrive.LocalPath -RemotePath $MappedDrive.RemotePath -Persistent $True         } catch {             Write-Host "There was an error mapping $MappedDrive.RemotePath to $MappedDrive.LocalPath"         }     }     $i = $i - 1     if($error.Count -eq 0 -Or $i -eq 0) {break}     Start-Sleep -Seconds 30 } Note: Now that you’ve created the script files, it’s time for you to proceed to the options given below.

Option 1 – Try creating a startup item

Note that this option only works on devices that have network access at login. So if it’s not there, the script will fail to reconnect the network drivers automatically. To create a startup item, here’s what you have to do:
  • Open the Startup folder located at %ProgramData%MicrosoftWindowsStart MenuProgramsStartUp.
  • From there, copy and paste the MapDrives.cmd.
  • After that, open the Scripts folder located at %SystemDrive%Scripts copy-paste MapDrives.ps1 and then copy and paste MapDrives.ps1 in there.
Note: After you complete the steps above, a log file named “StartupLog.txt” will be created in the %TEMP% folder. Now all that’s left for you to do is to log out of your computer and then log back in. This will ensure that the mapped drives are open.

Option 2 – Create a scheduled task

It is possible to create a scheduled task that runs as soon as you log in to your computer. To create a scheduled task, follow the steps below.
  • You have to copy the MapDrives.ps1 script file to the scripts folder of Windows located at %SystemDrive%Scripts.
  • After that, open the Task Scheduler and select Action > Create Task.
  • Next, type a name and description of the task in the General tab.
  • Then click on the Change User or Group button and select a local user group and click OK.
  • Now check the box labeled “Run with highest privileges” and switch to the Triggers tab.
  • From there, create a new trigger with the “At Logon” option in the Begin the task drop-down menu and then click OK.
  • After that, switch to the Actions tab and create a new action then choose to Start a program.
  • Next, type “Powershell.exe” in the Program/Script field, and in the Add arguments (optional) field, type the following:
-windowsstyle hidden -command .MapDrives.ps1 >> %TEMP%StartupLog.txt 2>&1
  • And in the Start in the (optional) field, type “%SystemDrive%Scripts” as the location of the script file.
  • Now under the Conditions tab, select the “Start only if the following network connection is available” option and then select Any connection and click OK.
  • Restart your computer or log off from your account and then log back in so that the task will be executed.

Option 3 – Use the Group Policy settings

You need this option if the mapped network drives are defined via Group Policy settings. You have to update the action of the drive maps to Replace. As a result, it will delete the existing mapped drive and create the mapping on each logon again. However, any settings on the mapped drive that are changed from the Group Policy settings will be gone on each logon. So if the changes don’t work, you need to run the gpupdate command together with the /force parameter in order to refresh the Group Policy setting quickly.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status