Logo

Capture screen with Windows 10

if you were following our articles you are aware that Windows 10 has a build-in-game mode that you can summon
by pressing ⊞ WINDOWS + G. But did you know that you can use this to capture and record your screen?

Hello and welcome to another great tutorial about how to get the maximum out of your Windows 10, today our topic will be recording your screen using Windows 10 game mode.

  • In order to start recording first, we need to bring game mode by pressing ⊞ WINDOWS + G
  • In the Game Bar overlay screen, look for the “Capture” window.
  • If you don’t see it, click the Widget menu icon on the left. It looks like several lines with bullet points to their left.
  • A drop-down list will appear; click “Capture.” The “Capture” shortcut may also be in the Game Bar toolbar.
  • Look for the “Capture” widget window in the overlay. There are four buttons on the Capture widget (from left to right):
    • Screenshot: Takes a screenshot of the active window.
    • Record last 30 seconds: Creates a recording of the previous 30 seconds.
    • Start recording: Starts recording your active window.
    • Turn on the mic while recording: If this option is enabled, Windows 10 will capture audio from your computer’s microphone and include it in the recording.
  • You’ll notice text underneath the buttons. This is how you’ll know what the active window is, aka what will be recorded. For example, if you’re browsing the web, it will show the title of the open tab.
  • To start recording your screen, you must first decide whether you want to use your mic, which is useful if you’re trying to explain something on the screen.
  • Next, simply click the Start Recording button.
  • The screen recording will begin, and you’ll see a little toolbar appear in the corner of the screen. It will show the running time of the recording, and it also has buttons to stop recording and toggle the microphone.
  • When you’re finished, click the Stop icon to end the recording.
  • From the Capture widget, click “Show All Captures” to see your recording.
  • Your recording will be at the top of the list. Click the folder icon to see all recordings and screenshots in File Explorer.
  • These recordings are stored under your Windows user folder at C:\Users\NAME\Videos\Captures by default.

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 Storport.sys BSOD errors in Windows
As you can notice in Blue Screen errors, most of them point out a file that’s related to the errors. One of these files is the Storport.sys file which is a system file related to the storage of data in the storage unit of a computer. This file is created by the Microsoft Storage Port Driver. So if this file ends up getting dragged on Blue Screen errors, there can be a number of reasons for why it’s happened. Blue Screen errors related to the Storport.sys file may include conflicts with the hardware, incompatible firmware issues, corrupted drivers, missing or corrupted system files, to name a few. Here are some of the common Blue Screen errors related to the Storport.sys file:
  • KMODE_EXCEPTION_NOT_HANDLED
  • KERNEL DATA INPAGE
  • PAGE FAULT IN A NONPAGED AREA
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • IRQL NOT LESS OR EQUAL
  • SYSTEM SERVICE EXCEPTION
Microsoft Windows is the one that provides the Storport.sys file a storage port driver that is suited especially for the use of high-performance buses like fiber channel buses and RAID adapters. There are a number of advantages in using Storport instead of the SCSI Port, according to Microsoft:
  • “Improved performance, both in terms of throughput and the system resources that are utilized.
  • Improved Miniport driver interface that addresses the needs of high-end storage vendors, particularly host-based RAID and fiber channel vendors.”
If you encounter any of the above-mentioned Blue Screen of Death errors, then here are some troubleshooting options that might help but before you get to them, you can try to perform a System Restore first especially if you have the habit of creating System Restore points. This might fix the problem. To perform a system restore, refer to these steps:
  • First, tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first. In addition, you also have to boot into Safe Mode with Networking before you carry out the troubleshooting steps below.

Option 1 – Try to update or rollback your device drivers

The first thing you can try to fix the Storport.sys Blue Screen error is to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties. Note that the main drivers that might be the cause behind the Storport.sys Blue Screen error will be listed under the “ID ATA/ATAPI controllers” section as well as the “Storage controllers” section.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver. Option 2 – Try to recreate the Storport.sys file If the first option didn’t work, the next thing you can do is to recreate the Storport.sys file. Every time your Windows 10 PC boots up, it looks for all the system drivers in place and if it is unable to find them, it tries to create them. This is why if you remove your corrupt driver file, chances are, you might get a fixed file recreated just for you. How? Refer to the steps below.
  • Boot your Windows 10 PC in Safe Mode.
  • Then open File Explorer and navigate to this location: C:/Windows/System32/drivers
  • From there, look for the file named sys and rename it to Storport.old.
Note: As you can see, the file’s extension has changed from .sys to .old.
  • Now restart your computer and check if the Storport.sys Blue Screen error is now fixed.

Option 3 – Run System File Checker or SFC scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Reboot your PC.

Option 4 – Try to run the DISM commands

You might want to repair potentially corrupted files in your system as having them could also trigger the Storport.sys Blue Screen error. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the dxgkrnl.sys Blue Screen error is now fixed.

Option 5 – Run the Blue Screen Troubleshooter

Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Storport.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
How to Fix Run Time Error 429

Runtime Error 429 - What is it?

Error 429 is a type of runtime error. It sometimes occurs when you use the new operator or the CreateObject function in Microsoft Visual Basics to create an instance of a Microsoft Office application. The error code is displayed on your computer screen in the following format:

Runtime Error ‘429’: Active X component Can’t Create Object

Solution

Restoro box imageError Causes

The runtime error code 429 is triggered for several reasons. These include:
  • Mistake in the application
  • Incorrect system configuration
  • Missing ActiveX components in the application
  • Damaged Active X and class application components
  • DLL required by the application is damaged
  • Active X object was not registered properly
  • Corrupted applications
  • Corrupted Windows registry
  • Class ID issues
The runtime error code 429 not only causes you inconvenience as it hampers your ability to access programs but delays in repairing this error code can lead to serious PC damages such as system freezes, crashes, and failures.

Further Information and Manual Repair

To resolve the runtime error 429 on your PC, try the following recommended solutions:

1. Re-register the Application Causing the Error

Identify the Office application causing the error and re-register it. For instance, if Office Excel is the prime cause of the error message pop up, simply re-register it. Click on the start menu and then run. Then type this in “: C:/Program Files/Microsoft Office/Office/Excel.exe /regserver” and press OK. This will hopefully resolve the issue.

2. Go to The Microsoft Windows Script Update Page and Download Microsoft Updated Installation File

This will also assist you in repairing runtime error 429. Simply follow the installation wizard and update your MS Office Applications. The corrupted files and missing components in them would be easily corrected by the update file. However, if this doesn’t work, then this means that the cause is more crucial than you think. It is either related to damaged Active X objects or a corrupted Windows registry.

3. Repair the Active X objects and the Registry

To repair both the registry and the Active X objects in one go, it is advisable to download Restoro. This is an advanced, next-generation, highly and multi-functional PC repair tool. It is deployed with powerful and numerous utilities like a registry cleaner, Active X and class scanner, privacy error detector, and system stability module. The registry cleaner embedded in this repair tool enables you to wipe out obsolete, unnecessary, malicious, and invalid files and registry entries saved in the registry. It frees up your disk space, repairs damaged DLL files and the registry thus resolving the runtime error 429 on your system. The Active X object and Class feature identifies and scans Active X issues on your PC and resolves them right away. Besides this, with this error tool, you can also scan for viruses and also improve your PC performance.

Why Total System Care?

Total System Care is a one-stop solution to resolve all kinds of PC-related issues including the runtime error 429. To run it on your system, you don’t have to be a computer programmer. It is very easy to operate. It has easy navigation and a user-friendly interface. There is nothing complex about it. It is safe and efficient. It resolves all PC issues in a few seconds. You can run it in the background while performing other tasks on your system. Furthermore, it is compatible with all Windows versions. Click here to download Total System Care and resolve the Runtime Error 429 on your system today.
Read More
Recent Items aren't visible under Taskbar
In this post, you will be guided on what to do if the Recent Items are no longer visible in the Taskbar icons in Windows 10. This can be quite inconvenient especially if you work simultaneously on many files and documents together and would require you to visit them regularly to incorporate changes. Thus, if you find that the Recent items are not visible in the Windows Taskbar, read on. In order for the Recent Items to appear on the taskbar icons in Windows 10 again, there are four potential fixes you can check out. You can try to show the recently opened items via Settings or clear the cache of the recent items. You could also make some changes in the Windows Registry or use the Group Policy Editor. But before you proceed with these potential fixes, it’s best if you create a System Restore Point first just in case something goes wrong after you made changes in the system. The System Restore Point allows you to undo these changes and bring back the previous state of your computer. Thus, you need to create one and then carefully follow the given options below.

Option 1 – Show the recently opened items via Settings

The first thing you can do to fix the problem is to show the recently opened items through the Settings app.
  • Open the Settings app and select Personalization.
  • From there, select the Start option and scroll down until you see the “Show recently opened items in Jump Lists on Start or the taskbar” option.
  • Make sure that its toggle button is turned on.

Option 2 – Try to clear the Recent Items cache

  • Tap the Win + E keys to open File Explorer.
  • Next, copy and paste this link on the address bar: %AppData%Microsoftwindowsrecentautomaticdestinations
  • Once you’re in the given location, you should see multiple files. Now select all these files and completely delete them.
Note: These files are automatically recreated when you interact with the system like performing tasks such as opening apps or accessing files.
  • After that, go to this next location: %AppData%Microsoftwindowsrecentcustomdestinations
  • Once there, delete all of its files and restart your computer. This should resolve the problem.

Option 3 – Try making changes via Registry Editor

The next thing you can do to fix the problem is to apply some tweaks in the Registry by following these steps:
  • Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry sub-path: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersion
  • From there, select the Policies Explorer folder located in the left pane.
  • Then move to the right pane and look for the “NoRecentDocsHistory” entry and right-click on it.
  • Now delete this entry.
Note: This entry is the one that stores the Group Policy setting for “Do not keep the history of recently opened documents. The Group Policy adds this entry to the registry with a value of 1 if you enable the “Do not keep the history of recently opened documents” policy. On the other hand, if you disable the policy by setting it to “Not configured” or deleting it, the Group Policy will delete the entry from the registry, and the system will act as though the value is 0 – for instance, it keeps the history of the recently opened files in your computer.

Option 4 – Try to use the Group Policy Editor

  • Tap the Win + R keys to open the Run utility and type “gpedit.msc” in the field and tap Enter to launch the Group Policy Editor.
  • Next, navigate to User Configuration > Administrative Templates > Start Menu and Taskbar.
  • Afterward, double click on the “Do not keep a history of recently opened documents” policy located on the right panel. This is the policy that lets you enable or disable recent items and frequent places.
  • Now to enable the recent items, as well as the frequent places, feature, click on the “Disabled” or the “Not Configured” option.
  • Once you’re done, close the Group Policy Editor and restart your PC.
Note: If you choose to enable this setting, the system and Windows programs will not create shortcuts to documents opened while the setting is in effect. Aside from that, they also stay but won’t display the existing document shortcuts and the system will empty the Recent Items menu on the Start menu and the Windows programs won’t also display shortcuts in the Start Menu. In addition, the Taskbar won’t also show the recently opened or frequently used folders, files, or websites.
Read More
Razer new table concept looks futuristic
The new razer modular table looks like something that came out from Star Trek. Project Sophia is a desk but, it is a special kind of desk. It comes with modules that attach themselves underneath the table itself for customization purposes so each user can somewhat create a layout on the table itself as he or she desires. The table itself comes packed with intel CPU and Nvidia GPU but it is said that this component and PC parts will overall be easily upgraded to different ones as users desires. razer sophiaThe table itself looks very basic and it comes with a very large OLED screen between two different sizes depending on your table choice. You can choose between 65” or 77” screen sizes and OLED is mounted on the table itself so you cannot move it or adjust the angle of it that I somewhat find annoying but that comes from th4e fact I am used to adjusting my screens, but for this large screen maybe you do not need to adjust its rotation in order to get best viewing angle. Modules themselves will offer some on-the-fly information and quick settings for the PC itself while being modular in a sense they could be mounted in different positions on the table itself providing some customization and order to suit users needs. Modules, for now, are: THX Spatial Surround Sound Controls, system monitoring, programmable hotkey module, Thunderbolt™ Powered eGPU, RAID Controller, Network Performance Module, 15W Wireless Charger, Thunderbolt™ 4 Hub, Media Controls. Of course table, itself will have Razer chroma RGB on its surface and Razer says it will have a total of 13 different modules available on launch for a true level of personalization.

Conclusion

Is this Razer table something that you really need or just another expensive toy? Personally, I would not mind this table at all but I would choose modules for work, not gaming. Having some things like media controls or RAID controllers all the time at your fingertips is a great time saver and productivity asset. Razer also advertises some modules and setup already for streamers, creators, or team members and has some according modules like touch screen digitizer with stylus and similar.
Read More
The best Antivirus software of 2021
We have often talked about the security of your computer, we have been giving you tips and tried to explain how to best protect your computer from various attacks and malicious software. Today we will be talking about antivirus applications. antivirusAntivirus software has become the kind of a must-have in every computer in this day and age. When you think about it, our systems are connected to the internet most of the time if not always, and therefore kind placed in from the line of various cyber-attacks. Here antivirus software comes into focus, especially because it has evolved long from just a simple virus removal tool to full security suites. We will be going through the best of these applications in order to present both their good and bad sides and hope that we will help you in picking the right one for you. Remember, picking either one of the presented solutions is way better than not having one at all. The list is made from best down in our opinion so number one is highly recommended.

List of Best antivirus applications of 2021

  1. BitDefender

    In our opinion the best overall security protection suite for this age and time. Bitdefender has cemented itself as number one a few years back and it holds that status even today. It has top-of-the-game virus protection, an incredible amount of features, safepay banking online protection and it is amazingly cheap. Its downside we could say is that it can be annoying sometimes, especially if you set it to maximum protection and paranoid mode. In this case, it will often ask what to do and how to behave leading to minor annoyances.
  2. Norton antivirus

    Norton antivirus is well known to older computer users, this package has been around a long time and it is our pick for closest one to challenge top place because of its packed features. The number of features it has are really stunning and it comes also with great and maybe best-browsing protection of all candidates. It also has a backup tool bundled with it but the reason why it is in the second place is that it is taxing to the system and can have a real impact on computer performance. Great protection is important, but so it is working on it without slowdowns.
  3. Kaspersky

    Another one of the old antivirus software on the list. Kaspersky Lab was once top tier antivirus software but it dropped down due to its high prices, later they have changed their pricing to be more in trend with other rival companies but many have switched to something else. Today it still packs one of the best antivirus engines with fast and configurable scans. It also has very impressive anti-ransomware features but sadly most of the things it just simply does for you leaving you to fully trust it since you cannot really configure much. It is not in step with new technologies and it is lacking some features like support for the Chrome browser that places it lower in our ranking.
  4. Trend Micro antivirus

    The biggest sell point for this antivirus application is probably its ease of use and user-friendliness. It also packs a great antivirus engine and impressive anti-ransomware performance but sadly it comes with very limited configurability and somewhat lack of features comparing it with the top three entries. Never the less a very user-friendly application that you can configure without knowing any kind of tech talk, everything is laid out in simple English.
  5. Avira

    Perhaps best known for its free version, Avira has a premium one that is well better worth than the free version. Strong suites of this software are mostly aimed at the internet with its great anti-phishing and web protection along with a low price for all of its features. Sadly in the domain of virus protection, there are some reports from independent websites that its antivirus engine is not so great, it will offer you moderate protection but not the best.
  6. Webroot Secure Anywhere

    If you are on the lookout for software that has a great virus database and plenty of features but is also incredibly light weighted and fast then look no further, Webroot Secure Anywhere is an application for you, incredibly fast and incredibly small is a great solution for older machines. It keeps all of its databases up in the cloud and this feature among its great advantages is also its greatest disadvantage since if you are out of the internet you will not be able to have the latest virus definitions available to you making this tool very situational.
  7. Avast

    Avast has many great protection features and it is very highly configurable. The firewall comes also in its premium edition and it offers great virus protection including a file shredder and awesome WI-FI inspector for an extra layer of security. This package would be higher on the list if it was not for its lack of WEB protection and its tool on the system resources.
  8. Sophos home antivirus

    Lack of features and somewhat strange user interface are downsides of this software but on its positive side it has good antivirus engine and its user interface is very friendly. Where it shines though is in its price, for one affordable price you get protection for 10 devices making this option a great choice for anyone wanting to protect more devices or just use a single license for the whole family.
  9. ESET antivirus

    Greatly configurable antivirus software with tons of options and very light on system resources makes ESET one of the best out there. Virus engine and database is also top tier but some testing labs have reported that protection offering is not really what it is advertised and if we talk about its strong suite of a great many options and configurations it is at the same moment its downside since it is not very friendly to novice and beginner users.
  10. McAfee antivirus

    McAfee antivirus comes in its package with unlimited VPN service and if we take look at the top tier pricing plan it is a great investment. Sadly for its entry-level price, it covers only a single device and it was reported that it packs little outdated virus engine if we compare it with its rivals. Nevertheless, it still offers good virus protection and if you take into account the VPN that comes with it, it can find its users.

Conclusion

No matter which antivirus you choose you will not go wrong, after all any protection is way better than none.
Read More
Software review series: Visual studio code
Visual Studio codeVisual studio code is a code editor available for Windows, Linux, and macOS. It is a completely free tool offering you to code in any language without the need to switch to another editor. Visual Studio Code is part of Microsoft Visual Studio which is a complete integrated development environment (IDE). Take notice that Visual studio itself has more advanced tools for developing and testing, it has 24/7 support, training, and Azure for WEB apps. Visual Studio Code is an editor lacking in some advanced features Visual Studio offers.

Visual Studio code Price and royalty

As mentioned Visual Studio code is completely free licensed under the MIT license agreement giving you the tool free to use and sell your product. How it supports Linux, Windows, and macOS, all you need it to go to its official page https://code.visualstudio.com/, download it and start using it. How this is free project backside is that there is no official support, you will have to rely on various articles and community in order to get needed information or problem solution.

Features

Syntax highlighting has become standard and norm for any editor but besides this function VS code offers us also IntelliSense option which goes a step further with code completion, code hinting, and parameter info. This means that VS code is aware of many things going on inside your code and will offer you as you type a menu with options for autocomplete along with variables referenced, function names, etc. VS code offers extensions inside its extensions marketplace where you can add extensions in order to implement new languages, add debuggers, change the layout, etc. This is one of the great features it allows you to easily switch from one project to another, one language to another not leaving your code editor. Working with version control systems like Git is easy with VS Code. You’ll be able to stage files and make commits, then push and pull changes to your remote code repository of choice, right from the editor.

Conclusion about Visual Studio code

Visual Studio Code is one of if not the most flexible and extensible code editors currently on the market that I have ever tried and used. IT has become my code editor of choice simply for reasons that there is really not much it cannot do and it is constantly updated and taken care of. You can really tune it to look and feels how you want with extensions and you really cannot beat the free price tag. I would highly recommend this editor for daily use especially since its biggest competitors like Atom and sublime text have not seen many updates lately.
Read More
Turn off animations in Windows11

Windows 11 has come a long way from its infant stage. Today it is incredibly good and stable operating system that also looks good and modern. Unfortunately, fancy animations and good graphics come with a price, in this case, slower performance on some little older and weaker computers.

windows 11 animations

Animations itself which include also fading effects can sometimes feel slugging and laggy and have a general overall feeling of delay. For a more old-school instant experience, you can turn off animations.

In order to turn animations inside Windows 11 follow this simple guide:

First thing is to open Settings by pressing Windows + i key combination or you could open Start and in the search box type in Settings and then click on its icon.

Once inside settings on the left side find Accessibility and click on it to select it. Once it is selected on the right side choose Visual effects. Inside the visual effects section click on the switch next to Animation effects to OFF. You can also turn off transparency effects in this section if you wish if you have an older GPU in order to speed it up a little.

That is all you need to do, settings will be automatically saved and all animations will be turned off for a quicker and more responsive feeling when working inside W11

Read More
Enable or disable Console Mode Sign-in
Microsoft has been bringing new lock-screen features with every iterative feature release of Windows 10 in order to improve user experience. However, Windows 10 users have different opinions regarding it. Some users are pleased with it while some users simply do not like it. So if you are one of the users who seem to not approve of this feature, read on as this post will be about enabling or disabling the Console Mode sign-in feature in Windows 10. Before you proceed, take note that you will not be able to use your mouse pointer in this Consol Mode login screen and you can only use your keyboard to navigate around various options. You might also want to create a System Restore point just in case. To enable or disable the Console Mode sign-in in your Windows 10 computer, refer to the given steps below. Step 1: Tap the Win + R keys to open the Run dialog box. Step 2: Then type in “Regedit” in the field and tap Enter to open the Registry Editor. Step 3: Next, navigate to the following registry path:
ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUITestHooks
Step 4: From there, look for a DWORD named “ConsoleMode”. If you don’t see this DWORD, you can just create a new DWORD and name it as “ConsoleMode” and make sure that its base is set to Hexadecimal. Step 5: After that, double click on ConsoleMode and change its value to “0” to disable it and “1” to enable it. Step 6: Now restart your computer to apply the changes made. Like pointed out, you can only use your keyboard when you’re in the Console Mode login window or screen. You can just use the ESC button to go back to the menu while you can utilize the arrow keys so you can go through the options that are mostly vertically arranged and the Enter key to select an option. In the Console Mode, sign-in using the Passwords and PINs worked efficiently.
Read More
Something went wrong, We couldn’t start
There are instances when you might encounter an error that says, “Something went wrong, We couldn’t start your program” when you open any Office program. This could be due to an issue with the Office file and any Office app you open throws the same error message. This applies to Office 2019/2016, Office 365 Home, Office for Business as well as Business editions. In this post, you will be guided in what you can do to resolve this error. There are several potential fixes for this error, you might only have to restart your computer or you may have to repair Office from Apps and Features or you could also uninstall and install it back again. For more details, follow each one of the provided options below.

Option 1 – Restart your computer

You might be unable to launch any Office app due to some background process that got stuck or there might be some glitch in the system. Thus, the first thing you can do to resolve the error is simply restarting your computer. Once you’ve restarted your computer, open the Office app again or you could also try to sign in back with your Microsoft account that’s connected to Office. If you’re not quite sure which account you were using, you can follow these steps:
  • Open any Office app.
  • Then click on File and look for your name located in the top-right portion.
  • Now click on it. This will display the email or Microsoft account that’s related to Office.

Option 2 – Try repairing Office from Apps and Features

Since Windows 10 offers some repair features that could replace some of the core files with the original files, you can take advantage of such a feature to fix the “Something went wrong, We couldn’t start your program” error when opening any Office app.
  • Open Windows settings and click the Apps and Features option.
  • Next, scroll down until you see the Microsoft Office installation option. Select it and click on Modify.
  • This will open a window and from there, select Quick Repair or Online Repair and click on the Repair button.
Note: When you choose to repair, you might be given two options which depend on how Microsoft Office was installed. For instance, it was installed via Web Installer or Offline Installer (MSI-based). In Web Installer, select Online Repair > Repair when you’re prompted on how you would like to repair Office. While in MSI-based, you have to select Repair under “Change your installation” and then click on Continue. The repair process makes sure that the app data remains untouched.

Option 3 – Try to uninstall and reinstall Office

If neither of the two given options above worked, then you might want to uninstall Office and reinstall it. All you have to do is download the Microsoft Office Uninstall tool from the official site of Microsoft and run it. This will remove any incomplete Office installation as well as unwanted files. It will also get rid of all the Office apps and settings on your computer.
Read More
A Quick Guide to Resolving Error Code 0x800ccc92 on Your PC

0x800ccc92 - What is it?

Do you come across this error message “Receiving’ reported error (0x800ccc92): “Your e-mail server rejected your login”? Verify your user name and password in your account properties. The server responded: - ERR invalid user names and password” when you try to send or open emails using your Outlook account? If yes, then this article is a must-read for you as we explain why this error occurs and how you can resolve it. To begin with, 0x800ccc92 is a common Microsoft Outlook error. This error restricts your ability to send and receive emails on your Outlook email address. In other words, it locks you out and hampers your ability to use your account successfully causing a great deal of inconvenience especially if you use your Outlook account for communication in and across your office.

Solution

Restoro box imageError Causes

The 0x800ccc92 error message may occur due to numerous reasons so narrowing it down to one particular reason for occurrence is not easy. However, here we have listed down some of the most common causes of this error code:
  • Incorrect Outlook configuration settings
  • Invalid password or username
  • PST file crosses its fixed file size limit
  • Failure of POP3 and Protocol STMP in database server connection
  • Improper synchronization between Outlook and the server
  • Virus Infection
  • Invalid registry entries

Further Information and Manual Repair?

To fix the error code 0x800ccc92 on your system, here are some quick, effective, and easy DIY solutions that you can try:

Solution 1:

Sometimes the error code may occur due to an invalid password and usernames entry. Therefore, first, cross-check user ID and password. If you’ve entered the wrong password, try inserting the correct password to access your account.

Solution 2:

If the error still persists, then try installing the latest available Server Service Pack for Exchange. This solution works best if compatibility is the issue and the underlying reason for the error is improper synchronization between Outlook and the server.

Solution 3:

The presence of malware and viruses can also lead to such errors. Therefore, it is advisable to scan your entire PC for malware and viruses using a powerful antivirus.

Solution 4:

If the issue occurs due to bad and invalid registry entries, then it is important that you remove them right away. Due to such entries, you may experience the 0x800ccc92 error on your PC. To remove them, you need to download a registry cleaner. Downloading two programs an antivirus and a registry cleaner separately may slow down the speed of your PC. Therefore, to ensure this does not happen it is recommended you install Restoro Restoro is an advanced and multi-functional PC Fixer. This software is deployed with an intuitive algorithm and multiple powerful PC repair utilities including a registry cleaner, anti-virus, and a system optimizer. It is a one-stop solution for all PC-related issues. Using this tool, you can scan your entire PC and remove all types of malicious software including malware, viruses, spyware, and Trojans corrupting your PC in seconds. Simultaneously, it also removes all bad registry keys and entries and files the damaged system file, thereby restoring the registry back to normal. The system optimizer utility ensures your PC speed is not compromised due to the repair process. This software is safe, bug-free, efficient, and user-friendly. It is compatible with all Windows versions. Click here to download Restoro on your PC to instantly remove viruses and invalid registry entries to resolve the 0x800ccc92 error message on your system now!
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