Archive

Archive for the ‘Microsoft’ Category

O2 XDA Download : Window Mobile 6.1 update

July 31st, 2008 Rishi No comments

O2 has finally launched the windows Mobile 6.1 update for the XDA Stellar aka HTC TyTn II.

You will need to have an O2 mobile to be able to access the download page: http://www.my-xda.com/software_updates.jsp

The install process is straight forward.

Download, plug in your PDA to your PC. Establish a connection active sync (XP) or sync center (Vista). And run the file. Its as simple as that. Oh yeah, dont forget to back up your files as everything on the PDA’s onboard memory will be wiped out. The process takes about 10 minutes.

I have not idea how to execute this using linux. I guess that using WINE to emulate active sync and run the updater should work, but I haven’t tried it. If someone has tried updating their PDA using Linux or different platform, please do let us know the steps and the results.

Thanks!

Remote Shutdown & Remote Restart Shortcuts for Windows XP & Windows 2000

July 17th, 2008 Rishi 2 comments

Windows 2000 (with the Resource Kit installed) and Windows XP (natively) have an actual shutdown command that can be launched from a command prompt — and which, therefore, also can be launched from a shortcut. To see all available options for this command, click Start, click Run, type CMD, and click OK. Then, in the box that appears, type:

SHUTDOWN /?

You can also study the available options in the Microsoft KB 317371, “How to Use the Remote Shutdown Tool to Shut Down and Restart a Computer in Windows 2000.” (The article is basically suitable for Win XP also.)

This command starts a 30-second countdown for a shutdown or restart, which permits you to abort it (with a shutdown -a command). It you want the command to execute, use the -t flag, which lets you set the time lapse in seconds. The examples below use a 1-second delay.

For a shortcut to RESTART Windows XP:
SHUTDOWN -r -f -t 01

For a shortcut to SHUT DOWN Windows XP:
SHUTDOWN -s -f -t 01

Unfortunately — especially on Windows XP — this option only shuts down Windows. It does not shut down your computer, at least on most hardware. For that, on Win XP (and for most Win 2000 users also), I recommend the freeware utility Shutdown.exe (not to be confused with the Windows utility by the same name) by MS-MVP Andrej Budja. I’ve seen several shutdown utilities recommended, but this is the only one that I’ve seen actually shut down Windows XP and then powerdown the computer behind it. For more information on the tool, see here. After you place this utility in the root folder of C:, the commands for a shutdown, restart, or hibernate (respectively), each without a time delay, would be shutdown -u -f -t 0 for shutdown, shutdown -r -f -t 0 for restart, and shutdown -h -f -t 0 for hibernate.

Using the TSShutDn Utility

If you don’t want to use a third-party utility, you may be able to get by with a lesser known utility in Windows 2000 and Windows XP. The native commandline tool tsshutdn.exe was originally designed for shutting down servers, not work stations. It was introduced in Windows 2000, and retained in Windows XP. See MSKB 320188, “How to Use the TSSHUTDN Command to Shut Down a Terminal Server in Windows 2000 Terminal Services,” and MSKB 243202, “Windows 2000 Terminal Services Session Management Tools.” From a command prompt, type tsshutdn /? for a list of its subcommands and syntax. A command line of C:\WINDOWS\SYSTEM32\TSSHUTDN.EXE 0 /DELAY:0 /POWERDOWN will powerdown most Windows 2000 and Windows XP computers, though some (according to correspondent “perris,” who first turned me onto this native utility) will get an error message 1702

Ballmer Peak

July 5th, 2008 Rishi No comments

Enable Remote Desktop Connection on Vista Home Premium

June 21st, 2008 Rishi No comments

I’ve been using Windows Vista Home Premium for quite a while as it was shipped with my new laptop. At first look I didn’t like it. It was different from Windows XP; very different indeed. Then gradually, I started getting used to it and now I like it. I’d rather not comment on XP vs. Vista. They are both different and are both good at what they’ve been built for.

I have got a LAN at home and I like to use remote desktop to other computers (XP Pro & Linux).

What I have noticed with Vista Home Premium is that the Remote Desktop feature has been disabled just like in Window XP Home Edition. That is, you can remote desktop to another computer from Vista Home Premium but cannot remote desktop to it.

I searched Google and found something called “Termsrv.zip“. It contains three .bat files. You need to run the one which describes your version of Vista as Administrator, and BINGO! Remote desktop will be enabled.

You can Google for “Termsvr.zip” or download it from TonyChan.org

It works fine on my laptop. So one more problem solve.

Please do add a comment below to say whether this worked for you or not. Thanks!