Tag Archives: windows

Manipulate Windows Registry from the Command Line

The Registry Editor, or regedit.exe, allows the import and export of Windows registry entry files from the command line. It’s usage though, could prove to be a bit restrictive from the command line. From Windows XP edition onwards, Microsoft has included another command line tool called REG, or reg.exe. This tool is able perform almost all the tasks as it’s GUI counterpart – regedit.exe.

Recursive FTP from the Command Line

The default command line ftp client in most UNIX distributions do not support recursive downloads, even though recursive downloads is a basic feature in most GUI based ftp clients. But if you do not have access to the X-Windows or GUI, there are alternative ways to achieve the same result from the command line.

How to Disable a CPU Core

Multi-core CPUs pack multiple processors into a single chip thus allowing multiple threads to run at once. Most of the time, this is a good thing. But at times, for example, when you need to run some legacy applications that are not compatible with multi-core processing, you may be required to disable the cores.

How to Activate Vista Administrator Account

In Windows Vista, the built-in administrator account is disabled by default. This is based on a security model adopted by Microsoft. Power Users group have also been effectively deprecated. Microsoft has made it much easier to perform normal routines as a standard user and even administrators run with limited Windows privileges and user rights by default.

Upgrade Vista Edition to Ultimate for Free

If you have a branded PC/Laptop (eg. ASUS, HP, Dell, Sony, Gateway, Acer, Lenovo, etc) with Vista factory installed, there is a way to upgrade your edition of Vista to Ultimate for free. This trick does not work with self assembled PCs.

Change Windows Network Configuration from the Command Line

Do you frequently find yourself switching between different IP addresses in your Windows laptop when plugging onto different networks?

This is quite common for field engineers who need to connect to various customer networks. It is quite frustrating to click a dozen times before you can make a single IP address change.

Enable Windows NTLM Authentication in Firefox

Windows NTLM (NT Lan Manager) is a Microsoft authentication protocol used with the SMB (Server Message Block) protocol.

A lot of the protocol was reverse engineered by the Samba team – the people behind the Samba server that allow UNIX machines to share files and printers with a Windows client.