Logo

Setting a Static IP Address in Windows 10

If you are having issues with your network connection and you have it configured to DHCP, then you shouldn’t have any issues in figuring your IP address out. If you want to prevent conflicts between network devices and enable their easy management, then you have to set a static IP address in your Windows 10 computer, worry not for this post will show you how it’s done.

The IP addresses for computers are usually configured to the Dynamic Host Configuration Protocol or DHCP automatically by the respective router. This is really convenient since the devices instantly connect to your network and through this, you can save yourself the trouble of configuring the IP address for each new device manually. However, there’s a shortfall in the process – the computer’s IP address can change every now and then.

Moreover, you might also find it a lot easier to share a printer or configure a Port forwarding when you set a static IP address. There are three ways to do it – you can set it via Control Panel or Windows Settings or using Windows PowerShell. For more details, follow the options provided below.

Option 1 – Set a static IP address via Control Panel

  • Right-click on the network or Wi-Fi icon located in the Taskbar.
  • Then select the “Open Network and Internet settings” option from the given list of options.
  • Next, go to Wi-Fi settings and scroll down until you see the “Related Settings” section. Here, click on the “Change adapter options” link which will open a new window that will direct you to the Network Connections section of the Control Panel.
  • After that, right-click on the network connection you want to set a static IP address for and then select the Properties option.
  • Then select Internet Protocol Version 4 (TCP/IPv4) under the Networking tab and click the Properties button.
  • Now switch the selector to the “Use the following IP address” option and make the entry for the following fields that correspond to your network setup.
    • IP address (Find it using the “ipconfig /all” command)
    • Subnet Mask (On a home network, it is 255.255.255.0)
    • Default Gateway (It is your router’s IP address.)
  • Then check the “Validate settings upon exit” option to help Windows check your new IP address quickly as well as the other relevant information to make sure that it’s working.
  • Once you’re done, click the OK button and close the network adapter’s properties window.

Option 2 – Assign Static IP address using Settings

  • First, click on the gear icon for Settings and select the Network & Internet tab.
  • Next, select Wi-Fi > Current connection where you’ll have to select the network connection your computer is connected to.
  • After that, scroll down until you reach the IP settings section and then click the Edit button.
  • Now click the drop-down arrow when the IP settings window pops up and select the Manual option.
  • Now turn on the IPv4 toggle switch and set the static IP address. You also have to set the Subnet prefix length (subnet mask). For instance, if your subnet mask is “255.255.255.0”, then the subnet prefix length in bits should be 24.
  • Afterward, configure the Default Gateway address and the Preferred DNS address and then save the changes you’ve made.

Option 3 – Assign the static IP address using Windows PowerShell

  • In the Start Search, type “PowerShell” and right-click on Windows PowerShell from the search results to open PowerShell with admin privileges.
  • After that, enter this command to view your computer’s current network configuration: Get-NetIPConfiguration
  • Next, take note of the following information:
    • InterfaceIndex
    • IPv4Address
    • IPv4DefaultGateway
    • DNSServer
  • Once you’re done, execute this command to set a static IP address: New-NetIPAddress -InterfaceIndex 15 -IPAddress 192.168.29.34 -PrefixLength 24 -DefaultGateway 192.168.29.1
  • Afterward, change the default gateway with the default gateway address of your network and make sure that you change the InterfaceIndex number with the one that corresponds to your adapter and IPAddress with the IP address you want to assign to your computer.
  • Now execute this command to assign a DNS server address: Set-DnsClientServerAddress -InterfaceIndex 4 -ServerAddresses 10.1.2.1
  • Finally, save the changes you’ve made and restart your computer.

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 The drive is not a valid backup location
USB storage devices are used to store small and even big files, depending on their sizes. Usually, the sizes of the USB vary from 2GB up to 16GB. And as time passes, they have advanced quite a bit and now it’s common to find USB sticks with a capacity of 32GB, 64GB, or even 128GB. And since they now have large capacities, USB storage devices are often used for storing backups of system data as well as creating an image. However, there are times when you might encounter an error message while trying to create a backup or image on your USB device. The error message states:
“The drive is not a valid backup location.”
One of the causes of this problem is that Windows was not able to recognize the USB drives as a valid backup location since USB storage devices weren’t previously large enough to store system images. To fix this error, here are some possible solutions that might help.

Option 1 – Try creating a sub-folder in the USB drive and backup all the images there

The first thing you can try to do is to create a sub-folder on your USB device. This is one good way you can bypass the USB drive limitation. How? Refer to the steps below.
  • First, right-click on the USB storage device and select Format.
  • Next, select NTFS as the File System and check the box next to Quick Format.
  • After that, click on Start to initiate the formatting process.
  • Once the formatting process is completed, open the USB drive and right-click anywhere inside its main drive window, and then select New > Folder.
  • Then name the folder to be created as “Image (or anything you please)”.
  • Afterward, right-click on the folder and select Properties.
  • From there, go to the Sharing tab and click on Share.
  • Now check if the Permission level on the System owner which should be your username is labeled as “Owner”.
  • Then try to back up your files again using your USB drive while keeping the sub-folder as the backup location.

Option 2 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 3 – Run CHKDSK utility to check the drive for errors

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. To use it, follow the steps below.
  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:
CHKDSK [volume [[path] filename]] [/F] [/V] [/R] [/X] [/C] [: size]]
Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.
  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer.
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
Automatically backup files & folders
If you are a person which spends a lot of time in front of the computer doing work, then you are aware of the importance of having a proper backup of your archive so if anything bad happens you will lose almost none of the work. We can never tell when we might experience HDD failures or when we might be a victim of cyber attacks, natural disasters,s and other unpredictable circumstances where we could lose all of our data in a matter of minutes. Having a backup of our data is very important but sometimes we are too busy or not around and we miss that data backup we wanted to do, and if in this case disaster strikes we are out of luck and data is lost. To avoid such circumstances, you can set up automatic Windows Backups at a scheduled time. This way it will help to have the loss of important files and documents from unexpected hazards. in order to create automatic backups of your files, you have several options, and below we will explore each one in hopes that you will find one that best suits your needs.
  1. Create automatic file backup with OneDrive

    This is probably the best way to do it because each time when you sign in OneDrive files get backed up right away, files are stored in the cloud and can be accessed on any device via a Microsoft account. To get started, open the Settings app first. Click on the Update & Security category Select the Backup tab from the left pane. Move to the right page and click on the Back up files button that is available under Back up files to OneDrive. Select the folders you want to backup in the cloud, and remove those ones you don’t want to backup. On the next page, click the Start backup button to start the procedure.
  2. Create a backup using File History

    File History is an inbuilt feature that allows users to create automatic file backup on Windows 10. File History allows the users to back up their files in an external or cloud drive at different intervals of time. To create automatic file backup using File History: Press the ⊞ WINDOWS + I to open the Settings app. Click on the Update & Security category and then select the Backup tab from the left pane. Under the Back up using File History section, click on Add a drive button. Now choose the drive to store the backup files. Windows will use this drive for File History. Then turn on the toggle button under Automatically back up my files. This will back up your data to the drive automatically whenever you connect it to the system. Below the toggle button, click on the “More options” link to set how frequently File History will back up. Use the Keep my backups drop-down menu to get the option to configure the time for how long you want to keep your backups. By default, it will keep your backups forever. Under the section Back up these folders, tap on the Add a folder button in order to add one more folder to the backup. Then click on the Add a folder button, under Exclude these folders. This will exclude the files that you don’t want to back up. You can stop the drive from storing backup files to change the backup storage location. To do this, click the Stop using drive option under the Back up to a different drive category.
  3. Backup using Windows backup & restore tool

    Open Control Panel Click on the System and Security option Scroll down and select the Backup and Restore (Windows 7) button Next click on the Set up backup button, available under the Back up or restore your files section Under the Save backup on section, select the Backup Destination where you want your backup files to get stored On the “Set up backup” page, Windows will ask you to choose the way to backup, check Let me choose checkbox, and then hit the Next button Under the section Computer, select the files and folders you want to backup. Then uncheck the box next to the Include a system image of drives option, and then hit the Next button Now click on the Change schedule link. Set the time and check the box beside Run backup on a schedule button Click OK then select the Save settings and run backup option
Read More
Remove recommended icons from the start menu
windows 11 start menuIn Windows 11 by default inside the Start menu, there is recommended section that contains recently opened folders, documents, and files. If you do not wish this section and do not want recent items in your Start menu there is an easy way to turn it off.
  1. Press ⊞ WINDOWS + I to open settings
  2. Click on Personalization
  3. On the right side scroll down and click on Start
  4. Click on the switch beside Show recently opened items in Start, Jump lists, and File Explorer
  5. Close settings
Settings will be automatically applied and there will be no more recommended items inside your Start menu to create clutter, it will be nice and clean.
Read More
How to Fix Error 0x80070057

Error Code 0x80070057 - What is it?

Error 0x80070057 is a typical Windows 7 error code. It may occur when you try to back up files by using Windows Backup on Windows 7 and the backup fails.  The error message is often displayed as the following:

“An internal error has occurred: The parameter is incorrect: (0x80070057)”

Besides this, you may also experience this error message when you format a hard disk drive to install Windows 7.

Solution

Restoro box imageError Causes

The error 0x8007005 occurs due to multiple reasons. However, the most common causes for this error code include:
  • The partition that is reserved for the system is damaged
  • Misconfigured registry keys
  • Misconfigured decimal symbol settings

Further Information and Manual Repair

Here are some of the best and easy DIY methods to resolve the error 0x80070057 on your PC.

Solution 1: Change the Decimal Symbol Setting

As mentioned above the error 0x80070057 sometimes can be triggered by misconfigured decimal symbol settings. Therefore, try changing the settings to fix the problem. The error is likely to occur if the decimal symbol is not set to ‘.’ (dot). This is common in languages and locales other than English such as German. Here’s what you need to do to change the decimal symbol setting:
  • First, open the Control Panel, click the clock, then language, and then region.
  • Now click the formats tab and go to the additional settings menu.
  • Here you will find the decimal symbol field, now type "." (dot) and then click OK twice.
  • After that, you must restart your PC to activate the changes.

Solution 2: Create a New Partition and Reinstall Windows 7

If the error 0x80070057 is linked to partition damage, then this method is the best way to resolve it. Here’s what you need to do:
  • Insert the Windows 7 DVD and start the installation.
  • Select your language preference to install. Here you will see a screen of the Microsoft License Agreement. Click on the I accept option to proceed with the installation process.
Then click next.
  • Choose a custom advance option and select the Disk O partition 1 option.
  • Once selected, click delete. When you do this you will be prompted if you want to confirm the deletion, click OK to continue.
  • Now repeat the same however now select Disk O partition 2.
Delete this partition as well. Now click New to create a new partition. Here define the disk size and then click apply. Please note, the size of the default value is the maximum size of the disk. After doing so, select disk 0 partition 2 and then click the formatting tab. Once the formatting is complete, click next to continue Now you will be able to complete the installation of Windows 7 on your PC without any problem.

Solution 3: Add a Registry Key Value

If the underlying cause of the error 0x80070057 is a registry issue, then it is serious as such issues can put your PC at serious risks like system failure, crash, and data loss. To resolve this error and add a registry key value here’s what you need to do: Go to the start menu and type Regedit.exe in the search bar and then press enter. Locate and click the following registry sub-key: HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftSystem. Once you locate it, now go to the edit menu and point to new, and then click DWORD Value. After that, type CopyFileBufferedSynchronousIo and press enter again. Right-click now on the text you just typed and then click Modify. In the Value data box, type 1 and then click ok and exit the registry editor. This will fix the error on a temporary basis but not permanently. However, a long-term solution is to clean and repair the registry.

Solution 4: Restoro

The registry gets cluttered with unnecessary and redundant files like junk files, cookies, internet history, and bad registry keys. If these are not removed timely, they can damage the registry and corrupt DLL files. It often leads to disk fragmentation (disk partition) too. To remove these files immediately, clean and restore the registry and repair the corrupt files, it is advisable to download Restoro.

Why Restoro

  • This is an advanced and highly functional Registry Cleaner. It is deployed with a cutting-edge and intuitive algorithm that scans your entire PC to detect all registry issues in seconds. It cleans the cluttered disk and restores the registry back to normal.
  • It is safe, bug-free, and efficient. This software is easy to use and compatible with all Windows versions.
  • In addition to this, it is also deployed with several other powerful utilities like an antivirus that detects all malicious software and removes them right away. It also functions as a system optimizer and boosts the speed of your PC significantly.
Click here to download Restoro and resolve error 0x80070057 now!
Read More
New calculator features in Windows 11 and more
Calculator GraphingWindows 11 will bring some old applications in new looks and some will get additional features as well. One of the old apps that will get new stuff is a calculator. The calculator was always a way to go application for quick calculations but Microsoft aims to expand on that and make the calculator a little more useful. The first thing that you will notice is the calculator look, the calculator has now an application theme setting that allows you to change the look of the application. It comes in standard and professional mode as usual but this time calculator will come with features that will enable it to handle some programming and engineering tasks. The new calculator features a full graphing mode that lets you visually analyze a graph to identify key features. It also packs a deep converter that can switch between more than 100 units and currencies.

Other Windows 11 apps

A new snipping tool will be delivered with this latest update as well packed with new functionality. We have covered new features of the snipping tool in another article, if you are interested you can find the article here: https://errortools.com/windows/new-snipping-tool-redesigned-in-windows-11/ Mail and Calendar apps will also get a redesign, sadly all redesign that they will include will be of visual nature to fit in the overall Windows 11 theme, functionality will remain the same.
Read More
How to Repair Windows 10 Upgrade Error 0x800F0923

Code 0x800F0923 – What is it?

The Error Code 0x800F0923 is one that appears only when attempting to update from older versions of Microsoft Windows to Microsoft Windows 10. This error does not occur with every install and is believed to be the result of a driver incompatibility issue. It is unclear which specific drivers are having the compatibility issues, though it is widely believed that DuplexSecure's SPTD drivers are the ones at fault. When operating correctly, without errors, the update process should not take longer than 30 minutes. Common symptoms include:
  • Error message window/pop-up during the install process, giving the Error Code 0x800F0923
  • Inability to install and update from older versions of Microsoft Windows to version 10

Solution

Restoro box imageError Causes

There are various relevant factors associated with the error code 0x800F0923 incompatibility issue in Windows 10 installation/upgrade. These factors include but are not limited to:
  • The Operating System (OS) upgrading does not support older hardware.
  • Your computer’s specs did not meet the minimum requirements.
  • Not enough hard disk space.
  • The new software might lack software drivers for older hardware

Further Information and Manual Repair

Microsoft has recently released its Windows 10 operating system. While there are still a few kinks to be worked out, overall the reviews have been positive. As with any new Microsoft update, compatibility issues can arise. If you are unsure whether your current PC will be able to handle the new Windows 10, here is an easy way to check your system.

Method 1: Check if your computer is compatible

  • Locate the “Get Windows 10” application icon in your notification tray (bottom right corner of your screen, white Windows logo).
  • Right-click on this icon, then select the “check your upgrade status” option.
  • Be prepared for the menu to take a few minutes to open.
  • Click on the menu on the upper left-hand corner of this new dialog box. (It looks like three blue horizontal lines)
  • Select “check your PC”
  • After the system checks for compatibility, it will let you know whether or not your PC has the appropriate drivers, etc. (Keep in mind that this is not a foolproof method for checking compatibility status).

Method 2: Download or upgrade your drivers/software

If you have already attempted to update to Windows 10, and have received the Error Code 0x800F0923, this is the simplest way to solve the issue yourself.

1. Open the “Get Windows 10” application. 2. Open the menu in the upper left corner, looks like three blue lines. 3. Select “Check your PC”. 4. The system will tell you which drivers are incompatible. 5. Go to the Microsoft Support website to install and/or update the drivers that proved to be an issue. 6. Once the driver issue is corrected, retry the Windows 10 update.

Method 3: Create space on your computer

If your computer does not have sufficient space to accept the upgrade, you might want to clear up some space on your computer. Here’s how to do it. If you have not attempted to install Microsoft Windows 10 yet, it is a good idea to check your system's compatibility prior to installing. While it is not absolutely necessary, it will save time and frustration. Microsoft Support suggests contacting them directly if you are unable to solve your driver compatibility issues, or if the above do-it-yourself method is unsuccessful. To resolve this compatibility issue and get your upgrade going use a powerful and user-friendly tool to clean up the problem. Click here to download Restoro. Users should also be aware that those who choose to upgrade to Windows 10 have 30 days in which they may decide that they would rather use their old system. However, reverting back to the older system may not be a smooth process, and some data could be lost.
Read More
How to Repair Error Code 0xC190010, 0x30018 in Windows 10

Error Code 0xC1900101, 0x30018? - What is it?

Users, when upgrading to Windows 10 from Windows 7 or Windows 8/8.1, or when upgrading to a new version, build, service pack, or major update of Windows 10, can encounter error code 0xC1900101, 0x30018. Windows 10 installation fails and stops or hangs. During the installation process, it will reach a certain maximum limit (normally at 6% or 32%) then reverts back to the previous version of the operating system and displays the following message:

We couldn’t install Windows 10. We’ve set your PC back to the way it was right before you started installing Windows 10.

0xC1900101 – 0x30018 The installation failed in the FIRST_BOOT phase with the error during the SYSPREP operation.

Solution

Restoro box imageError Causes

In attempting to fix Error Code 0xC1900101-0x30018, it is vital to know what causes this issue. The most probable causes of this error are:

  • Incompatible hardware or driver
  • Incompatible security programs or antivirus or incompatible utility software
  • A device driver possibly stopped responding to setup.exe while on the installation process.
In some cases, you might be opened to other error messages when attempting to update to Windows 10, including error code 8007002c.

Further Information and Manual Repair

In fixing issues related to error codes, it is best to employ manual repair methods. Using these methods helps users pinpoint the root causes of the issue and apply solutions permanently to fix the issues. While most manual repair methods can be done by every Windows user, even those without technical abilities, there are certain cases where help from a Windows professional is needed. If you’re not up to facing risks in implementing manual methods yourself, consider getting help from a professional Windows technician or you can use a powerful automated tool. In fixing Error Code 0xC1900101-0x30018, you can repeat the same steps used for 0xc000021a (Method One) or you can try doing the following:
  • Disable or uninstall your Antivirus program before proceeding to upgrade the system
  • Ensure that the machine name is simple (having at least 8 characters) with no special characters like hyphens or dashes.
  • Restart the device a few times then try again.
  • Disable General USB Devices such as the Smart Card Reader.
  • If you use an SCSI hard disk, ensure that you have available drivers you can use for your storage such as a thumb drive and make sure that it is connected. During the Windows 10 setup, select the Custom Advanced Option and use the Load Driver command to be able to load the suitable driver for the SCSI drive. If this fails, try switching to an IDE-based hard disk.
  • You can now perform a clean boot. Restart your device then try again.
  • If you are using the .ISO file for upgrading the system, you need to disconnect from the Internet first before proceeding to the setup. If you are connected to Wi-Fi or by Ethernet (LAN), make sure to disable both connections then you can proceed to set up again.
  • If you’re performing the update through Windows Update, once the download reaches 100%, disconnect from the Internet, and then proceed with the installation.

NOTE: If this fails, if possible, you can try using the .ISO file in upgrading.

  • Switch to a local account if the device is connected to a domain.
  • Disconnect all external devices attached to the computer such as gaming controllers, printers, or USB keys.

If you’re using Windows Update in installing Windows 10, you can implement the following:

  1. Open the Command Prompt window by pressing Windows Key + X. Select Command Prompt (Admin) from the menu.
  2. Stop the BITS, Cryptographic, MSI Installer, and the Windows Update Services. In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

  1. Rename the Catroot2 and SoftwareDistribution In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

                        ren

C:WindowsSoftwareDistribution SoftwareDistribution.old

                          ren

C:WindowsSystem32catroot2 Catroot2.old

  1. Restart the BITS, Cryptographic, MSI Installer, and the Windows Update Services. In order to do this, Type or Copy and Paste the following commands one at a time:

NOTE: Don’t forget to hit Enter after every command.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  1. Type Exit in the Command Prompt then close the Command Prompt window then restart the computer.
Can’t seem to put up with the long and technical manual repair process? You can still fix this error by downloading and installing a powerful automated tool that will surely get the job done in a jiffy!
Read More
Run Windows Updates from Command Line
As you know, one of the most highlighted features of Windows 10 is Windows Updates. It was offered to the customers as a service rather than a product with the release of Windows 10 under the scenario of Software as a Service which led to Windows Updates being set by default on Windows 10 and without an option for any users to disable it. Although not all users are happy with what Microsoft did, this is an ultimate step towards the greater good of all its customers since Windows Updates helps users in keeping their computers secured against all kinds of threats as well as provide them with the greatest and latest updates from Microsoft. So if you are one of those users who approved of the Windows Updates service, then read on as this post will guide you in running Windows Updates from Command Line either via Command Prompt or Windows PowerShell. For the complete set of instructions, refer to the options given below.

Option 1 – Run Windows Update via Command Prompt

Command Prompt in the Windows operating system exists for a very long time now compared to the comparatively new Windows PowerShell. That’s why it has similar capabilities to run Windows Updates. However, the highlighting point here is that you don’t have to download any module for Windows Updates. To get started running Windows Updates using Command Prompt, refer to the steps below.
  • First, type “cmd” in the Cortana search box, and from the search results, right-click on Command Prompt and select the Run as Administrator option to open it with Administrator privileges.
  • If a User Account or UAC prompt appears, just click on Yes to proceed.
  • Next, type in the commands listed below, and don’t forget to tap Enter right after you type each one of them.
    • UsoClient StartScan – use this command to start checking for updates.
    • UsoClient StartDownload – use this command to start downloading updates.
    • UsoClient StartInstall – use this command to start installing the downloaded updates.
    • UsoClient RestartDevice – use this command to restart your computer after you install.
    • UsoClient ScanInstallWait – use this command to check, download and install updates.
Note: Keep in mind that the commands in Command Prompt listed above are only meant for Windows 10. On the other hand, if you are using an older Windows version, you can try using the following commands instead:
  • wuauclt /detectnow – use this command to start checking for updates.
  • wuauclt /updatenow – use this command to start installing the updates detected.
  • wuauclt /detectnow /updatenow – use this command to check, download and install updates.

Option 2 – Run Windows Updates via Windows PowerShell

If you run Windows Updates in the Windows PowerShell, it will require you to install the Windows Update module manually. Hence, you have to get the Windows Updates downloaded and install Windows Updates.
  • Search for PowerShell in the Cortana search box and then run it with administrator privileges.
  • Once you’ve opened the Windows PowerShell, type the following command and hit Enter.
    • Install-Module PSWindowsUpdate – use this command to install the Windows Update module for Windows PowerShell.
    • Get-WindowsUpdate – use this command to connect to the servers of Windows Update and download the updates if found.
    • Install-WindowsUpdate – use this command to install the Windows Updates you’ve downloaded to your computer.
Read More
How to change system font in Windows 11

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.

windows 11 transparency off

So, if all precautions are made and you are ready to change your Windows appearance let's dive right into it:

Find and/or install the font that you wish to use

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)

Create REG file

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

Apply changes

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.

Rolling back

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"=-
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