I just posted a beta version of ABR with Windows 7 support. I have not been able to test it myself (no access to OEM Windows 7 at the moment), but I have had a few beta testers who reported it worked correctly.
Give it a try if you are willing to help test it and please let me know how it goes.
When you run the backup, you should have 2 new files created in the folder, "backup-key.txt" and "backup-cert.xrm-ms". Make sure both files contain something, then save everything to a safe place before you clean install.
Here's a handy backup batch script, useful for keeping backups of USB flash drives. It will save the backup files in C:\User\[username]\[backupdir], with backupdir using the same name as the batch file. This makes it easy to have multiple backups from different USB drives, as only the batch file name needs to change to save the backup to a different folder. (This also means that the file MUST be named differently for different drives as to avoid clobbering another backup)
ABR (Vista Activation Backup & Restore) has finally reached 1.0!
It's been working great for a long beta period, except for one minor bug that was fixed with this release. I also added a silent restore option for anyone trying to integrate the activation into an auto-install DVD. With that, it was finally time to promote it to 1.0.
ABR allows the to backup and restore of Windows Vista activation that was pre-installed at the factory (OEM:SLP activation only).
To remove a value, set it equal to "-":
[HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"PastIconsStream"=-To remove a key, place a "-" in front of it:
[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Erasext]Read the rest of this series:
Back in Part II, I did some time tests to see the differences between reading and writing compressed and uncompressed files. One factor that I did not account for was the fact that the number of files in the test could affect the results.
Here's what led me down this road, from Part II:
One annoying thing about modern OEM systems is that they come with "recovery discs" instead of a regular Windows installation. On Vista recovery discs from HP (and probably others), those files are stored as .WIM files. I was initially under the assumption that these were somehow encrypted to protect them from tampering, as my initial attempts to open them had failed, but the reality is that they are spanned WIM volumes and can be reconstructed to a whole WIM image file, then mounted using imagex.exe.
Read the rest of this series:
A little while ago I did some testing on NTFS compression with HD Tune and Sisoft Sandra. The results seemed to favor using NTFS compression, but didn't really answer the question of which file types would benefit, and which would not. The tests gave a slight edge to the compressed drive for reading, but I didn't feel like one benchmark test was really conclusive enough, and benchmarks are not an indicator of real-world performance. So I decided to run a test of my own making using some real files, and see if I could get some better numbers.
To manually force Vista to defrag the boot files (for faster boot times), copy and paste this into a batch file.
bootopt.bat:
@echo off
:: Originally found here:
:: http://forum.notebookreview.com/showthread.php?p=2737834
echo Optimize boot files for faster startup
echo.
echo MUST run as Administrator
echo.
echo Close ALL running programs before continuing!!!
echo.
pause
echo Defragging boot files...
:: Tell Vista that all applications are idle and it can start a background task
echo Rundll32.exe advapi32.dll,ProcessIdleTasks
WinHotKey allows you to assign "hot keys" that do various things. Actions that can be done with a hotkey are:
The main goal of this tool is to be easy to use. There are many other hotkey programs out there, but most of them do not provide a sufficient level of "ease of use". This walks the user through the options, while remaining a powerful tool.
When running, the program sits in the system tray. Double-clicking on the system tray icon will bring up the main window.
Here's a screen-shot of the main window:
Remember the days before Automatic Updates? For a long time, if you wanted updates to a Windows system you had to wait for a Service Pack or a new version. Once the Internet came around, you could download patches from Microsoft if you really needed them, but in general you had to wait for the new versions.
Then Microsoft introduced "Windows Update". You could go to the web site and it would scan your system and present you with a list of available updates. This worked for system patches as well as service packs, and was great for System Administrators and home users alike.