My 2cent tips & tricks on computer technology & Application Virtualization ...
Saturday, April 26, 2008
FAQ: MAV: Removing the Servers from the Softgrid Management consoles.
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.
Wednesday, April 16, 2008
Disable the "Use the Web service to find the correct program" Dialog
Create the following DWORD key NoInternetOpenWith = 1 at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer
Tuesday, April 8, 2008
making skype portable
Ever wished to execute skype from the usb drive. Here's how you can do that.
I am not sure if skype.exe adds registry on the local machine or not, will try to find that and update.
- Create skype folder on usb drive.
- copy skype.exe to that folder.
- create subfolder named data
- create a cmd file (save it in skype folder) with the content start %~dp0skype.exe /datapath:"%~dp0data" /removable
- 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.
Subscribe to:
Comments (Atom)