~ Mayank Johri’s Tips ~

April 25, 2008

FAQ: MAV: Removing the Servers from the Softgrid Management consoles.

Filed under: FAQ's, Microsoft Application Virtualization — mayankjohri @ 6:52 pm

Delete / rename the SftMMC which is located at “%appdata%\Microsoft\MMC” directory will remove all the settings and sever details also from the Softgrid Management Consoles.

April 15, 2008

Disable the “Use the Web service to find the correct program” Dialog

Filed under: Tips, Windows — mayankjohri @ 8:23 pm

Create the following DWORD key NoInternetOpenWith = 1 at

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

April 8, 2008

making skype portable

Filed under: Portable Apps — mayankjohri @ 5:40 pm
Tags: , ,

Ever wished to execute skype from the usb drive. Here’s how you can do that.

  1. Create skype folder on usb drive.
  2. copy skype.exe to that folder.
  3. create subfolder named data
  4. create a cmd file (save it in skype folder) with the content start %~dp0skype.exe /datapath:”%~dp0data” /removable
  5. run the cmd file and enjoy.

I am not sure if skype.exe adds registry on the local machine or not, will try to find that and update.

Blog at WordPress.com.