Archive for December, 2019

How to Make Windows 10 Play Shutdown Sound

December 26th, 2019 by Admin

Windows 10 shutdown sound not playing? Starting with Windows 8, sounds for the logon, logoff and shutdown events have been disabled completely, but the sound files remain in the system location: C:\Windows\Media. In this tutorial we’ll show you how to make Windows 10 play shutdown sound using Task Scheduler.

How to Make Windows 10 Play Shutdown Sound

  1. To get started, open Task Scheduler and click on the Create Task link in the right Actions pane.

  2. When the Create Task dialog opens, give the task a proper name like “Play shutdown sound“. Choose “Run whether user is logged on or not” and check the “Run with highest privileges” option. Next, click the “Configure for” drop-down and select Windows 10.

  3. Switch to the Triggers tab and click on the New… button.

  4. Select On an event in the “Begin the task” drop-down. Click the Log drop-down to select System, enter 1074 (user initiated shutdown) in the Event ID text box and click OK.

  5. Move to the Actions tab and click on the New… button.

  6. Set the action type to Start a program. Type PowerShell in the Program/script text box. Copy and paste the following command into the “Add arguments” text box. Click OK.
    -Command "(New-Object Media.SoundPlayer 'C:\Windows\Media\Windows Shutdown.wav').PlaySync()"

  7. Go to the Conditions tab, uncheck the option “Start the task only if the computer is on AC power” and click OK.

  8. You will be prompted to enter your current Windows password. Once it’s done, Windows 10 will play a sound every time you shut down your computer.

If you don’t like the default shutdown sound which comes with Windows 10, you can change it to any other WAV file located in C:\Windows\Media. That’s it!

How to Make Funny Folder Name with Emoji on Windows 10

December 23rd, 2019 by Admin

How can I create a folder or file with funny name? If you get bored with using letters and numbers to name a folder or file, here’s how to use Emoji to rename a folder or file on Windows 10.

How to Make Funny Folder Name with Emoji on Windows 10

Open File Explorer and browse to a folder (or a file, program shortcut) you want to rename. Highlight the folder and hit F2 key on your keyboard, or right-click it and select Rename.

While renaming, press the Windows key + . at the same time to open the built-in Emoji panel. Click on the emojis you want to use for naming your folder. You can now name your folder with any combination of emoji, letters, and numbers.

Once you’re done entering emoji, press Enter to save the new folder name.

That’s all. You can go ahead and use this tip to rename all your folders, files or desktop shortcuts with funny emoji names.

2 Ways to Run a Windows Program in Compatibility Mode

December 19th, 2019 by Admin

Your old program doesn’t work properly or can’t run at all after upgrading to Windows 10? To get some older programs to run on a modern version of Windows, you may need to turn on compatibility mode. In this tutorial we’ll show you 2 simple methods to run a Windows program in compatibility mode.

Method 1: Enable Compatibility Mode for a Program in Properties

Right-click your program’s shortcut or the .exe file, and then select Properties from the context menu.

Under the Compatibility tab, check the “Run this program in compatibility mode for” option, and then choose which version of Windows you want to use.

For example, if your program doesn’t run properly on Windows 10 but did run properly on Windows 7, then select “Windows 7” from the drop-down menu. This will force the program to run in Windows 7 compatibility mode.

Method 2: Enable Compatibility Mode for a Program Using Command Prompt

First of all, you need to know which compatibility mode you want your program to run with. The following tables show the values for different compatibility modes.

Description Value Data
Windows 8 WIN8RTM
Windows 7 WIN7RTM
Windows Vista SP2 VISTASP2
Windows Vista SP1 VISTASP1
Windows Vista VISTARTM
Windows XP SP3 WINXPSP3
Windows XP SP2 WINXPSP2
Windows 98 WIN98

Next, Open an elevated Command Prompt and run the following command. Replacing "D:\PSTools\PsExec.exe" with the full path of your .exe file, and “WIN7RTM” with your desired compatibility mode.

reg.exe Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "D:\PSTools\PsExec.exe" /d "WIN7RTM"

Once this is done, your program will run in compatibility mode by default.

How to Enable Print Logging in Windows 10 and Windows Server 2012

December 16th, 2019 by Admin

How can I keep track of all printing activities that take place in different applications? Windows Event Viewer allows you to track all print jobs in one place. By default the print logging isn’t turned on. Here is how you can enable print logging in Windows 10 and Windows Server 2012.

How to Enable Print Logging in Windows 10 and Windows Server 2012

  1. Press the Windows key + R together to open the Run dialog, type eventvwr.msc and hit Enter to open Event Viewer. In Windows Server 2012, you can access Event Viewer from Server Manager -> Tools.

  2. When the Event Viewer window opens, navigate to Applications and Services Logs -> Microsoft -> Windows -> PrintService. Right-click on Operational item and select Properties.

  3. In Log Properties dialog, check the “Enable logging” option. You can change the maximum event log size or enable Overwrite events as needed to only keep recent events.

  4. From this point forward, all your print activities will be logged by Event Viewer and you can see the event logs under Applications and Services Logs -> Microsoft -> Windows -> PrintService -> Operatinal.

    The most interesting event for printer usage tracking is event 307. Double-click on each 307 event and it tells you which document was printed, how many pages or copies were used, as well as the printing time.

Enable Print Logging Using Command Prompt or PowerShell

Additionally, you can also enable Windows print logging using the built-in wevutil utility. Just open an elevated Command Prompt or PowerShell, and run the following command:
wevtutil.exe sl Microsoft-Windows-PrintService/Operational /enabled:true

That’s it!

How to Move the Desktop or Document Folder to Another Drive in Windows 10

December 11th, 2019 by Admin

Every version of Windows comes with a series of default folders (such as Desktop, Document, Downloads, Pictures, Videos, and Music) for each user account. If you’re running out of space on your primary C: drive, you can move those folders to another drive to free up space. In this tutorial we’ll show you how to easily move the Desktop or Document folder to another drive in Windows 10.

How to Move the Desktop or Document Folder to Another Drive

  1. Open File Explorer and browse to your user account’s folder. If your user account name is Tom, you’ll find the Desktop and Document folders at C:\Users\Tom. Right-click the Desktop or Document folder you want to move, and select Properties.

  2. Go to the Location tab, and click on the Move button.

  3. When the folder browse dialog shows up, select a new location where you want the folder to be moved. Finally click on Select Folder.

  4. The new location is now shown in the Location tab. Click OK to apply the change.

  5. Afterwards, click Yes to confirm moving all your files from the old location to the new folder.

Whenever you want to restore the Desktop or Documents folders to its original location, just right-click on the folder and select Properties, then click on the Restore Default button under the Location tab.

That’s it!

How to View and Change Default Download Location in Microsoft Edge

December 9th, 2019 by Admin

How do I view where Edge downloads are saved? You have no idea what you set your default download folder to? This tutorial will show you how to easily view and change the default download location for Microsoft Edge in Windows 10.

How to View and Change Default Download Location in Microsoft Edge

Open Microsoft Edge browser and click the Menu button (three horizontal dots) from the top right corner. Choose Settings from the popup menu.

Under the General tab, scroll down to the Downloads section and you can view the current default download location (e.g. “C:\Users\Your username\Downloads”). If you want to save your downloads in another folder, click on the Change button.

Choose your preferred folder and click on Select Folder.

From now on Microsoft Edge will automatically save your downloads to the new default location.

How to Enable or Disable Trim Support for SSD in Windows 10

December 5th, 2019 by Admin

TRIM is an ATA command that tells the SSD controller to erase the data instead of only mark the data as deleted when a file is deleted. Have the erasing operation done ahead of time improves performance. If you find the performance of your SSD is degrading over time, try to enable TRIM or optimize the drive. In this tutorial we’ll show you how to enable or disable TRIM support for SSD (Solid State Drive) in Windows 10.

Note: Enabling TRIM will undoubtedly reduce the chances for recovering your lost files from SSD. Deleted files are erased immediately and can’t be recovered.

Part 1: Check If TRIM is Enabled

To see whether or not your SSD has TRIM enabled, open the Command Prompt with administrator privileges and run the following command:
fsutil behavior query DisableDeleteNotify

If the DisableDeleteNotify value is zero (0), it means that TRIM is enabled. If you got a result of one (1), TRIM is disabled.

Part 2: Enable or Disable Trim Support for SSD in Windows 10

If TRIM is disabled on your SSD, you can forcibly enable TRIM by running the below command in an elevated Command Prompt:
fsutil behavior set DisableDeleteNotify 0

When you need to disable TRIM support for any reason, execute this command:
fsutil behavior set DisableDeleteNotify 1

That’s it!

How to Pin Control Panel or Settings App to Windows 10 Start Menu

December 2nd, 2019 by Admin

Is there a way to pin a particular Control Panel item to Start Menu? Pinning frequently used Control Panel items to Start Menu can improve your efficiency. In this tutorial we’ll show you an easy way to pin any Control Panel item and Settings app page to the Start Menu in Windows 10.

Part 1: Pin Control Panel Items to Windows 10 Start Menu

  1. Open the Control Panel and set the View by option to Large icons. Right-click on any specific item you want to pin on the Start Menu.

  2. Choose Pin to Start from the popup menu.

  3. That Control Panel item will appear on the right side of the Start Menu.

Part 2: Pin Settings App Pages to Windows 10 Start Menu

  1. Open Windows 10 Settings app and navigate to a specific settings page. On the left, right-click any settings tab you want to pin on the Start Menu. When the “Pin to Start” popup menu appears, click on it.

  2. Next, click Yes to confirm the action.

    Now you’ll find a new tile for that setting on the Start Menu.

That’s it!