If you like to schedule different tasks on your Windows 10 computer and automate them, then you would find the Windows Task Scheduler very useful. It is commonly used by a lot of users to schedule various tasks like scheduling periodic execution of scripts and some programs to make sure that the intended tasks are automatically carried out. Apart from being a preinstalled application, the Task Scheduler is already available on your computer. However, there are times when you might encounter some errors while using it. One of these errors is error 0xFFFD0000. You can encounter this error while executing some PowerShell scripts. It can occur to any tasks as well especially to the ones that have a file executed using a particular program. And just like the PowerShell script, files also use PowerShell to be executed.
To fix Error 0xFFFD0000, you need to follow the instructions provided below carefully.
Step 1: In the Start Search, type “task scheduler” and click on Task Scheduler from the results to open it.
Step 2: After opening Task Scheduler, right-click on the task that’s giving you the error and then click on Properties.
Step 3: After that, navigate to the Actions tab in the new mini window that appears.
Step 4: From there, select the action for the task and click on the Edit button which will open another mini window.
Step 5: Next, make sure that the path to the executing program is properly typed inside the field of Program/script. Note that it should be set to the executable file for that particular program. For instance, you have to set it to “C:WindowsSystem32WindowsPowerShellv1.0powershell.exe” for the Windows PowerShell program.
Step 6: You can also utilize the Browse button and navigate through Windows Explorer to locate that particular executable file for the program.
Step 7: Now make sure to use the file argument in the Add arguments field followed by the path of the file to be executed. It should look like this:
-file "C:/Users/Ayush/Desktop/Powershell Script Sample.ps1"
Step 8: Once done, click on OK to save the changes made and see if the task is still giving you an error or not.
On the other hand, if you are still getting the same error, you can try to repair the Task Scheduler by deleting corrupted tasks. Note that a single corrupted file can cause big problems so this option is quite important. And for you to delete a corrupted task or any task from the Task Scheduler, you have to use the Registry Editor if you are not able to use the Task Scheduler interface. To do so, follow these steps:
Note: In this path, you can see all the tasks that are currently set in the Task Scheduler. And since it would be hard to tell which one of them is corrupted, you have to delete the latest one in Task Scheduler last. But before you do so, make sure that you take a note of the ID of the tasks. And for you to get the ID, you have to select the task you wish to delete and double click on the ID string located on your right-hand side, and then copy it in the Notepad.
Note: You might not see the same GUID from these folders but if you see it, delete it right away.

Windows 11 is a good-looking operating system but people love to make things personal and to their liking so we decided to help you in this mission with small customization of changing default system fonts inside Windows 11.
Since there is no really easy way to just switch the font windows is using for itself we will have to tweak a registry a little so before we start please do make a backup of the registry file and follow the steps as they are presented in order to avoid any errors and break the system.

So, if all precautions are made and you are ready to change your Windows appearance let's dive right into it:
There are vast free font sites on the internet where you can find fonts that you like and wish to use but be very careful with your desired font selection. The font that you choose needs to be a complete typeface, meaning that it has to contain all glyphs, large and small font sizes, all special characters, etc or you will experience that in certain areas nothing will be displayed.
Once you have found the font that you like and made sure it is a complete font, install it on your system (you can skip this step if you just want to change the system font with one already installed on your system)
Open notepad or a similar plain text editor in order to create a file that will apply changes directly into the registry and create a new file. Inside the file paste this text:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Symbol (TrueType)"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"="NEW-FONT"
All the way to the bottom where it says: "Segoe UI"="NEW-FONT", change NEW-FONT with the font name that you have chosen or installed in the previous step. For example: "Segoe UI"="Ubuntu".
Now go to File > Save As and name your file however you want but give it REG extension so it looks like: my_new_windows_font.REG
Now that you have your registry entry saved, locate it and double-click on it, at this stage Windows warning will probably pop up, you can just ignore it and click on YES since you wrote the file and know what it is. After registry entry is applied reboot your PC in order for changes to take effect.
If you want to change the font to another one, just repeat this procedure again. If you want to roll back to using the default Windows font, repeat the process but with this code instead of the one provided in the REG file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Black (TrueType)"="seguibl.ttf"
"Segoe UI Black Italic (TrueType)"="seguibli.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
"Segoe UI Historic (TrueType)"="seguihis.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"="segoepr.ttf"
"Segoe Print Bold (TrueType)"="segoeprb.ttf"
"Segoe Script (TrueType)"="segoesc.ttf"
"Segoe Script Bold (TrueType)"="segoescb.ttf"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]
"Segoe UI"=-
The 0x800ccc90 is a common Outlook Express error. This error occurs when Outlook Express fails to connect to the mail server that handles incoming and outgoing emails.
The error is usually displayed as:
“There was a problem logging onto your mail server. Your User Name was rejected.”
Though this error does not pose any security threats to your PC if it is not fixed immediately, it may limit your ability to send and receive emails on your Outlook email address.
The error 0x800ccc90 is usually triggered by the following causes:
If you come across the error 0x800ccc90, then don’t you worry! You don’t have to hire a professional to resolve this issue. In fact, you can fix it all by yourself. Here are some DIY solutions to repair this problem.
However, if you are still unable to resolve the problem, then this means the PST files are corrupt and damaged and there is no problem from the server's end. When this happens, then the best way to resolve this problem is to download a PST repair tool.
We suggest downloading the PST repair tool from a trusted website.
After downloading it, run and scan it on your PC to detect errors. You will have to be patient because scanning may take a couple of minutes. Once the scanning is complete, click on repair to resolve the problem.
So, next time when you are unable to send or receive emails on your Outlook Express and you see the 0x800ccc90 error message, then try using the solutions given above to resolve the error right away.
Error Code 48 is a device driver error code that users can encounter on any Windows 2000 operating system and later versions.
It occurs when the connected peripheral device cannot be run as the Windows operating system’s driver required to install the programs for peripheral devices has either been corrupted or is incompatible with the system.
It prompts the user with the following message on the screen:
The software for this device has been blocked from starting because it is known to have problems with Windows. Contact the hardware vendor for a new driver. (Code 48)
Error CausesLike most other Windows error codes, error code 48 is triggered by the following factors.
Identifying and removing the viruses in the system registry and in the connected devices is the easiest method to fix the corrupted registry files.
Viruses such as spyware and malware infect the registry entries and eat up the files that lead to incomplete or missing data. This creates problems for installing external devices as the driver required to install them is not complete.
You can also use system restore to eliminate the problem. Here is how you can use it:
By restoring the system via the last saved system checkpoint, you can obtain undamaged Windows system registry files that can help resolve the error code.
Since Error Code 48 is due to a missing or an out-of-date device driver, uninstalling and then reinstalling the device driver can help solve the error.
You can do this by firstly logging in as Administrator and opening Device Manager. Select the device that is causing the problem and double click it; make sure that the peripheral is connected properly to the PC.
Upon opening, click on the ‘Driver’ tab and then select ‘Update Driver’. Make sure to refer to the system documentation that you received with your PC or computer to check for the motherboard details and driver specifics.
Error code 0x000000D1 is a serious error that is displayed when Windows automatically shuts down to protect the system against further damage.
Usually, when this error occurs, the message displayed to the users states something like STOP 0x000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL.
What Causes 0x000000D1 Error?Usually, the STOP 0x000000D1 error code is caused by issues like incompatibilities, third-party drivers, driver conflicts, outdated drivers, malicious drivers, and other related problems.
Speaking technically, the message displayed to the user actually means that the kernel-mode driver has tried to gain access to memory at an unreasonably high process IRQL.
If left unfixed, STOP 0x000000D1 error can become quite serious. Increased frequency of occurrence may not only lead to data loss but can cause system corruption as well. That’s why it is crucial to fix it and to resolve the underlying issues causing it as soon as possible.