Posts Tagged ‘Windows 7’

How to Add “Desktop Background File Location” Option to Desktop Right-Click Menu in Windows 7

Desktop Background Slideshow is a neat little feature in Windows 7 which helps you shuffle your desktop background from a image file store folder, at predefined intervals. But, as Windows doesn’t show the file name of the currently displayed wallpaper, it becomes a problem if you have thousands of images in a store folder and you need to find the file name and the directory location of the currently displayed wallpaper.

Here is a small script which adds the Desktop Background File Location option in the Desktop context menu, which opens the current wallpaper file’s target folder and selects the file. (more…)

Fix for Aero Shake Feature Stops Working in Windows 7

Aero Shake is a feature introduced in Windows 7 using which you can minimize all other open Windows, by clicking on the title bar of an application and shaking it using the mouse. This causes all other applications (except that application window) to minimize automatically. This feature is available in Home Premium, Professional, Ultimate, and Enterprise editions of Windows 7. If Aero Shake has stopped working in your PC all of a sudden and you’ve tried running the Aero Troubleshooter, here are some other things that you can try. (more…)

How to Add UAC Shield Icon to Static (Right-Click) Context Menu in Windows 7

Most users customize the right-click menu by adding additional verbs in the registry in order to launch programs or scripts. Windows 7 lets you add the UAC Shield icon for static context menu items as well. If a verb you add to the right-click menu launches a program which runs elevated by default, then it’s a good idea to add the UAC shield icon so that users know that the task requires elevation. (more…)

Fix for Desktop Icons Layout Not Getting Saved Upon Restarting Windows

Windows saves the desktop icon layout when the user logs off, and the setting is read during logon. Recently I came across a case where the desktop icons rearrange to their default positions after a restart or logoff/logon cycle. This turned out to be a Permissions issue with a registry key, which kept Windows from writing to it. Are you experiencing the same problem in your Windows XP/2003/Vista/7 PC? If so, here is a solution that you can give it a go. (more…)

How to Restore .BKF Images Using Windows NT Backup Restore Utility for Windows 7

Here is a walkthrough (with screenshots) on how to restore Windows XP NTBackup’s BKF images in Windows 7 using Microsoft’s Windows NT Backup Restore Utility. Note that our earlier article on How to Restore .BKF files Using NTBackup in Windows 7 and Windows Vista still works. You’re free to choose whichever method you find easier. (more…)

Windows NT Backup Restore Utility for Windows 7 Is Now Available

Earlier we wrote how to restore NTBackup .BKF images in Windows 7, for users who didn’t want to wait for Microsoft’s NT Backup Restore Utility for Windows 7. Now, Microsoft has made available the Windows NT Backup Restore Utility for Windows 7 in the form of a hotfix, that will restore the Windows XP NTBackup images (.BKF) in a Windows 7 PC. (more…)

File Association Fixes for Windows 7

This page contains the file association fixes for some of the common file types. These fixes are applicable for Windows® 7 systems only. (more…)

How to Enable or Disable Thumbnail Previews Quickly Using Right-Click Menu in Windows Vista and Windows 7

If you had disabled thumbnail previews in Windows Explorer for performance, but want to have a means of enabling or disabling thumbnail previews in a jiffy, here is a solution for you. To enable or disable thumbnail previews in Windows Vista and Windows 7, you normally click on the Organize button in the folder view, choose Folder and Search Options, select the View tab and then select or deselect the Always show icons, never thumbnails. (more…)

New Command-Line Parameters for Defrag.exe in Windows 7

Several new switches or parameters are added to the defragmentation console tool (defrag.exe) in Windows 7. The switches are /E, /H, /M, /T, /U & /X. Here is the entire list of parameters supported by defrag.exe (v6.1) in Windows 7:

Switch Description
/A Perform analysis on the specified volumes.
/C Perform the operation on all volumes.
/E Perform the operation on all volumes except those specified.
/H Run the operation at normal priority (default is low).
/M Run the operation on each volume in parallel in the background.
/T Track an operation already in progress on the specified volume.
/U Print the progress of the operation on the screen.
/V Print verbose output containing the fragmentation statistics.
/X Perform free space consolidation on the specified volumes.

Likewise, the following switches are dropped in Windows 7.  Although the following switches are not listed when running "defrag.exe /?", Defrag.exe in Windows 7 still accepts these switches. It’s not clear if they’re left for backward compatibility. Perhaps we should wait for official note from Microsoft.

Switch Description
/R Performs partial defragmentation (default). Attempts to
consolidate only fragments smaller than 64 megabytes (MB).
/W Performs full defragmentation. Attempts to consolidate all file
fragments, regardless of their size.
/F Forces defragmentation of the volume when free space is low.

Right-Click Context Menu Turns Ugly Classic After Installing a Program in Windows 7 or Vista

Yet another context menu saga. After installing Notepad++ (a free Notepad alternative, version 5.5.1 as of this writing) in a Windows 7 computer, the context menu turned ugly with a classic look.

After removing "Edit with Notepad++" from the right-click menu, by deleting the following registry branch:

HKEY_CLASSES_ROOT \ * \ shellex \ ContextMenuHandlers \ Notepad++

It now renders correctly.

This is only a cosmetic issue, and has been already reported by an user in Notepad++ forums.

Adding Notepad++ as a Static Menu

After deleting the context menu handler from the registry, I added Notepad++ as a static menu in this key:

HKEY_CLASSES_ROOT \ * \ shell \ Notepad++

And added an icon to the context menu entry, as well.

Registry Fix

To automate the above, download npp-menu.zip. Unzip and run the attached REG file.

Additional Information

Earlier, it was noted that that a Norton Antivirus definition update caused this problem. You can read more about that in AskVG’s article Fix Old Classic Context Menu Problem, and to obtain the Hotfix from Symantec, visit Context menu options do not appear properly after you install updates for Norton 2009.

What if you experience this problem, but don’t have any of these applications?

If the problem occurred after installing or updating a particular product, notify the product support team so that they may fix the problem in next update. Until they fix the problem, you can remove or disable the corresponding context menu handler shell extension for the product, that is, only if you can’t really stand the ugly / classic look in context menu. Nirsoft’s ShellExView does this job neatly. If you need a detailed guide, check out Method 2 in article Right-click weirdness caused by context menu handlers.