Your best source of information and news about software, microsoft and xp on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Activation

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category Activation.

How to activate Windows 7 RC build 7100

You can complete installation of windows 7 by leaving product key filed blank and enjoy Windows 7 for 30 days maximum before it gets expiry. The only way to activate windows 7 Pre Beta is by using product key for Windows Vista beta or RC edition.

Windows 7 RC Build 7100 can be activated with the help of previous Windows 7 Beta serial keys.


Activation Keys for Windows 7 RC 32 bit:
6JKV2-QPB8H-RQ893-FW7TM-PBJ73
TQ32R-WFBDM-GFHD2-QGVMH-3P9GC
GG4MQ-MGK72-HVXFW-KHCRF-KW6KY
4HJRK-X6Q28-HWRFY-WDYHJ-K8HDH
QXV7B-K78W2-QGPR6-9FWH9-KGMM7


Activation Keys for Windows 7 RC 64 bit:
7XRCQ-RPY28-YY9P8-R6HD8-84GH3
RFFTV-J6K7W-MHBQJ-XYMMJ-Q8DCH
482XP-6J9WR-4JXT3-VBPP6-FQF4M
JYDV8-H8VXG-74RPT-6BJPB-X42V4
D9RHV-JG8XC-C77H2-3YF6D-RYRJ9
Or you can use the crack.
Download: Activation Windows Vista SP2 All Versions

Written by Sekhy! on May 3rd, 2009 with no comments.
Read more articles on windows 7 7100 and otherSoftware and windows 7 and Activation.

Windows 7 activation patch

Everyone who has downloaded a leaked build of Windows 7 will have noticed that the versions will have a time limit of 30 days and watermarks. The official testers have all received Windows 7 keys to activate the Windows 7 operating system for a longer period.



We are usually not reporting about tools from the cracker scene but this one deserves to be mentioned as it seems to be the first to patch the Windows 7 Beta to be genuine. Windows 7 Plus Patch is a one stop Windows 7 patcher that can not only activate Windows 7 but also remove the watermarks, the send feedback option and even rearm Windows 7 up to five times.

The tool can only be run in Windows Safe Mode and has to be executed with administrative rights.

Written by Sekhy! on January 5th, 2009 with no comments.
Read more articles on patch and otherSoftware and genuine and Activation.

A strange KB I would say - 240 days of Windows Server 2008 for nothing?

Sometimes you come upon a strange KB article - which makes you wonder why that information is public or what’s the general purpose of the article is… I found this one today:

How to extend the Windows Server 2008 evaluation period
http://support.microsoft.com/kb/948472

 

This is quoted from the article:

SUMMARY

This article describes how to extend, or re-arm, the Windows Server 2008 evaluation period. The evaluation period is also known as the "activation grace" period. These instructions apply to any edition of Windows Server 2008. This includes evaluation copies.

INTRODUCTION

Evaluating Windows Server 2008 software does not require product activation. Any edition of Windows Server 2008 may be installed without activation, and it may be evaluated for 60 days. Additionally, the 60-day evaluation period may be reset (re-armed) three times. This action extends the original 60-day evaluation period by up to 180 days for a total possible evaluation time of 240 days.
Note Although you can reset the 60-day evaluation period, you cannot extend it beyond 60 days at any time. When you reset the current 60-day evaluation period, you lose whatever time is left on the previous 60-day evaluation period. Therefore, to maximize the total evaluation time, wait until close to the end of the current 60-day evaluation period before you reset the evaluation period.

MORE INFORMATION

How to install Windows Server 2008 without activating it

1. Run the Windows Server 2008 Setup program.
2. When you are prompted to enter a product key for activation, do not enter a key. Click No when Setup asks you to confirm your selection.
3. You may be prompted to select the edition of Windows Server 2008 that you want to evaluate. Select the edition that you want to install.
Note After Windows Server 2008 is installed, the edition cannot be changed without reinstalling it.

4. When you are prompted, read the evaluation terms in the Microsoft Software License Terms, and then accept the terms.
5. When the Windows Server 2008 Setup program is finished, your initial 60-day evaluation period starts. To check the time that is left on your current evaluation period, run the Slmgr.vbs script that is in the System32 folder. Use the -dli switch to run this script. The slmgr.vbs -dli command displays the number of days that are left in the current 60-day evaluation period.

How to manually extend the evaluation period

When the initial 60-day evaluation period nears its end, you can run the Slmgr.vbs script to reset the evaluation period. To do this, follow these steps:

1. Click Start, and then click Command Prompt.
2. Type slmgr.vbs -dli, and then press ENTER to check the current status of your evaluation period.
3. To reset the evaluation period, type slmgr.vbs –rearm, and then press ENTER.
4. Restart the computer.

This resets the evaluation period to 60 days.

How to automate the extension of the evaluation period

You may want to set up a process that automatically resets the evaluation period every 60 days. One way to automate this process is by using the Task Scheduler. You can configure the Task Scheduler to run the Slmgr.vbs script and to restart the server at a particular time. To do this, follow these steps:

1. Click Start, point to Administrative Tools, and then click Task Scheduler.
2. Copy the following sample task to the server, and then save it as an .xml file. For example, you can save the file as Extend.xml.

<?xml version="1.0" encoding="UTF-16"?><Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">  <RegistrationInfo>    <Date>2007-09-17T14:26:04.433</Date>    <Author>Microsoft Corporation</Author>  </RegistrationInfo>  <Triggers>    <TimeTrigger id="18c4a453-d7aa-4647-916b-af0c3ea16a6b">      <Repetition>        <Interval>P59D</Interval>        <StopAtDurationEnd>false</StopAtDurationEnd>      </Repetition>      <StartBoundary>2007-10-05T02:23:24</StartBoundary>      <EndBoundary>2008-09-17T14:23:24.777</EndBoundary>      <Enabled>true</Enabled>    </TimeTrigger>  </Triggers>  <Principals>    <Principal id="Author">      <UserId>domainalias</UserId>      <LogonType>Password</LogonType>      <RunLevel>HighestAvailable</RunLevel>    </Principal>  </Principals>  <Settings>    <IdleSettings>      <Duration>PT10M</Duration>      <WaitTimeout>PT1H</WaitTimeout>      <StopOnIdleEnd>true</StopOnIdleEnd>      <RestartOnIdle>false</RestartOnIdle>    </IdleSettings>    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>    <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>    <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>    <AllowHardTerminate>true</AllowHardTerminate>    <StartWhenAvailable>false</StartWhenAvailable>    <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>    <AllowStartOnDemand>true</AllowStartOnDemand>    <Enabled>true</Enabled>    <Hidden>false</Hidden>    <RunOnlyIfIdle>false</RunOnlyIfIdle>    <WakeToRun>true</WakeToRun>    <ExecutionTimeLimit>P3D</ExecutionTimeLimit>    <DeleteExpiredTaskAfter>PT0S</DeleteExpiredTaskAfter>    <Priority>7</Priority>    <RestartOnFailure>      <Interval>PT1M</Interval>      <Count>3</Count>    </RestartOnFailure>  </Settings>  <Actions Context="Author">    <Exec>      <Command>C:WindowsSystem32slmgr.vbs</Command>      <Arguments>-rearm</Arguments>    </Exec>    <Exec>      <Command>C:WindowsSystem32shutdown.exe</Command>      <Arguments>/r</Arguments>    </Exec>  </Actions></Task>

3. In the sample task, change the value of the following “UserID” tag to contain your domain and your alias:

<UserId>domain\alias</UserId>

4. In the Task Scheduler, click Import Task on the Action menu.

5. Click the sample task .xml file. For example, click Extend.xml.

6. Click Import.

7. Click the Triggers tab.

8. Click the One Time trigger, and then click Edit.

9. Change the start date of the task to a date just before the end of your current evaluation period.

10. Click OK, and then exit the Task Scheduler.

The Task Scheduler will now run the evaluation reset operation on the date that you specified.

 

-

Written by Jakob H. Heidelberg on February 12th, 2008 with no comments.
Read more articles on otherSoftware and knowledge base and kb and Activation and Windows Server 2008.

Windows Vista Activation Problems

Windows Vista has had everything but an easy ride since it hit the shelves in January 2007. The operating system was plagued by a luxuriant variety of problems from hardware and software incompatibilities to lack of support and poor performance and reliability. And in this context, Vista has also taken the users out for a ride, making every speed bump count, as Microsoft was applauding the evolved user experience delivered by its latest Windows client. Well, one of the most overlooked aspects among the vast volume of problems associated with Vista are the issues faced by end users when attempting to activate the operating system.

“Activation, also known as Microsoft Product Activation or Windows Product Activation, is an anti-piracy technology designed to verify that Microsoft software products are legitimately licensed. Activation works by verifying that the product key the 25-character code located on your Certificate of Authenticity (usually affixed to your computer) or proof of license label (usually affixed to the installation disc case) is authentic and is not in use on more personal computers than are permitted by the software license”, reads a fragment of the Windows Vista Activation FAQ. (more…)

, , , , , , , , , ,

Written by Jason on November 24th, 2007 with 1 comment.
Read more articles on microsoft product activation and error and product key and user error and windows product activation and otherSoftware and Activation and Windows and vista and operating system and Windows Client and Windows Vista.

Use Vista without Activation for 120 Days

Believe or not by default you can install, use and run Windows Vista without any license, products key or r the need of activation for 30 days grace period, for purpose of trial or evaluation. You probably thinking this is something illegal but it’s not this is official way and it is legal 100%. Microsoft has confirmed that Windows Vista can be used and run for 120 days or 4 months and extending the activation grace period is not a violation of the Vista End User License Agreement. You can’t use this procedure on all Windows Vista versions; exception was made with Vista Enterprise, which supports only a three-day trial. So those who have this Windows Vista version can’t use this tip because it will not work.

Now if you want to extend the initial OOB grace period of Windows Vista to another 30 days fallow steps below:

  1. 1. Click Start and key in cmd in Start Search box,
  2. 2. Next step is to press Ctrl+Shift+Enter on your keyboard to open Command Prompt with administrative Privileges
  3. 3. When command promt is open type slmgr -rearm or you can use sysprep /generalize and press Enter on keyboard,
  4. 4. Restart your computer

That’s it your activation period is extended for 30 days, Enjoy.

Related Posts

Written by Madhukara H on August 17th, 2007 with no comments.
Read more articles on Activation.