Archive for the ‘Others’ category

How to Change Text Color in Windows 10 without Software

June 21st, 2019 by Admin

How do I change the color of the fonts in Windows 10? The text color in Windows is black by default and there is no GUI option available to change the text color for your current theme. In this tutorial we’ll show you how to change text color in Windows 10 using a registry tweak.

This method doesn’t change the text color of all windows. Before getting started, make sure you have turned off High Contrast in Windows 10.

How to Change Text Color in Windows 10 without Software

  1. Press the Windows key and R to bring up the Run box, type regedit and hit Enter to open Registry Editor.

  2. Navigate to the following key:
    HKEY_CURRENT_USER\Control Panel\Colors

    On the right pane, locate WindowText and double-click it to modify.

  3. Just enter the RGB (Red, Green, Blue) value for your desired color and click OK.

    For example, white is 255 255 255, black is 0 0 0. You can use an online color picker to find the RGB value of any color.

  4. After setting new color, changes will take effect on the next login.

If you also need to change the title bar text color, just use the same method to change the RGB values for the following registry settings:
HKEY_CURRENT_USER\Control Panel\Colors\ActiveTitle
HKEY_CURRENT_USER\Control Panel\Colors\TitleText
HKEY_CURRENT_USER\Control Panel\Colors\InactiveTitle
HKEY_CURRENT_USER\Control Panel\Colors\InactiveTitleText

That’s it!

How to Uninstall Windows 10 Updates When PC Won’t Boot

June 19th, 2019 by Admin

Windows 10 won’t boot after installing updates? A problematic update could render the computer unbootable, or get stuck in a infinite reboot loop. In this tutorial we’ll show you how to uninstall Windows 10 updates when your PC can’t boot any longer.

How to Uninstall Windows 10 Updates When PC Won’t Boot

Boot your computer with Windows 10 installation media. When the Windows Setup screen appears, choose your language, time and keyboard input method, then click Next.

Click the Repair your computer link in the bottom-right corner.

It will take you to the advanced startup screen. Just select the Troubleshoot option.

On the next screen, you can choose to uninstall Windows 10 updates using either the “Uninstall Updates” option or Command Prompt.

Method 1:

If you select the “Uninstall Updates” option, it will give you two options: Uninstall latest quality update, Uninstall latest feature update.

Feature updates are technically new versions of Windows 10, which become available twice a year. While quality updates (also known as “cumulative updates” or “Security update”) are pushed out every month.

Method 2:

If you choose the Command Prompt option, you can manually uninstall updates that were installed on a particular date, by following these steps:

  1. When you’re at the Command Prompt, use the DIR command to find the drive letter of the drive where Windows 10 is installed. In my case, Windows 10 is located on drive D:.

  2. Next, run the following command to list all the installed updates on your system. Make sure you use the drive letter that you found in the step above:
    dism /Image:D:\ /get-packages /format:list

    If you need to find detailed information (such as KB number) about a specific package, type this command:
    dism /Image:D:\ /get-packageinfo /PackageName:Package_Identity

  3. Now, you can uninstall the problematic update package using this command:
    dism /Image:D:\ /Remove-Package /PackageName:Package_Identity

That’s it!

How to Turn off Problem Reporting in Windows 10

June 18th, 2019 by Admin

Problem reporting is also known as “Error reporting”, which is a service turned on by default in all versions of Windows. When Windows detects a hardware or software error, it will automatically collect diagnostic data and report it to Microsoft. For privacy concern, you may want to disable it. In this tutorial we’ll show you 2 simple ways to turn off problem reporting for all user accounts in Windows 10.

Method 1: Turn off Problem Reporting in Windows 10 via Registry Editor

  1. Open Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting. Right-click on the “Windows Error Reporting” key in the left side and select New -> DWORD (32-bit) Value.

  2. Name the new DWORD “Disabled“, and set its value data to 1. If you need to turn on problem reporting later, just change the value to 0.

  3. Close Registry Editor and you can now check if problem reporting is turned off. Open Control Panel in Large icons view and click on Security and Maintenance.

    Expand the Maintenance section and you should find the “Report problems” option is set to Off.

Method 2: Turn off Problem Reporting in Windows 10 via Group Policy

  1. Open Local Group Policy Editor and browse to: Computer Configuration -> Administrative Templates -> Windows Components -> Windows Error Reporting.

    In the right pane, locate the “Disable Windows Error Reporting” policy and double-click it to modify.

  2. Choose the Enabled option. Click Apply and then OK.

  3. You can now close out of the Local Group Policy Editor window, and restart your PC to apply the changes.

There is a registry key corresponding to the above group policy. If you’re unable to access Local Group Policy Editor, just open Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Error Reporting, create a 32-bit DWORD Disabled and set its value to 1.

How to View or Clear Problem Reports in Windows 10

June 17th, 2019 by Admin

When an app crashes or freezes, the built-in Windows Reliability Monitor tool will automatically create a problem report for the event and send it to Microsoft for analysis. In this tutorial we’ll show you how to view or clear problem reports in Windows 10.

How to View or Clear Problem Reports in Windows 10

  1. To start, click the Cortana Search box in the taskbar (or press WIN + S) and type “problem reports“, then select the “View all problem reports” entry to open it.

  2. Now you can review all the problem reports. Scroll down through the list and locate the particular application crash you are looking for, then double-click it to view the problem details.

  3. When the Problem Details window opens, you can see the diagnostic data collected from an application and Windows at the time an application crashes, hangs, or stops working. Using this data, Microsoft can find bugs based upon the similarities in multiple crash reports for the same program.

  4. In order to delete a particular problem report, just right-click it and select Delete from the context menu. When you need to delete all problem reports, simply click on the “Clear all problem reports” button at the bottom and you’re done.

That’s it!

How to Change Desktop Icon Spacing in Windows 10 / 8 / 7

June 13th, 2019 by Admin

Windows 10 desktop icons too wide? How can I adjust the spacing of icons on the desktop with Windows 10? Is there a way to increase or decrease the horizontal and vertical spacing for desktop icons? In this tutorial we’ll show you a registry tweak to change desktop icon spacing in Windows 10 / 8 / 7.

Tips: If you want to make your desktop icons bigger or smaller, see this article on how to change taskbar & desktop icon size in Windows 10 / 8 / 7.

How to Change Desktop Icon Spacing in Windows 10 / 8 / 7

  1. Open Registry Editor and navigate to the following key:
    HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

    You’ll see two DWORD values named IconSpacing and IconVerticalSpacing on the right pane. The IconSpacing value lets you adjust the horizontal desktop icon spacing, while the IconVerticalSpacing value can control the vertical spacing between desktop icons. If you want to customize the horizontal spacing, double-click on IconSpacing to modify it.

  2. The default value is -1125. You can change it to anything between -480 and -2730, where -480 represents the minimum spacing and -2730 represents the maximum spacing.

  3. Click OK to save changes and close Registry Editor. After logging off or restarting your system, you can see the changes made to the icons on the desktop.

That’s it!

5 Ways to Reset Firewall Settings to Default in Windows 10

June 12th, 2019 by Admin

Mess up the firewall settings accidentally? Need to delete all the custom firewall rules to troubleshoot your network connectivity issue? In this tutorial we’ll show you 5 ways to reset / restore firewall settings to default in Windows 10.

Method 1: Reset Firewall Settings to Default via Control Panel

  1. Open the Control Panel and change the View by option from Category to Large icons. Click on Windows Defender Firewall.

  2. Click on the Restore defaults link on the left side.

  3. Click on the Restore defaults button.

  4. When the confirmation dialog box appears, click Yes and your Windows firewall settings will be restored to default immediately.

Method 2: Reset Firewall Settings to Default via Windows Defender

  1. Open the Windows Defender app and select Firewall & network protection on the left menu bar. Next, click the “Restore firewalls to default” option on the right side.

  2. Click on the Restore defaults button.

  3. You will be asked for confirmation once again. Click Yes to reset all Windows Firewall settings.

Method 3: Reset Firewall Settings to Default via Windows Firewall with Advanced Security

  1. Press the Windows key + R to open the Run box, type wf.msc and hit Enter to open the “Windows Defender Firewall with Advanced Security” console.

  2. Right-click on the top item “Windows Defender Firewall with Advanced Security on Local Computer” in the left pane and select “Restore Default Policy“.

  3. Click Yes when you see the following confirmation dialog box.

  4. All the firewall rules are now reset to their initial values, as they were when you first installed Windows 10.

Method 4: Reset Firewall Settings to Default via Command Prompt

  1. Open the Command Prompt as administrator, and type this command:
    netsh advfirewall reset

  2. Once pressing Enter, all the firewall settings are now reset to their default values.

Method 5: Reset Firewall Settings to Default via Windows PowerShell

  1. Open Windows PowerShell as administrator, and run the following command:
    (New-Object -ComObject HNetCfg.FwPolicy2).RestoreLocalFirewallDefaults()

  2. Your Firewall rules will be restored to defaults in no time, without any additional confirmation.

How to Change Default Font in Office Word and Excel 2016 / 2019 / 365

June 10th, 2019 by Admin

Starting with Office 2007, both Word and Excel use Calibri as the default font. In order to make your document or spreadsheet more readable, you may want to change the default font style or adjust the font size. In this tutorial we’ll show you the easy steps to change default font in Office Word and Excel 2016 / 2019 / 365.

Part 1: Change Default Font in Office Word

Open any document with your Office Word application. Click the Home tab in the ribbon menu, then click on the arrow icon in the bottom right-hand corner of the Font section.

Once the Font window appears, you can change the default font style, size, effects, and even the color if you want. When done, click the Set As Default button in the bottom left corner.

In the next dialog asking which default to set, select “All documents based on the Normal.dotm template” and click OK to confirm your changes.

Now, all new documents created with Word will use your font of choice by default.

Part 2: Change Default Font in Office Excel

Open any spreadsheet with Office Excel application. Click the File tab in the ribbon menu and then choose the Options tab.

When the Excel Options dialog appears, select the General tab. In the right pane, scroll down to the “When creating new workbooks” section and you can choose your desired font type and size.

Click OK when you’re done. Now every time you create a new spreadsheet in Excel, the default font size and style will be exactly what you set it to.

Conclusion

Are you frustrated by always having to change the font when you create a document in Word or Excel? Just follow the above procedure to change the default font in Office Word/Excel 2016, 2019 and 365, it will save you tons of frustration and time.

Add or Remove Check Boxes to Select Multiple Files in Windows 10 File Explorer

June 5th, 2019 by Admin

Selection check boxes don’t show up in File Explorer? How can I remove check marks on desktop icons? File Explorer allows you to use check boxes to select multiple folders / files without having to hold down the Ctrl key. When some files are selected or you hover the pointer over a file, check boxes will appear and you can check or uncheck to make your selection.

This feature is very useful for tablet users. If you’re accustomed to use the Ctrl key to select multiple files, you can get rid of check boxes. In this tutorial we’ll show you 2 methods to add or remove check boxes to select multiple files in Windows 10 File Explorer.

Method 1: Add or Remove Check Boxes to Select Items via Folder Options

  1. Open the File Explorer. Select the View tab on the Ribbon and then click on Options.

  2. When the Folder Options dialog box opens, go to the View tab, scroll down to the bottom and check or uncheck the “Use check boxes to select items” option.

  3. Click Apply and then OK. Your changes will take effect immediately.

Method 2: Add or Remove Check Boxes to Select Items via Registry Editor

  1. Open Registry Editor and navigate to the following location:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    Double-click the DWORD AutoCheckSelect in the right pane to modify it.

  2. Set it to 1 to enable using check boxes to select items. Otherwise, set it to 0 (this is default setting).

  3. Log off or restart your computer to apply the changes.

How to Change Language in Microsoft Office 2019 / 2016

May 29th, 2019 by Admin

“I have a copy of Microsoft Office 2016 on my laptop that is defaulted to the Thai Language. How do I change it to English? Thanks!”

No matter what the default language is, Office can easily be switched to the language of your choice. In this tutorial we’ll walk you through the procedure of changing the editing and display language in Microsoft Office 2019 / 2016.

Part 1: Find Your Office Version

The first thing you’ll need to do is find your Office version. Open the Word program, click the File tab and choose Account. You’ll see which version of Office you’re running. For more information such as the architecture of Office, click on the About Word button.

A dialog box opens, showing you the full version number and if you are running 32-bit or 64-bit Office.

Part 2: Add Keyboard Layout Language

Open your Word application and go to File -> Options. When the Options dialogue box opens, select the Language tab. Under the “Choose Editing Languages” section, select your desired language from the drop-down list and click Add.

If the Keyboard layout column show “Not enabled“, then you have to add the input language to your Windows OS. Just click that link and it will directly open the Language page in the Settings app.

Click the Add a language button.

Find the desired language you want to add, and click Next.

Click the Install button to download the language pack and keyboard for that language.

Part 3: Add Proofing Tools

If the Proofing column show “Not installed“, then you have to download language accessory pack for spelling and grammar checking. Just click that link and it will open the Language Accessory Pack for Office page with your web browser.

Click the “Newer versions” drop-down list and select your desired language. The Language Accessory Pack comes with both 32-bit and 64-bit versions. You need to download the appropriate one depending on the architecture of your Office.

After the download is complete, just double-click it and you can go through the installation process in a minute or two.

Part 4: Change Editing and Display Language for Office

Under the “Choose Editing Languages” section, you should see that the keyboard layout and proofing tools for your desired language are successfully installed. Just select your desired language and click on Set as Default.

Go to the “Choose Display Language” section to change the language for the display (user interface) and the Help files. Once you’re finished, restart Office for the new language to take effect.