Archive

Archive for the ‘How do I ?’ Category

Solution or FIX Error: Application not found, when click on CD/DVD drive

December 23rd, 2008

Probably a program was registered to launch automatically when you inserted a DVD, and that program was removed and when you insert any other DVD and try to launch a program, it prompts “Application not found.”

Its simplest trick that helps to get rid of such problem as well as initialize drive’s (including hard drives and DVD drives) context menu to default.

How to-

  1. Run regedit (Registry Editor)
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2
  3. Remove or delete MountPoint2 key completely and close Registry Editor.
  4. Logoff or restart your PC to take effect.
  5. Now check n double click on your DVD drives. Happy Windows computing.

How do I ?, Windows 7, Windows Vista

How to show or hide Send Feedback link from title bar’s of Windows 7 explorer

December 21st, 2008

Windows 7 has lots of features over Windows Vista, that make the difference of the Windows revolution. Send Feedback tool is one among those features & tools. It is used to direct submission of suggestions & report bugs of Windows 7 to Microsoft.

Its link has been placed just before min|max|close button of Windows 7 explorer but sometimes its annoying so here is a small registry trick that helps to get rid of Send Feedback tool’s link.

It works all Windows 7 M3 build 6801 or later builds.(not tested)

How to-

  1. Run regedit (registry editor) and navigate to: HKEY_CURRENT_USER\Control Panel\Desktop
  2. Create or modify a DWORD value named FeedbackToolEnabled and set 0 and any even unsigned integer value (like 0,2,4…and so on) to hide or remove the link and set 1 or any odd unsigned integer value (like 1,3,5…and so on) to show or enable the Send Feedback tool link in Windows 7 explorer.
  3. Logoff or Restart your PC to take effect.

How do I ?, Windows 7

Cleanup Vista RTM (Build 6000) & SP1 (Build 6001) old backup files & components from upgraded Vista SP2

December 13th, 2008

Recently Microsoft announced first public beta of Windows Vista SP2. Vista SP2 offers more compatibility, reliability, and performance, as compared with Service Pack 1.

In Detailed: Notable Changes in Windows Server 2008 SP2 Beta and Windows Vista SP2 Beta &

Windows Vista/Server 2008 SP2 beta:
Download

Vista SP2 has changed the Vsp1cln.exe tool to Compcln.exe, which was integrated into SP1, but it is no longer a part of the SP2.  However, the basic functionality has been successfully preserved.
 
SP2 also includes a Service Pack Clean-up tool (Compcln.exe), which helps restore the hard disk space by permanently deleting the previous versions of the files (RTM and SP1) that are being serviced by SP2.

How to-

  1. Open Command Prompt as Administrator (when UAC is enabled) and click on Continue to jump ahead.
  2. Execute the command Compcln.exe
  3. It prompts to make SP2 permanent on your computer. Press “Y” to confirm!

 Compcln.exe

Have a happy Windows computing.

How do I ?, Windows Server, Windows Vista

Visual Studio 2010 and .NET Framework 4.0 Training Kit (November Preview is now Available)

November 14th, 2008

The November preview of the Visual Studio 2010 and .NET Framework 4.0 Training Kit is now available for download.

This preview includes the following content:

Presentations

  • Overview of the .NET Framework 4.0
    This presentation goes over the new technologies and enhancements being made in the version 4 release of the .NET Framework.
  • Overview of the Visual Studio 2010
    This presentation covers is a high-level over of the value propositions for Visual Studio 2010 and a walkthrough some of the great features being added to the IDE.

Hands-on-Labs

  • Visual Studio 2010: Office Programmability
  • Visual Studio 2010: Test Driven Development
  • Parallel Extensions: Building Multicore Applications with .NET
  • Introduction To Managed Extensibility Framework (MEF)
  • ASP.NET AJAX
  • ASP.NET Dynamic Data
  • Intro To Project “Velocity”
  • Intro To F#

Source: MSDN Blog

How do I ?, Visual Studio

How to change the background image of Windows Media Player 12’s library view

November 8th, 2008

Hi big boys n gals
So Windows 7 M3 is out there officially @ PDC’08, Today I was playing with its registry hive and found a registry tweak that can help to change the background of Windows Media Player 12’s library view.

WMP12

The registry tweak is so simple and can change 7 differenet backgrounds.

How to:

1) Run Registry Editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences

2) Search for a DWORD value named LibraryBackgroundImage

3) Change it to 0 to 7 and see the effect. only 0-7 are valid data for this DWORD value.

Photobucket

How do I ?, Windows 7

How to create a Master Control Panel for Windows Vista and explore the all tasks

October 21st, 2008

After doing lots of R & D on Windows Vista, I have found a registry hack that enables all tasks control panel and system settings at one place…! (Works with Windows Vista 32bit editions only)

It’s much similar to Windows 7’s (M1 Build 6519) Control Panel (Classic View) or you can say, it’ll explorer more controls and tasks than Windows 7 Control Panel.

Method 1:

1) Create a new folder and name it Master Control.{ED7BA470-8E54-465E-825C-99712043E01C}

2) The icon will be changed automatically to Control Panel’s icon. Now open the folder and see the magic of Windows Registry!

Method 2: (Thanks to my friend Marc F.)

Create a shortcut and type explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C} in the location n finish the icon create wizard with appropriate icon and name.

Note: Sometimes…it kills explorer.exe
To get rid of this issue run cmd and copy paste this command and hit enter:

rd “Master Control.{ED7BA470-8E54-465E-825C-99712043E01C}”

How do I ?, Windows Vista