Tag Archives: Windows
Remote Shell service for Windows XP

In UNIX/Linux world, it is common to connect to remote machine through Secure shell (SSH). But in Windows world, we depend too much on Remote Desktop Connection (RDP). But except Windows Servers, Windows workstations such as Windows XP does not … Continue reading
How to safely remove ubuntu in dual boot installation

It is not uncommon to see dual boot installation featuring Ubuntu and Windows. I have seen many of my friends try to install Ubuntu in a partition keeping the Windows installation not disturbed. Now a days I suggest them to … Continue reading
How to plug-in and plug-out USB device through command line in Windows

This post talks about how to plug-in and plug-out a USB device through command line without doing it physically. This helps to eliminate wear and tear of connector during development cycle. You need devcon.exe, a utility provided by Microsoft for … Continue reading
Sleep command in Windows (delay)

There is no straight forward sleep command in Windows. All Unix variants provides this command to provide delay in shell scripts. I circumvent this I am using ping command as given below which provides sleep functionality with approximate accuracy. Ping … Continue reading
How to fix “resolving proxy” delay in google chrome on Windows?

Corporate networks has internet proxy with username and password to access internet from their workstation. Most of the time browsers in corporate network (what else? IE only!) are configured to detect the proxy settings automatically to make it simple for … Continue reading
Enabling Debug Print (DbgPrint) in Windows Vista and Server 2008

Issue: Debug prints ( DbgPrint ) are not working in Windows Vista/Server2008. Solution: By default DbgPrint() outputs are disabled in Vista/Server2008. You may follow the below setting in registry to enable the debug prints. Open up the registry and go … Continue reading
How to test Sign the driver in Windows Vista and Server 2008

Many of us use to skip the Driver signature warning message while installing the Windows driver. But this is not possible in the case of Windows Vista and Server 2008 – 64-bit editions. In case of 64-bit systems, it is … Continue reading
Win32 – A quick refresher

I use to enjoy when I do Win32 API Programming. So far I have worked on it without any formal learning. I think this is high time to make my understanding neat and clean on Win32. Here is my attempt to start summarizing … Continue reading
Amazing Microsoft Surface
Today it happened to look at http://www.microsoft.com/surface. It is a innovative next generation user interface for day to day. Microsoft says about this in their press release: The launch of Microsoft Surface marks the beginning of a new technology category … Continue reading
HOWTO: Copy & Paste between Local and Remote Desktop
This HowTo covers how to copy and paste the files/text/graphics (Clipboard) content between remote desktop session and local computer in Windows XP. Follow the following instruction in both local and remote computers. Go to Start->Control Panel->Administrative Tools->Services. Enable and start … Continue reading
Windows CE 6.0 Kernel source opened
The Microsoft has released Windows CE 6.0 version yesterday. The most exciting feature for me is the share kernel source (Since I don’t do any active platform building nowadays, I don’t bother much about other features in this shiny new … Continue reading
Windows Media Center theme for Windows XP

If you are bored with Windows XP Luna theme (Blue/Silver/Olive), here is a nice looking theme available for download. Actually it is meant for Windows Media Center edition. But it looks awesome in Windows XP. Download here Install the downloaded … Continue reading
Notes on Windows SCSI Miniport Driver

Thanks to Microsoft, this article is a collection of articles from Microsoft authenticated documents In the Microsoft® Windows® operating system, the SCSIport driver, in conjunction with vendor-written adapter-specific miniport drivers, was for many years, the only driver delivering SCSI commands … Continue reading
coLinux cooperating with Windows XP on HP nx6120
What is this? I tried coLinux 0.6.2 on Win-XP-SP2 running on HP nx6120 laptop.
It works fine. Just amazing….! I felt like working on full fledged installed linux. http://wiki.colinux.org is very much useful. It **does not** take much memory, … Continue reading
