Author Archive

Prevent Windows 10 from Changing Screen Brightness Automatically

May 9th, 2020 by Admin

Your Windows 10 laptop keeps adjusting the brightness constantly? The screen becomes dim when the AC adapter unplugged? How do I disable auto-brightness/auto-dimming? On most modern computers, Windows can automatically adjust the screen brightness based on the light of surroundings, your power plan or battery life. In this tutorial we’ll show you how to prevent Windows 10 from changing screen brightness automatically.

Part 1: Disable Adaptive Brightness

If your computer monitor has an integrated light sensor, Windows can adjust the screen brightness depending on the amount of light around you. To turn off adaptive brightness on Windows 10, press the Windows key + I keyboard shortcut to open the Settings app, then click on the System category.

Select the Display menu on the left. On the right, uncheck the “Change brightness automatically when lighting changes” option.

If the above option is missing or you’re using an old version of Windows, open the Power Options window from the Control Panel and expand the Display item, you can turn off the “Enable adaptive brightness” setting.

Adaptive brightness is available in Windows 10, 8 and 7, but it is only visible if your computer has an ambient light sensor.

Part 2: Disable Auto Screen Dimming While in Battery Saver

Windows 10 includes a new feature called Battery Saver that can extend battery life of your laptop or tablet. When the battery falls below 20%, Windows will automatically lower the screen brightness, which helps reduce battery consumption. To disable this behavior, just open the Settings app and navigate to System -> Battery, click the checkbox next to “Lower screen brightness while in battery saver“.

Part 3: Disable Power Saving for Graphics Card

If you’re using Intel graphics adapter, just download the Intel® Graphics Control Panel app from Microsoft Store, which lets you adjust most power management settings with ease. After starting the app, go to the “Power” section and look for a feature called “Display Power Saving Technology” and disable it.

NVIDIA also has a similar app named NVIDIA Control Panel so you can disable power saving mode too. For AMD users, the AMD Radeon software is also now in the Microsoft Store.

How to access and use Voice Recorder app in Windows 10

April 25th, 2020 by Admin

How can I record my own voice from a Windows 10 computer? Windows 10 comes with a built-in Voice Recorder app which lets you record audio from a microphone or headset. In this tutorial we’ll show you how to access and use Voice Recorder app in Windows 10.

Part 1: Open Voice Recorder App in Windows 10

Click inside the Search box on the lower left side of your screen, and type “voice recorder“. Then you can click the app to open it.

You can also access the Voice Recorder app from the Start Menu. Just click the Start button and scroll to the letter V, you can find the app and launch it quickly.

If the Voice Recorder app is missing or somehow disappears on your system, you can open the Microsoft Store. Search for Windows Voice Recorder, and click the app in the search result to install it.

Part 2: Use Voice Recorder App to Record Sound

Once the Voice Recorder launches, click the Record button or press Ctrl + R to begin recording audio.

When you are finished, click the “Stop” button and a new window will appear showing the audio recordings you have created. You can listen to the recording or right-click it to rename, delete or find your voice recorded files.

The voice recorded files are saved as .m4a format, and you can find them under the folder C:\Users\user_name\Documents\Sound recordings. If you need to convert them to mp3 or other audio formats, Video Converter Assist can be of help.

That’s it!

Fix: UAC YES Button is Gone or Grayed out in Windows 10

April 21st, 2020 by Admin

When you try to open a program as administrator, the User Account Control (UAC) dialog will pop up as normal but the Yes button might be missing or greyed out.

This problem usually happens when there is no other administrator account exists in the system and your account no longer has the admin rights. In this tutorial we’ll show you an easy way to fix such UAC privileges problem.

How to Fix: UAC YES Button is Gone or Grayed out in Windows 10

  1. Open a Command Prompt window without admin privileges. Type the following command and hit Enter.
    SHUTDOWN /R /O -T 00

  2. The computer will log you off and bring up the Choose an option screen. Click on Troubleshoot.

  3. Select Advanced options.

  4. On the next screen, click on Startup Settings.

  5. From the Startup Settings window, click on Restart.

  6. Once Windows restarts to the Startup Settings screen again, press 6 or F6 to choose “Enable Safe Mode with Command Prompt“.

  7. Although the built-in Administrator account is disabled and hidden, it will still show up on Safe Mode login screen. You can click it to login without a password.

  8. Once logged in, the Administrator Command Prompt will open. To fix the problem of “Yes button missing or grayed out in UAC”, type the following commands one by one to change your password, prompt your account to administrator and make it active.
    net user YOUR_USER_NAME YOUR_NEW_PASSWORD
    net localgroup Administrators YOUR_USER_NAME /add
    net user YOUR_USER_NAME /active:yes

  9. Reboot your computer as normal and everything should be good to go.

If you have previously set a password on the built-in Administrator account and you can’t remember it, the above method won’t work and you can use PCUnlocker to reset your password and account settings, which will also make the “Yes” button in UAC dialog become accessible.

2 Ways to Prevent NTLM Credentials from Being Sent to Remote Servers

April 14th, 2020 by Admin

When you try to access a web page which contains a file hosted on a SMB server, Windows automatically sends your user name and NTLM credentials to authenticate. Although the credentials are not sent in clear-text, the attacker can crack them to recover your Windows password. To avoid leaking your account credentials, you can block NTLM (allowing only Kerberos) so Windows will no longer send your NTLM credentials to remote servers.

Method 1: Restrict Outgoing NTLM Traffic Using Group Policy

  1. Open the Local Group Policy Editor and navigate to: Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options. On the right pane, double-click the “Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers” policy.

  2. Select Deny all from the drop-download list, click Apply and then OK.

  3. Reboot your computer and Windows will no longer automatically send your NTLM credentials to a remote server when accessing a share.
  4. If you need to add some remote servers to a whitelist, double-click on the “Network security: Restrict NTLM: Add remote server exceptions for NTLM authentication” policy.

  5. Add the remote servers to the list of exceptions, click Apply and then OK.

Method 2: Restrict Outgoing NTLM Traffic Using Registry Tweak

  1. Open Registry Editor and browse to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0. Right-click on the MSV1_0 key, select New -> DWORD (32-bit) Value.

  2. Name the newly created DWORD RestrictSendingNTLMTraffic, then double-click it to set the value data to 2 and click OK.

  3. If you want to add certain servers that you wish to whitelist, use the similar method to create a new DWORD named ClientAllowedNTLMServers. Double-click it and add remote servers which you allow sending NTLM credentials to.

  4. Reboot your computer to apply the changes. You can continue accessing files on remote servers which are whitelisted while stopping Windows from potentially sending your NTLM credentials over the network.

4 Ways to Turn Off / On Thumbnail Previews in Windows Explorer

April 7th, 2020 by Admin

Is there any way to disable video and image thumbnail preview in Windows 10? Thumbnail previews are useful since they let you preview Windows files without opening them, but it might slow down folder navigation process. In this tutorial we’ll show you 4 ways to turn off or on thumbnail previews in File Explorer on Windows 10 / 8 / 7.

Thumbnail previews are enabled:

Thumbnail previews are disabled:

Method 1: Disable or Enable Thumbnail Previews via Folder Options

  1. Open Windows Explorer. Go to the View tab and click the Options button in the Ribbon menu.

  2. Click on the View tab and check the option “Always show icons, never thumbnails” to disable thumbnail previews, or uncheck it to enable thumbnail previews.

  3. Click OK to save your changes.

Method 2: Disable or Enable Thumbnail Previews via Performance Options

  1. Press the Windows key + R keyboard shortcut, then type SystemPropertiesPerformance in the Run box and press Enter.

  2. The Performance Options window will open. Uncheck or check the “Show thumbnails instead of icons” option under the Visual Effects tab, and click OK.

Method 3: Disable or Enable Thumbnail Previews via Registry Editor

  1. Open Registry Editor and navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced. On the right pane, double-click the DWORD value IconsOnly to modify.

  2. Change the value data to 1 to hide thumbnails or 0 to show thumbnails, and click OK.

  3. You only need to refresh your File Explorer to see the changes immediately.

Method 4: Disable or Enable Thumbnail Previews via Group Policy

  1. Open Local Group Policy Editor and browse to: User Configuration -> Administrative Templates -> Windows Components -> File Explorer. Double-click the “Turn off the display of thumbnails and only display icons” policy on the right pane.

  2. Select Enabled to turn off thumbnail previews, or select Not configured to turn on thumbnail previews. Next, click OK.

  3. You can see the changes by refreshing your folder in Windows Explorer. No need to restart Windows. After disabling thumbnail previews with group policy, it’s impossible to enable thumbnail previews using other methods above until you set this policy back to Not configured.

How to Disable “Low Disk Space” Warning in Windows 10 / 8 / 7

March 29th, 2020 by Admin

When any drive on your computer has less than 10% free disk space, a “Low Disk Space” warning will pop up at the bottom right side of the screen constantly. If this warning is not about the system (C:) drive and you want to get rid of it, here is a registry tweak to disable the annoying “Low Disk Space” warning in Windows 10 / 8 / 7.

How to Disable “Low Disk Space” Warning in Windows 10 / 8 / 7

  1. Press the Windows key + R to open the Run command box, type “regedit” (no quotes) and press Enter.

  2. This should open the Registry Editor window. Navigate to the following key:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

    Right-click the blank area on the right pane and select New -> DWORD (32-bit) Value.

  3. Name the value NoLowDiskSpaceChecks and double-click it to modify. In the Value Data box, type “1” (no quotes) and click OK.

  4. Close Registry Editor and restart your computer, Windows will stop giving you low disk space warnings. If you want to turn on the low disk space notifications later, just right-click on the NoLowDiskSpaceChecks value and delete it.

How to Add or Change Slide Number in PowerPoint 2016 / 2019

March 25th, 2020 by Admin

Is there an automated way to add slide numbers to your PowerPoint presentation? Numbering your slides can let you know which slide you’re currently on. In this tutorial we’ll walk you through the steps to add or change slide numbers for PowerPoint 2016 / 2019 presentation in Windows 10.

Part 1: Add Slide Number to PowerPoint Presentation

  1. To add slide numbers, open your PowerPoint presentation. Select the Insert tab on the ribbon, click the “Header & Footer” button.

  2. The “Header and Footer” dialog box will appear. In the Slide tab, check the box next to “Slide number“. If you want to disable slide numbers on the title slide, check the box “Don’t show on the title slide“.

  3. Click on “Apply to All“. PowerPoint will automatically add slide numbers to each of your slides in the bottom-right corner.

Part 2: Change the Starting Slide Number

By default, PowerPoint starts the slide number from 1. Here is how to change the slide starting number to 0 or any number of your choice:

  1. Select the Design tab on the ribbon. Click the “Slide Size” button and then choose “Custom Slide Size” from the drop-down menu.

  2. The Slide Size dialog box will open. You can change the number in the “Number slides from” box from 1 to a different number.

  3. Click OK. The slide numbers will update immediately.

Conclusion

So that is how you can easily add slide number to a PowerPoint presentation or change slide numbers to start with any number. If you want to show the total number of slides on every slide (such as “slide 2 of 16“), there is no automatic method and you have to do it manually by following this article.

How to Insert Page Number in Word 2019 / 2016 from Specific Page

March 20th, 2020 by Admin

Office Word lets you add page numbers to all the pages in your document easily. But if your document has a cover page and you want to start page numbers on page 2 or 3, the steps are a bit complicated. In this tutorial we’ll walk you through the steps to insert page number in Microsoft Word 2019 / 2016 from specific page.

How to Insert Page Number in Word 2019 / 2016 from Specific Page

  1. Click the page you want to start numbering from. Go to the Layout tab on the Ribbon and click the Breaks button, then choose the “Next Page” option.

  2. Switch to the Insert page. Click the “Page Number” button in the “Header & Footer” section, and then choose where you’d like the page numbers to appear.

  3. Proceed to choose the numbering style you would like to use.

  4. Under the Design tab, click the “Link to Previous” button in the Navigation section and make sure it is not highlighted.

  5. Next, scroll to each page you don’t want numbered and delete the page number from the header or footer. To delete a page number, click the “Page Number” button in the “Header & Footer” section, and then select the “Remove Page Numbers” option.

  6. Finally, select the number which appears on the page you want to start numbering from, click the “Page Number” button and select “Format Page Numbers…

  7. In the Page Number Format window, choose to start page numbering at 1, and click OK.

  8. Click the “Close Header and Footer” button on the Ribbon and you’re done.

How to See Command History from Previous PowerShell Sessions in Windows 10

March 15th, 2020 by Admin

Is there a way to see command line history across all PowerShell sessions? Windows PowerShell lets you view every command you’ve executed during the current session by using the Get-History command. But sometimes that is not enough. In this tutorial we’ll show you how to see the full command history from all previous sessions in Windows 10.

How to See Command History from Previous PowerShell Sessions in Windows 10

  1. In order to use the PowerShell command history functionality, you need to first install the PSReadLine module with the below command.
    Install-Module PSReadLine

    If you’re prompted to install NuGet Provider, type Y and press Enter.

  2. Next, type the following command to display the path to the file in which the PowerShell command history is saved.
    (Get-PSReadlineOption).HistorySavePath

    To view the full detailed command history on the PowerShell console, run this command:
    cat (Get-PSReadlineOption).HistorySavePath

  3. To clear all the history of PowerShell commands you’ve ever typed, type the following command:
    Remove-Item (Get-PSReadlineOption).HistorySavePath

    If you need to prevent PowerShell from saving command history, execute this command:
    Set-PSReadlineOption -HistorySaveStyle SaveNothing

    Whenever you want to configure PowerShell to track all executed commands again, run the following command:
    Set-PSReadlineOption -HistorySaveStyle SaveIncrementally

That’s it!

4 Ways to Disable or Enable Bluetooth in Windows 10

March 10th, 2020 by Admin

Many Windows 10 computers come with a Bluetooth chip, which you can use to connect most of your devices like smartphones and headphones. If you don’t use Bluetooth and leave it on, it will pose some security risks and also drain your PC’s battery. Whenever you don’t absolutely need it, you should turn it off. In this tutorial we’ll show you 4 easy ways to turn off / on Bluetooth in Windows 10.

Method 1: Disable or Enable Bluetooth in Bluetooth Settings

Press the Windows key + I together to open the Settings app. Navigate to Devices -> Bluetooth & other devices. On the right side, you can use the “Bluetooth” option to disable or enable Bluetooth.

Method 2: Disable or Enable Bluetooth in Airplane Mode Settings

Press the Windows key + I together to open the Settings app. Browse to Network & Internet -> Airplane mode. On the right pane, you can toggle the Bluetooth slider to the Off or On position.

Method 3: Disable or Enable Bluetooth in Action Center

Click the Action Center icon in the bottom-right corner of the taskbar, or press the Windows key + A shortcut to open the Action Center.

Next, click on the Bluetooth button in Action Center to toggle it on or off.

Method 4: Disable or Enable Bluetooth from Device Manager

Open Device Manager and expand the Bluetooth category. Right-click on your Bluetooth device and select “Enable device” or “Disable device”.

If your Bluetooth device is missing, try to expand the “Network adapters” category and you may find Bluetooth located there.