Logo

Configure Windows 10 to create Dump Files on Blue Screen of Death

If your Windows PC encounters an error, it will display a Blue Screen of Death or BSOD error which usually comes up for a fraction of second and creates some logs or Dumps Files as what other user prefers to call it and then boots your PC suddenly. This process usually takes place quickly that most users find it hard to get the error code and won’t probably be able to check what really went wrong with their PCs. This is where the dump files come in. They are stored internally in your computer and can only be accessed by an administrator. They are classified into 4 main types and in Windows 10 they are either:

  1. Complete Memory Dump
  2. Kernel Memory Dump
  3. Small Memory Dump (256 KB)
  4. Active Memory Dumps

Dump Files are useful as they could help you in resolving the problem and so you need to configure your Windows 10 PC to create them but first, you need to make a system restore point. This is essential as you are about to modify some system files as well as critical Windows 10 settings. There are two ways you can create Dump files – first is by modifying the settings in the Startup and Recovery and lastly is via the WMIC command line. Refer to the instructions prepared below to be guided on how you can create Dump files after any BSOD error using these options.

Option 1 – via Startup and Recovery

  • Type in “control panel” in the Cortana Search box and then click on Control Panel from the search results to open it.
  • After opening Control Panel, you need to make sure that you view the contents by their Category then click on the header link which is labeled “System and Security” or you could also right-click on the This PC icon and then click on Properties.
  • Next, select the Advanced system settings from the left panel. Once you do, a new and small window will pop up.
  • Under the newly opened window, look for the section called Startup and Recovery and then click on the Settings button.
  • And from the System Failure section, you can choose any option from the drop-down for Write debugging information such as:
    • None – this means that there is no dump file created by Windows
    • Small Memory Dump – this means that Windows will create a Minidump file on BSOD
    • Complete Memory Dump – this means that Windows will create a Complete Memory Dump file on BSOD
    • Automatic Memory Dump – this means that Windows will create an Automatic Memory Dump file on BSOD
    • Active Memory Dump – this means that Windows will create an Active Memory Dump file on BSOD

Note: The complete dump needs a page file that is allowed to be the size of the physical memory installed in your PC with a dedicated 1 MB of space for just the page header.

  • Now once you have selected the most suitable option for you, just click on OK/Apply and then exit.
  • Restart your PC to successfully apply the changes made.

Option 2 – via the WMIC command line

  • The first thing you need to do to create Dump files via the WMIC command line is to tap the Win + X keys combination or simply right-click on the Start button and then select the Command Prompt (Admin) option. You could also type in “cmd” in the Cortana search box and then right-click on Command Prompt from the results and select Run as administrator.
  • After that, type in any of the commands given below depending on your preferences so that your Windows 10 PC will be configured to create Dump Files:
    • No dump file: wmic RECOVEROS set DebugInfoType = 0
    • Small Memory Dump: wmic RECOVEROS set DebugInfoType = 3
    • Kernel Memory Dump: wmic RECOVEROS set DebugInfoType = 2
    • Complete Memory Dump: wmic RECOVEROS set DebugInfoType = 1
    • Automatic Memory Dump: wmic RECOVEROS set DebugInfoType = 7
    • Active Memory Dump: wmic RECOVEROS set DebugInfoType = 1

Note: A complete dump has to have a Page file which is allowed to be the size of the physical memory installed on your PC accompanied by a 1 MB space for just the page header.

  • Now type in “exit” in the Command Prompt to exit it.
  • Restart your PC to apply the changes made successfully.

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

Fix SAFE_OS phase error in Windows
As of late, users have been reporting about getting an error saying, SAFE_OS phase error during Replicate_OC operation when they tried to upgrade their Windows 7 or Windows 8.1 computers to Windows 10. Although the error code in this problem could vary, in this situation, it states:
0xC1900101 – 0x20017, The installation failed in the SAFE_OS phase error during Replicate_OC operation
To fix this issue, you need to follow the given options below. But before you do, you need to create a System Restore point first so that if anything goes wrong, you can always undo the changes you’ve made.

Option 1 – Try to change the Windows 10 installation

According to security experts, one of the main causes of this error is the KB3064209Windows Update. This particular update is the one responsible for updating the CPU Microcode for processors made by Intel. Thus, if you don’t use an Intel processor, you can skip this option and proceed to the next one. However, if you use Intel, make sure to follow the instructions in this option carefully. Take note that in this solution, C: partition is referred to as the OS Partition while H: partition is referred to as the USB Pen Drive.
  • First, you need to download the Windows 10 ISO from the Windows 10 Media Creation tool and then copy its contents to the Pen Drive H.
  • Next, tap the Win + X keys and click on the Command Prompt (Admin0 option. If a User Account Control appears, simply click Yes.
  • After opening Command Prompt, type the following command:
dism /Mount-Image /ImageFile:H:sourcesboot.wim /index:1 /MountDir:C:UsersUserDesktopmount
  • Now navigate to the following path in the Windows File Explorer:
C:UsersUserDesktopmountWindowsSystem32mcupdate_GenuineIntel.dll
  • From there, right-click on the file named “mcupdate_GenuineIntel.dll and click on Properties.
  • Next, go to the Security tab and click on Advanced. In the Advanced section, change the Owner to your User Account and click OK.
  • And then back to the Security tab, click on the Edit button and check on Full control to make sure that your User Account has all the privileges.
  • Now click on Apply and then OK.
  • After that, delete the file you saw earlier which is named mcupdate_Genuine.dll.
  • Then close all the Windows File Explorer instances and go back to the Command Prompt window and unmounts the image you mounted before by typing the following command:
dism /Unmount-Image /MountDir:C:UsersUserDesktopmount /commit
  • Afterward, repeat the steps from mounting up until here for these files:
    • wim /index:2
    • wim /index:1
    • wim /index:2
  • Now delete the mount folder and remove the USB Pen Drive and then boot with the installer.

Option 2 – Try to perform a Disk Cleanup

Chances are, some unnecessary files in your computer might be interrupting the installation process which explains why you’re getting SAFE_OS phase error during Replicate_OC operation instead so you need to perform a Disk Cleanup in order to fix the problem.

Option 3 – Try updating all your drivers

Every now and then, drivers get corrupted or outdated so it’s no surprise that they conflict with the operating system and cause errors like the SAFE_OS phase error during the Replicate_OC operation. To fix the problem, you need to update all your drivers. Follow the steps below to update your drivers.
  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.msc into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC.
Note: You also have the option to go directly to the website of your graphics card manufacturer and check if there’s a new update – if there is, download it.

Option 4 – Try to update your system’s BIOS

Aside from outdated drivers, outdated BIOS could also be the reason why you’re getting the SAFE_OS phase error during Replicate_OC operation which is why you need to update your system’s BIOS in order to resolve the issue.

Option 5 – Try checking the Windows Services status

  • In the Cortana search box, search for “Services” and then click on the Services icon.
  • After that, the Services utility will be opened in a new window.
  • Next, look for the following services:
    • BITS (Background Intelligent Transfer Service)
    • Windows Update Service
    • Cryptographic Service
  • Then right-click on each one of the services and click on Properties. From there, select Automatic from the drop-down of the Startup Type menu.
  • Now click on OK for each one of them and restart your PC to apply the changes made.

Option 6 – Try to check the RAM modules

There are many times when all the components of the RAM weren’t able to be used by the computer so you need to check the RAM modules.
  • You need to first turn off your PC and then take out your RAM physically.
  • Next, clean it with a soft cloth and blow some air into the RAM slot in the motherboard.
  • After that, put your RAM back in the same slot.
  • Then try updating your computer system again.
Read More
Taskbar is not visible in Remote Desktop
Recently, several users reported an issue on their Windows 10 computers where the taskbar is not visible when they tried to connect to a computer via Remote Desktop Protocol or RDP. The Remote Desktop Connection feature uses the RDP which allows users to access a computer remotely. This is actually different from the taskbar being hidden automatically until the pointer hovers on it since, in this scenario, the taskbar is completely not accessible which makes using the remote computer entirely difficult, if not impossible. There are several suggestions you can check out to resolve this problem, you can try to restart the process of Windows Explorer via Task Manager or you could clear the cache for multiple processes. You could also try to reinstall the Shell Experience components or show the local taskbar in the Remote desktop. Moreover, you could also try to update, uninstall or roll back the display driver/graphics card driver. For more details, refer to each one of the options given below.

Option 1 – Try to restart the Windows Explorer process

The first option you have to try to fix the problem with the taskbar is to simply restart the Windows Explorer process in the Task Manager.
  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • Next, go to the Processes tab and find the process of Windows Explorer.
  • Once you find it, right-click on it and select Restart to restart its process.
  • After that, restart your computer and see if you can now see the Taskbar.

Option 2 – Try clearing the cache of multiple processes

The next thing you can do to resolve the problem is to clear the cache of many processes in your computer. To do so, follow these steps:
  • Open the Notepad app and paste the following content in the text area:
@echo off taskkill /f /im explorer.exe taskkill /f /im shellexperiencehost.exe timeout /t 3 /NOBREAK > nul del %localappdata%PackagesMicrosoft.Windows.ShellExperienceHost_cw5n1h2txyewyTempState* /q timeout /t 2 /NOBREAK > nul start explorer @echo on
  • After that, tap the Ctrl + S keys to save the changes you’ve made in Notepad and select the “All files” as its file type, and then name it “CacheClearTWC.bat”.
  • Next, go to the location where you saved the file using File Explorer and then run it. This will run a couple of batch scripts which will clear the cache of multiple processes in the system.
  • Tap the Win + X keys and select the “Windows PowerShell (Admin)” option to open PowerShell as admin.
  • Next, execute this command in the command line: Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}
  • After the command has been executed, this will reinstall the Shell Experience components and should fix the problem with the taskbar.

Option 4 – Update, uninstall or rollback the Graphics card drivers

  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in MSC into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.
Read More
A Guide to Fixing Error 0x80070652 Windows 10

Error Code 0x80070652 – What is it?

Error code 0x80070652 occurs when Windows users attempt to upgrade their operating system while another program is in the process of being downloaded. It may also occur due to problems related to previously failed update attempts within Window Update. When this Windows 10 upgrade occurs, Windows users fail to access the version of Windows they are attempting to download. Instead, a message box occurs stating that error code 0x80070652 has occurred on the device. If this error message is not rectified, it could give birth to other Windows 10 errors such as error code 0x80072EE2.

Solution

Restoro box imageError Causes

Error code 0x80070652 may result from Windows 10 users attempting to download another program while upgrading their operating system. It may also be caused by an issue related to previous installations of updates. For instance, in some cases, your previous installation of the Windows process may have been interrupted or it was simply not completed properly. This causes any other upgrade process that follows to result in error code 0x80070652.

Further Information and Manual Repair

But what can be done in such a situation to resolve the error code? Windows users have several options available. For instance, they can wait on any additional program that may be in the process of downloading to complete the process before attempting to upgrade Windows. They may also troubleshoot problems related to any failed updates or select a system restore point in which the error code was not present.

The manual repair methods Windows 10 users choose may involve any of the solutions mentioned previously. The choice is largely dependent on the user and his determination to fix the error code. However, note that automated tools or Windows repair technicians may also provide solutions to PC issues like error code 0x80070652.

Method One: Verify and Troubleshoot Failed Upgrades

Since previously failed updates within Windows Update can lead to the occurrence of error code 0x80070652, Windows 10 users will need to verify which of these failed updates occurred by checking the history section of the Windows Update tool. Once you’ve been able to verify that failed updates have occurred in the recent past, you’ll need to troubleshoot these problems to rectify the error code. Follow the instructions below to check for updates that have failed to install properly via Windows Update.

  • Step one: Type Windows Update in the Search box near Start Menu
  • Step two: Select Windows Update settings
  • Step three: Select Update history
  • Step four: Review updates from the most recent to least recent to see which updates have failed
  • Step five: Click failed updates for more details and troubleshoot accordingly.

Once you’ve completed the troubleshooting of any updates which failed, proceed by rebooting your device. You may then reattempt to upgrade to the latest version of Windows 10 once no other program is in the process of being downloaded.

If the problem causing error code 0x80070652 was related to failed updates of the past, these issues will likely be resolved once you successfully troubleshoot them. However, if the error code reoccurs, apply the next manual repair solution mentioned in this article.

Method Two: Download Updates Manually via Microsoft Download Center

Another option available to users is simply downloading updates manually by visiting the official Microsoft website, specifically the Windows section which provides downloads. To successfully complete this process, ensure you look for stand-alone packages of these downloads available on the website. You will need to know the Microsoft Knowledge Base (KB) article number related to the specific update(s) which failed.

Once a Windows user has verified the KB article number of the specific update, download it from the Microsoft website, then select Run to install the update. Reboot your PC, then check Windows Update to see if you are able to successfully complete the Windows 10 upgrade.

If the upgrade fails, you may need to implement the next manual repair method as is mentioned below.

Method Three: Use Windows System Restore

One of the best options for Windows 10 users facing certain PC problems is to apply System Restore. This allows them to reset their machine for a period of time in which the problem was not present. This is known as the restore point. To apply this manual repair method, follow the steps below.

  • Step one: In the search box beside the Start Menu, type System Restore
  • Step two: Select Create a restore point
  • Step three: Select the System Protection tab then Configure or Create
  • Step four: Provide details regarding a system restore point of your choice
  • Step five: Select Create, then OK.

Method Four: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
How to Repair Bad_Pool_Header Error

Bad_Pool_Header Error - What is it?

Bad_Pool_Header is one of the types of BSOD (Blue Screen of Death) error codes. This error triggers a problem with Windows memory allocation. When this error message occurs, the screen turns blue and locks the user out of the application running on the system. The computer shuts down or restarts.

Solution

Restoro box imageError Causes

There is no one particular cause for the occurrence of the Bad_Pool_Header error code. It may appear on your system due to multiple reasons such as:
  • Device driver issues
  • Cluttered disk
  • Disk writing issues
  • Faulty memory hardware
Driver issues and disk writing issues occur when your try to update new driver versions. During this process, users often forget to remove the files of the uninstalled version from the registry. And due to the presence of the uninstalled driver files in the registry updating and disk writing becomes an uphill task which leads to the Bad_Pool_Header display on the computer screen. The main database of your system is the registry so you need to keep it clean to avoid disk cluttering. The hard disk clutters because the registry saves all the activities that you perform in your system. It saves junk files, internet history, invalid entries, and other unnecessary files. This occupies a lot of your disk space thus resulting in disk cluttering and faulty memory hardware issues triggering the Bad_Pool_Header. Ignoring the Bad_Pool_Header error is not wise. It is advisable to repair the Bad_Pool_Header right away as it can lead to serious threats like system failure and data loss.

Further Information and Manual Repair

The easiest, time and money-saving way to resolve the Bad_Pool_Header error on your system is to install Restoro. This is a high and multi-functional repair tool that features a powerful inbuilt registry cleaner, anti-virus, and a system optimizer. This tool is the one-stop solution for all your PC-related errors including the Bad_Pool_Header blue screen of death error. Whether it’s a driver issue, faulty memory, or cluttered disk, all the causes triggering the Bad_Pool_Header error code fall under the registry which is why it is recommended to install Restoro. Its innovative and powerful registry cleaner scans detect and repair all the errors related to the registry in one go including the Bad_Pool_Header errors. With this helper, you can easily remove all the unnecessary files cluttering your hard disk and damaging your registry. It wipes out the clutter in seconds and frees up disk space.

Why Should You Clean The Registry?

Sometimes the registry also gets cluttered by malicious software like viruses, spyware, and malware. These may also take up your disk space and prevent you to perform disk writing successfully and also corrupt the registry. The privacy error finding utility embedded in Restoro helps you scan for such malicious software on your system and removes them immediately. It lends the software anti-virus properties. When it comes to using repair tools, many users who are not technically sound often worried. They think it may be difficult to operate. If you think the same way, let us tell you that Restoro is very easy to use. It is integrated with a high-functional yet user-friendly interface complemented by simple navigation.

Restoro Special Features

This makes it simple for all levels of users to operate it regardless of whether they are technically adept or not. Restoro is compatible with all Windows versions. You can download it with ease and run it for scans on any Windows version you have installed on your system. To get started, all you have to do is:
  • Click here to install Restoro.
  • Once the installation is complete now run it to scan for errors like the Bad_Pool_Header
  • After that simply click on the ‘repair’ button to resolve
Read More
Almost complete List of Cortana commands
Cortana is your personal digital assistant fully integrated into Windows 10 designed to help you make your life easier. The more you use it, the more Cortana can learn about you, and the experience becomes more personalized and accurate. It can perform a variety of tasks, and it's full of handy tricks, but perhaps one of the best features is the advanced speech recognition that enables Cortana to understand the context of a natural voice conversation. On Windows 10, and across platforms with the Cortana app on iPhone and Android, the assistant can understand virtually any voice command and perform tasks. For example, by just speaking you can find facts, create reminders and manage your calendar, launch applications, change settings, and a lot more. Now, if you're looking for an official list of all the voice commands Cortana supports, you'll never find it because it doesn't exist. Cortana can understand natural language and context, there's no particular set of commands to make things happen. In a sort of way, you are speaking to Cortana as you would to any other person.

Invoking Cortana

Before using voice commands, it's important to know the ways in which you can invoke Cortana using natural language:
  • You can click the microphone icon in the taskbar next to the Start menu.
  • You can use the Shift + ⊞ Windows + C keyboard shortcut to open Cortana in listening mode.
  • You can use the Hey Cortana feature, which lets you invoke the assistant by simply saying Hey Cortana followed by the command. For example, Hey Cortana: How's the weather?.
  • On Windows 10 Mobile devices, you can press and hold the search button to open Cortana in listening mode.

Comprehensive list of Cortana voice commands

The following list of commands are examples you can use to learn how to control Cortana with voice commands. Keep in mind that there isn't a specific way to speak the commands. For example, Hey Cortana: Let me listen to some tunes is the same as asking for a more systematic command like Hey Cortana: Play music.

Cortana basic voice commands:

Getting the time for any location:

  • "What time is it?"
  • "What time is in New York?" or "What time is in Greece?"

Getting weather information for any location:

  • "What's the weather like?"
  • "What's the weather in Madrid?" or "What's the weather in Slovakia?"
  • "When does the sun set?"
  • "Is it hot in Hawaii?"
  • "How's the weather looking for tomorrow/next week?"

Opening (Store and desktop) apps and websites:

  • "Open Photoshop" or "Go to Firefox"
  • "Open errortools.com."

Getting news information:

  • "Show me top headlines."
  • "Show me the latest news."
  • "Show me weather news."
  • "Show me Blizzard stock."
  • "Show me bitcoin exchange rate."
  • "What was the score of the last Brazil football game."

Creating a note:

  • "Create a note."
  • "Create Shopping note."
  • "Create Shopping note: Buy a basket of eggs"
  • "Take a note."
  • "Draft a note."
  • "Write a note."

Translating to a different language:

  • "Translate."
  • "Translate Hello to German"
  • "Translate Where is the nearest park? to Spain"

Doing math:

  • "What's 34% or $764.89?"
  • "What's 43 times 59?"
  • "What the square root of 26509?"
  • "What's 29 times 6 divided by 12?"
  • "Convert 6.9 cups to fluid ounces."
  • "How many miles are in 89 Kilometers?"

Defining a word:

  • "Define Space."

Tracking packages:

  • "Where is my package?"
  • "Show me my packages."

Cortana search voice commands:

Finding documents, photos, videos:

  • "Find photos from August 1998."
  • "Find cat videos."
  • "Find document called Collection of poems."

Searching the web:

  • "Search the web for Heroes of Might and magic."

Finding facts:

  • "How tall is Mount Everest?"
  • "Who is Steve Jobs?"
  • "When Arnold Schwarzenegger was born?"
  • "Who is Mercedes CEO?"
  • "When does spring begin?"
  • "What's the capital of Zimbabwe?"
  • "When is Thanksgiving?"
It's important to note that Cortana is capable of conversational understanding, which means that you can also ask follow-up questions without having to be very specific. For example, if you ask Cortana: "Who is the president of the United States", you can then ask a follow-up question, such as "Who is his wife?" or "When was he born?" and the assistant should be able to answer those questions accurately.

Discovering food places nearby:

  • "Find food places near me."
  • "Find restaurants near me."
  • "Find bars near me."
  • "What's a good restaurant near me?"
  • "What's interesting nearby?"
  • "Show me Chinese restaurants near me."
  • "Show me Italians restaurants in Los Angeles."

Cortana health and fitness voice commands:

  • "How was my sleep last night?"
  • "What was my step count yesterday?"
  • "How many calories did I burn today?"
These commands require a tracking device, such as the Microsoft Band 2 to enable your fitness and health activities, and you need to connect Cortana with the Microsoft Health (Microsoft Band) service.

Cortana settings voice commands:

Opening the Settings app:

  • "Open Settings."
  • "Open Action Center."

Controlling settings:

  • "Turn on/off Bluetooth"
  • "Turn on/off Wi-Fi"
  • "Turn on/off Airplane Mode"

Cortana reminders voice commands:

Creating reminders:

  • "Remind me to wash the car."

Creating location-based reminders:

  • "Remind me to buy CDs next time I go to Walmart."

Creating person-based reminders:

  • "Remind me to ask for vacation time next time I talk to Goran."

Creating time-based reminders:

  • "Remind me to watch the basketball game at 6 PM."
  • "Remind me to buy the food for the d&d session on Sunday at 3 PM."

Viewing reminders:

  • "Show me my reminders."

Cortana calendar voice commands:

Viewing calendar events:

  • "How's my schedule looking today?"
  • "Show me my appointments for next week."
  • "When is my dentist appointment?"

Adding new calendar events:

  • "Add dental appointment for Monday at 2 PM."

Moving calendar events:

  • "Move dental appointment to Friday at 5 PM."

Cortana alarms voice commands:

Creating alarms:

  • "Set an alarm for next Monday at 5:30 AM."
  • "Set an alarm for Saturdays at 9 AM."

Viewing alarms:

  • "Show my alarms"

Removing alarms:

  • "Cancel alarm for Saturdays at 9 AM."

Cortana timer voice commands:

Creating a timer:

  • "Set a timer for 5 minutes."
You can only start a one-timer at one point in time. If there is a timer already running, Cortana will ask you to restart it at a new time.

Viewing timer:

  • "Show timer."
  • "How much time is left on the timer?"

Canceling timer:

  • "Stop timer."

Cortana location voice commands:

Knowing your exact location:

  • "Tell me where am I?"

Cortana messaging voice commands:

Sending text messages:

  • "Send a text to Milan: I'll be late for lunch today."

Sending quick emails:

  • "Send email to Milena: See you later tonight."
  • "Send email to John and Claudia: How is the project coming along?"

Cortana location voice commands:

Getting directions:

  • "What's the traffic like on the way home?"
  • "How do I get home."
  • "How long would it take to drive to Madison Square Garden?"
  • "Get me directions to Port Authority."
  • "How do I get from my location to Long Beach, New York?"
  • "How far away is the moon?"
  • "Show me walking directions to the nearest gas station."
  • "Show me public transit to 11 Times Sq, New York, NY 10036."
  • "Show me the map of San Francisco."

Tracking flights:

  • "Track flight 1056."
  • "Is my flight delayed?"
  • "Is my flight on time?"

Cortana entertainment voice commands:

Controlling music:

  • "Play Metallica."
  • "Put some Symphonic music."
  • "Shuffle music."
  • "Play and Justice for all by Metallica."
  • "Stop music"
  • "Pause music"
  • "Pause song."
  • "Play next"
  • "Next track"
  • "Skip track."

Identifying what's playing:

  • "What is this song?"
  • "What's playing?"

Movies & TV:

  • "What's Blade Runner run time?"
  • "Who was the director of Gladiator?"
  • "What movies are playing near me?"
  • "What are the showtimes for Star Trek lower decks?"

Cortana technical support voice commands:

  • "How do I install a printer?"
  • "How do I project my screen?"
  • "How do I change my background?"
  • "How do I update Windows?"
  • "How do I make a backup?"
  • "How do I change default apps?"
  • "How do I change Privacy?"
  • "How do I connect a wireless device?"
Sometimes asking a "How to do I" question will result in a web search response.

Cortana phone voice commands:

  • "Call wife on speakerphone."
  • "Call David at home."
  • "Call Goran."
  • "Redial."
  • "Send a photo to my PC."

Cortana random voice commands:

  • "Tell me a joke."
  • "Tell me a riddle."
  • "Tell me something interesting."
  • "Tell me something funny."
  • "Tell me a scary story."
  • "Sing me a song."
  • "Surprise me."
  • "Do an impression."
  • "What do you look like?"
  • "Which is the best smartphone?"
  • "What is love?"
  • "Which is better, Google or Bing?"
  • "Why should I buy this phone?"
  • "What do you think about Google?"
  • "Do you like Google?"
  • "What do you think about Yahoo?"
  • "Do you like Windows 10?"
  • "Play the movie game."
  • "Are you better than Siri?"
  • "Where is Clippy?"
  • "What do you think about Clippy?"
  • "Heads or tails?"
  • "Rock, paper, scissors."
  • "Roll a dice."
Read More
Watch Marvel Universe in chronological order
marvelSo far I believe each person on this planet has at least heard of Marvel superhero movies, perhaps even watched a few of them, and no wonder. Movies are spawning now over 20 titles and they are not really released as events described in them. Throw into mix TV series and you can get confused pretty fast. Now it was officially stated that all TV series that were released before Wanda vision is no canon in Marvel cinematic universe which simplify thing a little but there are still series that are.

So without further blabbering around here is a list of Marvels films and TV series in chronological order:

  • Captain America: The First Avenger
  • Captain Marvel
  • Iron Man
  • Iron Man 2
  • The Incredible Hulk
  • Thor
  • The Avengers
  • Iron Man 3
  • Thor: The Dark World
  • Captain America: The Winter Soldier
  • Guardians of the Galaxy
  • Guardians of the Galaxy Vol. 2
  • Avengers: Age of Ultron
  • Ant-Man
  • Captain America: Civil War
  • Spider-Man: Homecoming
  • Doctor Strange
  • Black Panther
  • Thor: Ragnarok
  • Ant-Man and The Wasp
  • Black Widow
  • Avengers: Infinity War
  • Avengers: Endgame
  • WandaVision
  • The Falcon and The Winter Soldier
  • Spiderman: Far From Home
  • Loki
And there you go, if you have someone who has not yet seen movies or you would like to view that as the story is revealed and not by the date they were released now you can easily with this list.
Read More
How to Fix Windows Upgrade error 0xa0000400
If you encounter an error code of 0xa0000400 while trying to upgrade your Windows 10 computer using the Windows 10 Upgrade Assistant or the Windows 10 Media Creation Tool, then you might find this post useful as it will guide you in resolving this problem. When you get this error, you will see the following error message:
“Something went wrong You can contact Microsoft support for help with this error. Here is the error code 0xa0000400.”
As you know, keeping your computer up to date with all the Windows Updates is important and is imperative especially if you are experiencing a couple of issues like the Windows Upgrade error 0xa0000400. At the time of writing, there is no specific cause that has been found for this error. However, there are some potential fixes that might help you. You can try to recreate the Windows 10 installation USB and get the ISO files or you could also get a newer version of the Windows Media Creation Tool, or turn off your internet connection at a specific time or run the Windows Update troubleshooter. For more details, refer to the options given below.

Option 1 – Try to recreate the Windows 10 installation USB

Recreating the Windows 10 installation USB might help in fixing the problem. You can use a USB drive to do so but make sure that it has a great read-write speed. Follow the steps below to recreate Windows 10 installation USB”
  • Click this link and then click the Download Tool Now button.
  • Next, click the “Use the tool to create installation media (USB flash drive, DVD, or ISO file)…” option and follow the next given instructions on the screen.
  • Now select the ISO file option in step 5.
  • After that, you should now have an ISO file.
  • Next, go to the location where you’ve downloaded the ISO file.
  • Then right-click on the Windows 10 ISO file and select the Open with option and then select File Explorer.
  • Now click on “setup.exe” and follow the next instructions that appear on the screen. When asked, you have to select either Nothing (clean install) or Keep personal files only option. Take note that you must not select the “Keep personal files, apps, and Windows settings since it doesn’t really work.

Option 2 – Try turning off the Internet connection at a specific time

You might want to turn off your internet connection at a specific time. This option can be quite tricky so what you need to do is to disconnect the internet connection when the update is downloaded using the Windows Upgrade tool. It’s actually okay since all the files you need would be downloaded safely and the Windows Upgrade tool will be the one to install the newer updates using those files.

Option 3 – Try to get a newer version of the Windows Media Creation tool

You can also fix the Windows Upgrade error 0xa0000400 by using the latest version of the Windows Media Creation tool. And so if what you have is an older version, you need to update it in order to resolve the error and upgrade your Windows 10 computer.

Option 4 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update or upgrade errors like error code 0x800701E3. 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 running Disk Cleanup

You might want to run the Disk Cleanup utility as it is a useful tool that could delete temporary and useless files in your computer.
  • Tap the Win + R keys to open the Run dialog box and then type “cleanmgr” in the field and hit Enter to open the Disk Cleanup window.
  • After that, select the drive you want to clean.
  • Now click OK to clean the disk and restart your computer.
Read More
A Quick Guide to Fixing the Flash.ocx Error on Your PC

Flash.ocx Error - What is it?

To understand this error, first, it is important to understand what Flash.ocx actually is. Flash.ocx is basically a flash plug-in or ActiveX file that is responsible for the adobe flash player to work on the system. The Flash.ocx error triggers due to issues in the Adobe flash player.

Solution

Restoro box imageError Causes

The error Flash.ocx may occur due to many reasons. These include:
  • Flash player corruption
  • Corrupted and broken Active X components
To this error code is not fatal but nonetheless it is still advisable to fix it right away to avoid inconvenience when using Flash player. The inability to run the Flash Player smoothly will hinder you from watching videos on your PC and playing exciting web-based games.

Further Information and Manual Repair

To resolve this error on your system, you don’t have to hire a professional and spend hundreds of dollars. This error code is quite easy to fix. You don’t need to be technically sound to resolve this error code. Simply follow the methods give below to fix the Flash.ocx error code in a few minutes.

Method 1: Reinstall the Flash Player

If the error occurs due to the corruption of the Flash Player, then it is advisable to reinstall the player on your PC. However, before you do that first remove the previous versions of Adobe Flash Player on your system. If the previous corrupted version is not removed properly, then you will be unable to re-install it properly on your PC again. Go to the Add/Remove Programs and find the Flash Player and uninstall it. Make sure the files are also removed from the registry. Once you have successfully uninstalled the corrupted version, now go to the official website of Adobe Flash Player and download the utility from the website. Install it and run it on your system. If it works, then this means the error is resolved. However, if the error still persists, then try method 2.

Method 2: Download Restoro to Fix Active X components

Another reason for Flash.ocx error code can be broken or corrupted Active X components. If this is the issue, then the best way to resolve it is to download Restoro. This is a multi Reimagefunctional and advanced PC Fixer deployed with multiple high-performance scanners including Active X and Class scanner. The Active X and Class scanner perform an entire PC scans for corrupt and broken Active X entries along with missing software paths and invalid combinations. After the scanning process is complete, it repairs and restores the components back to normal. Thereby resolving the Flash.ocx error right away and ensuring smooth video browsing over the web. Restoro is an efficient and a safe program. It has a user-friendly interface and easy navigations. It can be used by all level of users. Besides the Active X scanner, it includes 5 more value-added utilities like a registry scanner and an antivirus to name a few. It is compatible with all Windows versions Click here to download Restoro on your PC and resolve Flash.ocx error code now!
Read More
100sOfRecepies Removal Tutorial

100sOfRecepies is a Browser Extension developed by MindSpark Inc. that provides users with hundreds of recopies for breakfast, lunch, dinner, and dessert. This extension may appear very handy at the start, however, it may monitor your browser activity, and send it back to the developer to better serve ads. This extension injects itself into the System Registry allowing it to run each time your computer is restarted.

While browsing the internet with this extension installed you may see additional ads, sponsored links, and pop-up ads displayed in your browser. Many anti-virus scanners have detected this extension as a Browser Hijacker and are therefore not recommended to keep on your computer.

About Browser Hijackers

Browser hijacking is actually a form of an unwanted program, often a web browser add-on or extension, which causes modifications in browser settings. They are made to disrupt web browser programs for various reasons. Usually, it’ll force users to predetermined sites which are aiming to increase their advertisement income. Nevertheless, it’s not that harmless. Your internet safety is compromised and it is also very annoying. In a much worst case, your browser could be hi-jacked to download malware that may do a great deal of damage to your laptop or computer.

Major symptoms that your web browser has been highjacked

The typical symptoms that indicate having this malware on your computer are: 1. the browser’s home page is changed 2. bookmark and the new tab are also modified 3. the default search engine is changed and the browser security settings have been lowered without your knowledge 4. find new toolbars which you did not add 5. unstoppable flurries of pop-up ads show up on your personal computer screen 6. your web browser gets slow, buggy crashes often 7. Inability to navigate to certain websites, particularly anti-malware and also other security software webpages.

How does a browser hijacker infect a computer?

There are several ways your computer can become infected with a browser hijacker. They generally arrive by way of spam e-mail, via file sharing websites, or by a drive-by-download. They could also come from add-on software, also known as browser helper objects (BHO), web browser plug-ins, or toolbars. Some browser hijackers spread in user’s computer systems using a deceptive software distribution technique known as “bundling” (generally through freeware and shareware). An example of some well-known browser hijacker includes Babylon, Anyprotect, Conduit, DefaultTab, SweetPage, RocketTab, and Delta Search, but the names are continually changing. Browser hijackers could record user keystrokes to gather potentially valuable information that leads to privacy issues, cause instability on computers, drastically disrupt the user experience, and eventually slow down the PC to a point where it will become unusable.

Browser Hijacker Malware – Removal

Some browser hijacking could be quite easily stopped by discovering and eliminating the corresponding malware program from your control panel. But, most hijackers are hard to get rid of manually. No matter how much you try to remove it, it can come back over and over. Moreover, browser hijackers could modify the Computer registry so that it could be very tough to restore all of the values manually, particularly when you are not a very tech-savvy person.

Can't Install Safebytes Anti-malware due to the presence of Malware? Try This!

All malware is bad, but certain kinds of malicious software do a lot more damage to your PC than others. Some malware sits in between your computer and the internet connection and blocks some or all sites which you want to check out. It would also block you from adding anything to your machine, especially anti-virus programs. So what to do when malicious software keeps you from downloading or installing Anti-Malware? Do as instructed below to eliminate malware through alternate ways.

Eliminate malware in Safe Mode

In the event the malware is set to load at Windows start-up, then booting in safe mode should avoid it. Just the minimum required applications and services are loaded when you boot your computer in Safe Mode. Listed below are the steps you need to follow to start your computer into the Safe Mode of your Windows XP, Vista, or 7 computers (go to Microsoft website for instructions on Windows 8 and 10 computers). 1) At power-on/startup, press the F8 key in 1-second intervals. This will invoke the “Advanced Boot Options” menu. 2) Choose Safe Mode with Networking with arrow keys and hit Enter. 3) When this mode loads, you should have an internet connection. Now, use your internet browser to download and install Safebytes. 4) As soon as the software program is installed, allow the scan run to remove viruses and other threats automatically.

Switch over to an alternate web browser

Malicious program code could exploit vulnerabilities on a particular web browser and block access to all anti-virus software sites. The best way to overcome this problem is to choose a browser that is known for its security measures. Firefox contains built-in Malware and Phishing Protection to keep you secure online.

Install and run anti-malware from the Thumb drive

To effectively get rid of the malware, you might want to approach the issue of running an anti-virus program on the affected PC from a different perspective. Do these simple measures to clear up your infected computer by using a portable antivirus. 1) On a virus-free PC, download and install Safebytes Anti-Malware. 2) Insert the pen drive on the same PC. 3) Run the setup program by double-clicking the executable file of the downloaded software, with a .exe file format. 4) When asked, select the location of the USB drive as the place where you want to put the software files. Follow the instructions on the screen to finish off the installation process. 5) Now, transfer the USB drive to the infected computer system. 6) Double-click the EXE file to open the Safebytes program right from the thumb drive. 7) Simply click “Scan Now” to run a scan on the affected computer for viruses.

Protect Your Computer and Privacy With SafeBytes Anti-Malware

To help protect your computer or laptop from a variety of internet-based threats, it’s important to install an anti-malware application on your personal computer. However, with countless numbers of antimalware companies in the marketplace, nowadays it’s tough to decide which one you should buy for your laptop. Some of them are excellent, some are ok types, while some will affect your PC themselves! You need to be careful not to pick the wrong product, particularly if you purchase a premium application. Amongst few good applications, SafeBytes Anti-Malware is the strongly recommended software for security-conscious people. Safebytes is one of the well-established computer solutions firms, which provide this complete anti-malware software program. Through its cutting-edge technology, this software protects your personal computer against infections caused by different types of malware and similar internet threats, including adware, spyware, trojans horses, worms, computer viruses, keyloggers, potentially unwanted programs (PUPs), and ransomware. SafeBytes carries a plethora of wonderful features which can help you protect your computer from malware attack and damage. Here are some of the good ones: Robust Anti-malware Protection: By using a critically acclaimed anti-malware engine, SafeBytes provides multi-layered protection which is made to catch and remove threats that are concealed deep in your PC. Active Protection: SafeBytes offers complete and real-time security for your PC. It’ll check your PC for suspicious activity at all times and shields your PC from unauthorized access. Website Filtering: Through its unique safety rating, SafeBytes informs you whether a website is safe or not to visit it. This will assure that you’re always certain of your safety when browsing the online world. Lightweight Utility: SafeBytes is really a lightweight application. It consumes an extremely small amount of processing power as it runs in the background therefore you will not observe any computer performance issues. 24/7 Premium Support: Skilled technicians are at your disposal 24/7! They will immediately fix any technical issues you may be experiencing with your security software.

Technical Details and Manual Removal (Advanced Users)

If you’d like to carry out the removal of 100sOfRecepies manually rather than using an automated software tool, you may follow these simple steps: Navigate to the Windows Control Panel, click on the “Add or Remove Programs” and there, select the offending program to uninstall. In cases of suspicious versions of web browser extensions, you can easily remove them through your browser’s extension manager. You may also want to reset your web browser settings, as well as delete browsing history, temporary files, and internet cookies. To ensure the complete removal, find the following Windows registry entries on your system and delete them or reset the values appropriately. Please keep in mind that only advanced users should try to manually edit the registry because incorrect file removal leads to a major problem or even a PC crash. In addition, certain malware is capable of replicating itself or preventing deletion. It is recommended that you carry out the removal procedure in Safe Mode.
Files: %Documents and Settings%\All Users\Application Data0sOfRecipes Toolbar virus %program files %\internet explorer\ 100sOfRecipes Toolbar\[random].mof %program files (x86)%0sOfRecipes Toolbar \ %programData%\suspicious folders\ %windows%\system32\driver0sOfRecipes Toolbar %app data%\ 100sOfRecipes Toolbar virus\ Registry: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MATS\WindowsInstaller\EAF386F0-7205-40F2-8DA6-1BABEEFCBE8914.07.30.07.52.18]ProductName=100sOfRecipes Toolbar [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Tracing\Muvic_RASAPI32] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Tracing\Muvic_RASMANCS] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\EAF386F0-7205-40F2-8DA6-1BABEEFCBE89] DisplayName=100sOfRecipes Toolbar [HKEY_USERS\S-1-5-21-3825580999-3780825030-779906692-1001\Software\Microsoft\Windows\CurrentVersion\Uninstall\50f25211-852e-4d10-b6f5-50b1338a9271] DisplayName=100sOfRecipes Toolbar
Read More
Fix Windows Update Error 0x8024A10A
The Windows Update service, just like other services in Windows 10 may sometimes experience some issues and stop behaving properly. One of the issues you might encounter as you use the Windows Update service is the Windows Update error 0x8024A10A. This kind of error code signifies that the Windows Update service is shutting down. So if you encounter this error, read on as this post will guide you on how you can fix it. When you receive the Windows Update error 0x8024A10A, you may see this error message on your screen: “USO_E_SERVICE_SHUTTING_DOWN indicates that the WU Service is shutting down. This may happen due to a very long period of time of inactivity, a system hang leading to the service being idle and leading to the shutdown of the service. Ensure that the system remains active and the connections remain established to complete the upgrade.” You could try to restart your computer to resolve the problem since there are instances when a simple restart can fix errors. However, if it does not work, you might find the options provided below useful.

Option 1 – Try to restart the Windows Update Service

The first thing you can do to fix Windows Update error 0x8024A10A is to restart the Windows Update Service from the Services Manager. To do so, follow these steps:
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager.
  • After opening the Services Manager, look for the Windows Update Service.
  • Once you found it, right-click on it and check if the Service is stopped. If it is, then select the Start option. On the other hand, if the Windows Update Service is already started, just select the Restart option.
  • After that, try to run the Windows Update again and see if the error 0x8024A10A is now fixed.

Option 2 – Run the Windows Update Troubleshooter

Since the Windows Update troubleshooter reviews the status of the services that support the process, it would prompt and fix it if there is anything that’s not right. Thus, you might want to run a built-in Windows Update troubleshooter to resolve the Windows Update error. It is one of the things you can check out as it is known to automatically resolve any Windows Update errors like error 0x8024A10A. To run this troubleshooter, 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 3 – Run Microsoft’s online troubleshooter

Aside from the Windows Update troubleshooter, running Microsoft’s online troubleshooter might also help you fix the Windows Update Error 0x8024A10A. 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.

Option 4 – Try to run the Windows Update Service in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that’s causing Windows Update error code 0x8024A10A. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now try to run the Windows Update Service again and see if Windows Update error 0x8024A10A is now gone.
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