Posts Tagged ‘Microsoft’
How to Backup and Restore Windows 7 and Server 2008 R2 Activation Status (Activate Offline On Reinstall)
Saturday, January 30th, 2010Windows 7 and Windows Server 2008 R2, similar to Windows Vista and Windows Server 2008, requires user to perform activation in order to activate the Windows operating system to be used without interruption. Activation of Windows 7 and Windows Server 2008 R2, except for users who bought branded OEM computer or activate via KMS host, is normally performed online to validate against Microsoft’s activation server, or via phone activation.
One inconvenience brought by activation is that Microsoft limits and restricts the number of time that online activation can be done. Anything more than that will require user to call Microsoft activation hotline to go through manual hectic process to activate via phone.
Besides, not many people will like to “contact” Microsoft every time after reinstalling or reformating the PC or computer for a fresh and clean start. So it would be great if the “activated” activation status of Windows OS can be preserved, or backed up and restored after re-installation so that Windows 7 and Windows Server 2008 R2 can be activated offline or without connecting to Microsoft’s activation server.
Try the following trick to backup activation files for Windows 7 or Windows Server 2008 R2, which has been previously been activated, prior to reinstallation. Note that the workaround should only be tried by users who want to clean install Windows, as if user (i.e. want to upgrade to bigger hard disk) makes a clone image of physical hard disk with Norton Ghost or Acronis True Image, all application programs, data, resources together with activation status will be automatically preserved.
1. Copy and save or backup the following activation-related files to external storage medium such as USB flash drive or portable hard disk drive:
%SystemDrive%\Windows\ServiceProfiles\NetWorkService\
AppData\Roaming\Microsoft\SoftwarePlatform\Tokens.dat
and,
%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
Note: For 64-bit (x64) OS, %SystemDrive%\Windows\SysWOW64\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms have to be backed up too.
2. Retrieve and record the product key used to install and activate the current Windows 7 or Windows Server 2008 R2.
Tip: If you can’t remember the product key used, there is plenty of product key viewers available to help.
3.
Reinstall Windows 7 or Windows Server 2008 R2. When installation wizard prompts for a product key for activation, leave it blank (do not enter anything).
4. In the newly installed Windows operating system, stop the Software Protection Service in Services.msc or with the following command (run in elevated command prompt):
net stop sppsvc
5. Navigate to the following folder:
%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\
Note: In 64-bit (x64) operating system, also perform the action in %SystemDrive%\Windows\SysWOW64\spp\tokens\pkeyconfig\ folder.
6. Take ownership and give user full control permissions (alternatively add grant full control right click menu item) to pkeyconfig.xrm-ms file.
7. Delete the original default pkeyconfig.xrm-ms file, and replace with the backup copy.
8. Navigate to the following folder:
%SystemDrive%\Windows\ServiceProfiles\NetWorkService\
AppData\Roaming\Microsoft\SoftwarePlatform\
9. Take ownership and give user full control permissions (alternatively add grant full control right click menu item) to tokens.dat file.
10. Delete the original default tokens.dat file, and replace with the backup copy.
11. Restart the Software Protection Service in Services.msc or with the following command (run in elevated command prompt):
net start sppsvc
12. Register the product key for Windows 7 or Windows Server 2008 R2 with the following command (run in elevated command prompt):
slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
Replace xxxxx-xxxxx-xxxxx-xxxxx-xxxxx with the actual product key.
13. Windows will activated instantly, off-line. To check activation status, uses of of the following commands:
slmgr.vbs -dlv
slmgr.vbs -dli
slmgr.vbs -ato
Note that the ability to backup and restore old activation status in order to pre-activate or ready-activate a machine after re-installation must be on the same hardware without any hardware change, else user will need to activate online again. Besides, the product key used must be the same serial code too. The hack also does not apply to OEM branded computer which has Windows pre-activated and KMS host activated Windows system.
Related articles
- Windows Registry hack to Disable Cached Logins to Domain Controller (taragana.com)
- How to Use XP Mode in Windows 7 (helpdeskgeek.com)
- Windows 7 Guides: The Best Of [Windows 7] (gizmodo.com)

Popularity: 1% [?]
Start Slide Show with PicLens LiteHow to Disable and Turn Off UAC in Windows 7
Monday, January 25th, 2010
The user interface of User Account Control (UAC) settings in Windows 7 has changed to reflect the move to make UAC less annoying, more user control and more user friendlier approach. In Windows 7, the UAC has a slider bar which allows users to configure and select which level of notification (and hence protection against unauthorized and malicious access) they want. With the fine-tuning of UAC, the wording ‘disable’ or ‘turn off’ is no longer available. So how can you disable UAC? Or at least, how can you turn off the notification prompt or pop-up so that they appear less regularly?
In fact, the steps to disable UAC is Windows 7 is similar to steps to disable UAC in Windows Vista, only with slight user interface change, and there is plenty of methods to turn off UAC too.
Method 1: Disable or Turn Off UAC (User Account Control) in Control Panel
- To user Control Panel to disable UAC in Windows 7, there are several methods to access the User Account Control settings page:
- Go to Start Menu -> Control Panel -> User Accounts and Family Safety -> User Account.
- Go to Start Menu -> Control Panel -> System and Security -> Action Center.
- Click or right click on Flag icon in notification area (system tray), and then Open Action Center.
- Type “MsConfig” in Start Search to start System Configuration, then go to Tools tab, select Change UAC Settings, then click on Launch button.
- Click on User Account Control settings link.
- Slide the slider bar to the lowest value (towards Never Notify), with description showing Never notify me.
- Click OK to make the change effective.
- Restart the computer to turn off User Access Control.
Method 2: Disable UAC with Registry Editor ( RegEdit)
- Run Registry Editor (RegEdit).
- Navigate to the following registry key:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
- Locate the following REG_DWORD value:EnableLUA
- Set the value of EnableLUA to 0.
- Optional step to suppress UAC consent prompt dialog, locate the following REG_DWORD value:ConsentPromptBehaviorAdmin
- Set the value of ConsentPromptBehaviorAdmin to 0 (optional).
- Exit from Registry Editor and restart the computer to turn off UAC.
Method 3: Turn Off UAC Using Group Policy
For Windows 7 Ultimate, Business or Enterprise edition which has Local Group Policy, or computer joined to domain and has Active Directory-based GPO, the group policy can be used to disable UAC for local computer or many computer across large networks at once.
- Enter GPedit.msc in Start Search to run Local Group Policy editor. (Or gpmc.msc to run Group Policy Management Console for AD-based domain GPO editor).
- Navigate to the following tree branch:Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security OptionsIn GPMC, browse to the required GPO which is linked to the domain or OU where the policy wants to apply.
- Locate the following policy in the right pane:User Account Control: Behavior of the elevation prompt for administrators in Admin Approval ModeSet its value to Elevate without prompt.
- Locate the following policy in the right pane:User Account Control: Detect application installations and prompt for elevationSet its value to Disabled.
- Locate the following policy in the right pane:User Account Control: Run all administrators in Admin Approval ModeSet its value to Disabled.
- Locate the following policy in the right pane:User Account Control: Only elevate UIAccess applications that are installed in secure locationsSet its value to Disabled.
- Restart the computer when done.
Method 4: Using Command Prompt to Disable User Account Control
The command line option can also be used in batch script command file, i.e. .bat and .cmd files, providing greater convenient to advanced technical user. In actual, the commands,, which are also used to disable or enable UAC in Vista, are just doing the same thing as directly modifying the registry.
- Open an elevated command prompt as administrator.
- To disable the UAC, run the following commands:%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /fand optionally, the following comand to suppress all elevation consent request and notification:
%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f
Tip: To re-enable UAC, the command is:
%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
and to turn on prompt for consent UI:
%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 2 /f
Disable UAC may cause gadget not working in Windows 7. User who facing the issue can use another workaround to suppress User Account Control.
Related articles
- Windows 7 Non-Genuine Activation Errors (lockergnome.com)
- How to Turn Off Secure Desktop in Windows 7 (helpdeskgeek.com)
- 5 Ways to Print Folder and Directory Contents in Windows (makeuseof.com)
- Stop UAC From Dimming The Desktop [Windows 7] (ghacks.net)

Popularity: 1% [?]
Start Slide Show with PicLens LiteConfigure Legacy Devices to Run on Windows 7
Wednesday, January 13th, 2010-

- Image via CrunchBase
The Windows 7 driver store includes a small collection of drivers for legacy devices, mostly older printers, modems, scanners, infrared ports, PCMCIA controllers, and other oddball devices that don’t use Plug and Play connections. As you might suspect, Windows will not automatically set up such devices, and you’re rolling the dice if you find one of these old but still worthwhile devices and try to install an old driver.
But what if the device in question is valuable to you and can’t be easily replaced by a newer, supported one? Then by all means give it a try. Download the most recent hardware drivers you can find (ideally, for Windows XP or Windows Server 2003), and then use the Add Hardware wizard to complete the hardware setup process. Follow these steps:
1. If you’ve found a downloadable driver package or a CD that came with the device, look for a Setup program and run it. This option places the driver files on your hard disk and simplifies later installation steps.
2. Connect the new hardware to your computer. In the case of an internal device such as an add-in card, turn off the computer, add the device, and then restart.
3. Open Device Manager, select any item in the list of installed devices, and then click Add Legacy Hardware on the Action menu.
4. Click Next to skip past the Welcome screen. On the next wizard screen, choose how you want to select the device to be installed.
- For printers, network cards, modems, and other devices that can be detected mechanically, choose Search For And Install The Hardware Automatically (Recommended). After you click Next, the wizard quickly runs a detection module that searches for anything on its list of non–Plug and Play devices. If it finds the new device, it installs the driver automatically, and your work is finished. If the wizard doesn’t find any new hardware, you’ll be prompted to click Next and look manually.
- If you have a driver on a disc, skip the detection process. Choose Install The Hardware That I Manually Select From A List (Advanced) and click Next.
5. From the Common Hardware Types list, select a hardware category (or the inclusive Show All Devices category) and click Next.
6. From the master list of available drivers, select the device manufacturer and the correct model. Click Next to continue. Follow the prompts to complete the wizard.
Related articles
- Windows Help for Vista and Windows 7 (techblissonline.com)
- How To Find Unknown Device Drivers By Their Vendor & Device ID (makeuseof.com)
- Windows 7 will not sleep or not sleeping (helpdeskgeek.com)
- More Critical Vulnerabilities in Vista 7, Windows Left Unsafe for Another Month (boycottnovell.com)
- What are your favorite Windows 7 tweaks? (blogs.chron.com)
- How To Run Windows XP Applications in Windows 7 Using XP Mode in Windows 7 (taragana.com)

Popularity: 1% [?]
Start Slide Show with PicLens Lite61 Aplicații
Tuesday, January 12th, 2010-

- Image via Wikipedia
- Firefox (see also: Power User’s Guide to Firefox 3, Top 10 Firefox 3.5 Features)
- VLC (see also: Master Your Digital Media with VLC, VLC Hits 1.0 with Better Playback and File Support)
- CCleaner (see also: Five Best Windows Maintenance Tools)
- Dropbox (see also: Use Dropbox for More Than Just File Syncing, Sync Files and Folders Outside Your My Dropbox Folder)
- 7-Zip (see also: Five Best File Compression Tools)
- OpenOffice.org (see also: OpenOffice.org 3.1′s Usability Tweaks, OpenOffice.org Screenshots Preview a Ribbon-Like Toolbar)
- Google Chrome (see also: The Power User’s Guide to Google Chrome, 2009 Edition)
- µTorrent (see also: Tweak uTorrent’s Settings for Faster Downloads, Five Best BitTorrent Applications)
- Notepad++ (see also: Five Best Text Editors, AutoSave Adds Reassurance to Notepad++ Editing)
- Gmail (see also: Our full Gmail coverage)
- GIMP (see also: Gimp 2.7 Beta Improves Text Editing, Streamlines Saving)
- Paint.NET (see also: Paint.NET Releases Big Update, Still a Killer Photoshop Alternative, Paint.NET Plugin Lets You Open Photoshop Files)
- Microsoft Security Essentials (see also: Microsoft Security Essentials Free Antivirus App Leaves Beta, Stop Paying for Windows Security; Microsoft’s Security Tools Are Good Enough)
- Revo Uninstaller (see also: Lifehacker Pack 2009: Our List of Essential Free Windows Downloads)
- Evernote (see also: Evernote 3.5 Beta Brings Tons of Tiny Fixes to Windows, Expand Your Brain with Evernote)
- Thunderbird (see also: Thunderbird 3 Release Candidate Available for Download)
- Audacity (see also: Geek to Live: Make a ringtone from any MP3)
- ImgBurn (see also: Turn Your PC into a DVD Ripping Monster, Five Best CD and DVD Burning Tools)
- Picasa (see also: Picasa 3.5 Organizes Your Photos with Facial Recognition)
- Skype (see also: Our full Skype coverage)
- Pidgin (see also: Ten Must-Have Plug-ins to Power Up Pidgin, Five Best Instant Messengers)
- Ubuntu (see also: First Look at Ubuntu 9.10 Karmic Koala, Dual-Boot Windows 7 and Ubuntu in Perfect Harmony)
- iTunes (see also: iTunes 9 Improves Syncing, Network Sharing, More)
- foobar2000 (see also: Screenshot Tour: The beautiful and varied world of foobar2000, Hack Attack: Roll your own killer audio player with foobar2000)
- Foxit Reader (see also: Five Best PDF Readers, Lifehacker Pack 2009: Our List of Essential Free Windows Downloads)
- FileZilla (see also: Five Best FTP Clients, Build a Home FTP Server with FileZilla)
- VirtualBox (see also: The Beginner’s Guide to Creating Virtual Machines with VirtualBox)
- TrueCrypt (see also: Geek to Live: Encrypt your data, Five Best Portable Applications)
- Avast! (see also: Five Best Antivirus Applications)
- Defraggler (see also: Five Best Disk Defragmenters)
- KeePass (see also: Eight Best KeePass Plug-Ins to Master Your Passwords, How to Use Dropbox as the Ultimate Password Syncer)
- Opera (see also: Opera 10.10 with Unite Media Server Released)
- AVG (see also: AVG 9 Free Now Available for Download)
- Digsby (see also: Five Best Instant Messengers, Digsby Sees the Light, Removes (Some) Bundled Crapware)
- Google Reader (see also: Our full Google Reader coverage)
- Winamp (see also: Win7shell Adds Windows 7 Jump List Support to Winamp)
- Google Earth (see also: Google Earth 5.1 Speeds Up Your World Browsing)
- TeraCopy (see also: Five Best Alternative File Copiers)
- Launchy (see also: Our full Launchy coverage)
- Transmission (see also: Lifehacker Pack 2009: Our List of Essential Free Mac Downloads)
- Eclipse IDE
- SpyBot Search & Destroy (see also: Five Best Malware Removal Tools)
- Adium (see also: Adium Updates with Security Fixes, Better Facebook Integration)
- PuTTY (see also: Add Tabs to PuTTY with PuTTY Connection Manager)
- Songbird (see also: Songbird 1.0 Release Official, Fixes Bugs, Plays iTunes Purchases, Killer Add-ons Make Songbird So Much Better)
- Sumatra PDF (see also: Sumatra 1.0 is a Blazing Fast Replacement for Adobe Reader)
- XBMC (see also: Build a Silent, Standalone XBMC Media Center On the Cheap, Customize XBMC with These Five Awesome Skins, Turbo Charge Your New XBMC Installation)
- Blender (see also: Learn Blender with free e-book)
- CDBurnerXP (see also: Five Best CD and DVD Burning Tools)
- Everything (see also: Everything Finds Windows Files As You Type, Top 10 Tiny & Awesome Windows Utilities)
- HandBrake (see also: HandBrake Updates to 0.9.4 with Over 1,000 Changes, 64-Bit Support)
- Rainmeter (see also: Rainmeter 1.0 Brings the Enigma Desktop to Everyone)
- AutoHotkey (see also: Turn Any Action into a Keyboard Shortcut, Hack Attack: Knock down repetitive email with AutoHotKey)
- Google Calendar (see also: Our full Google Calendar coverage)
- MediaMonkey (see also: MediaMonkey 3.2 Syncs with More Devices, Adds Auto Folder Watching)
- Quicksilver (see also: A beginner’s guide to Quicksilver)
- WinSCP
- Google Voice (see also: Make Unlimited Free Calls on Your Cellphone with Google Voice, How to Ease Your Transition to Google Voice)
- Boxee (see also: Build a Cheap But Powerful Boxee Media Center, Boxee to Launch Beta with Loads of New Features)
- AdBlock Plus (see also: Top 10 Must-Have Firefox Extensions, 2009 Edition)
- Media Player Classic (see also: Five Best Video Players)
Related articles
- Top 8 Programs That Can Make Your Computer Run Faster (makeuseof.com)
- Clear History And Other Traces With Wipe (ghacks.net)
- Chrome OS Now Available, Go Get It [Chrome] (pathtofredom.blogspot.com)
- “Installed applications are going away in five years” (adventurista.com)

Popularity: 1% [?]
Start Slide Show with PicLens Lite











