How to Restore NTBackup BKF Files in Windows 10

ntbackup files list

Summary: This post explains how to successfully run NTBackup on Windows 10 and restore data from a .BKF file easily!

There are many users who have got backups done using the NTBackup Tool (also known as “Windows Backup Utility”) in earlier versions of Windows. After upgrading to Windows 10, they find that the NTBackup tool doesn’t exist on Windows 10. Also, Microsoft has taken down the Windows NT Backup Restore Utility (KB974674) from their servers.Read more

How To Disable Taskbar Thumbnail Preview in Windows 10 & Earlier

disable taskbar thumbnail hover preview in windows

Windows does not have a GUI option to disable the taskbar thumbnail preview feature. I’ve experimented with the registry setting TaskbarNoThumbnail and its equivalent GPO Turn off taskbar thumbnails. That setting seems to apply only to Windows Vista and has no effect in Windows 7 and higher. You can, however, disable the taskbar thumbnail feature … Read more

Fix Error “Documents.library-ms is no longer working” in Windows 7

When you double-click a library to view the contents, the following error may occur. “<libraryname>.library-ms” is no longer working. For example, the following error may occur when opening Documents library “Documents.library-ms” is no longer working. This library can be safely deleted from your computer. Folders that have been included will not be affected. Similarly when … Read more

Fix for Event Log Service Startup Error 1079

When you start the Event Viewer, the following error message may be shown. Event Log service is unavailable. Verify that the service is running. Any attempts to start the Event Log service results in the following error: Windows could not start the Windows Event Log service on Local Computer. Error 1079: The account specified for … Read more

Updating Microsoft Security Essentials Using Command-Line

Microsoft Security Essentials includes a command-line utility which can be used to update the virus/malware definitions, initiate a scan, undo a recent definition update and perform other tasks. To know how to use the command-line utility, open a Command Prompt window (CMD.EXE) and execute the following command: “%ProgramFiles%\Microsoft Security Essentials\MpCmdRun.exe” /?   Command Description -? … Read more

How to Enable Quick Edit Mode in the Command Prompt by Default

You can use the mouse to copy Command Prompt text to the clipboard by enabling the Quick Edit option in Command Prompt shortcut properties. What if you don’t use a desktop shortcut to open Command Prompt, and rather run cmd.exe directly? Here is a registry edit which enables Quick Edit option by default for Command Prompt. This works regardless of the methods you use to open the Command Prompt window.

This article was written for older Windows versions. Quick Edit is enabled by default in latest versions of Windows, such as Windows 10.

Read more