by Rich Kreider
Convert between bits/bytes/kilobits/kilobytes/megabits/megabytes/gigabits/gigabytes
What is it?
This is completely based on Matisse.net's online bitcalc tool: http://www.matisse.net/bitcalc/
Enter in an amount of units and click calculate. For example, in the screenshot, I entered in 1024 gigabytes. The calculator converts 1024GB to bits, bytes, kilobits, kilobytes, megabits, megabytes, gigabits, gigabytes, terabits, terabytes, petabits and petabytes.
I have written this in .NET 2.0 and is a Continue Reading...
What is it?
I created a small tool to help facilitate setting the default user to automatically logon to a system.
Requirements
Administrator Privileges
.NET 2.0 or greater
Details
There are 4 registry entries of interest here:
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
AutoAdminLogon=1
DefaultUserName=
DefaultPassword=
ForceAutoLogon=1
If you don't want to download and run my program, you can simply copy the above text into notepad, save-as a .reg file and double-click Continue Reading...