Executive Summary:
Use Slmgr to change a Windows Vista or Windows Server 2008 product key or activate a system, extend your product-activation grace period, and determine whether your computer's license is a volume, retail, or OEM license.
The annoyance that is Windows Product Activation used
to plague only small businesses and home PC users, but
now that Windows Vista and Windows Server 2008 use
it, we all have to grapple with it. Your primary client-side
tool for managing a system’s software licensing is called
Slmgr (slmgr.vbs). Need to change a product key or activate
a system from the command line? Want to extend Server 2008’s
60-day grace period to 240 days? Not sure whether your computer’s
license is a volume, retail, or OEM license? If so, you need Slmgr.
Putting It to Work
If you have systems without a GUI or systems that need to activate
via a batch file, Slmgr’s -ato option is useful. To activate a system,
simply open an elevated command prompt and type
slmgr -ato
If you’re working on a system that’s using either a retail copy or
a volume license copy of Windows that’s been activated with the
Multiple Activation Key (MAK), Slmgr attempts to contact Microsoft’s
activation web servers. However, if the system is running a
copy of Windows built from the volume license media and has been
activated with the Volume License Key (VLK), Slmgr knows that it
should instead try to contact your organization’s Key Management
Server (KMS). When Slmgr requires Microsoft’s servers, it already
knows those Internet addresses. But if Slmgr needs to find your KMS
server, it needs to ask its local DNS server to resolve an SRV record
that reveals your local KMS server’s host name:
_vlmcs._tcp.<your organization’s DNS zone name>
For example, bigfirm.com’s SRV records identifying its KMS
server would be _vlmcs._tcp.bigfirm.com. Sometimes, though,
technical configuration problems or institutional constraints keep
that SRV record out of your organization’s DNS zone, and Slmgr
can’t activate your copy of Windows. But if you know your local KMS
server’s host name or IP address, you can tell your Vista or Server
2008 system to activate via that KMS server by using the command
slmgr -skms <server name or IP address>[:<port>]
So, if your KMS server is named kms1.bigfirm.com, you’d type
slmgr -skms kms1.bigfirm.com
The optional colon and port number point to the fact that activation
traffic runs over port 1688, by default; if you’ve reconfigured your
KMS server to use another port (e.g., port 2010), you’d extend the
Slmgr -skms command by suffixing a colon and that port number
to the KMS server’s name. For example,
slmgr -skms kms1.bigfirm.com:2010
Before you can activate a copy of Windows, you need to give it a
product key. The easiest method is to make liberal use of the greatly
improved setup scripts in Vista and Server 2008. But if you need to
install or change a product key from the command line, the -ipk
(“install product key”) option can help. For example,
slmgr -ipk YGR45-THIS9-WONT5-0WORK-D7667
would enter the YGR45-THIS9-WONT5-0WORK-D7667 product key.
Have you ever needed to know whether a system license is an
OEM, retail, or volume license? The Slmgr -dli command shows
your Windows version (e.g., Vista Ultimate, Server Enterprise), the
final five characters in your product key, the licensing state, whether
you’ve activated, and—if not yet activated—how many minutes you
have left. The Slmgr -dlv command also reveals that information,
along with a few more activation details and several URLs to places
on Microsoft’s site that appear not to work anymore.
Finally, suppose you don’t yet want to activate your copy of Windows
for some reason. Vista gives you a 30-day grace period, and
Server 2008 gives you 60 days, but both OSs also let you reset those
grace periods four times, making Vista’s actual grace period about
120 days and Server 2008’s about 240 days. To reset it, just open an
elevated command prompt and type
slmgr -rearm
Take Control
If you’re running Slmgr for the first time to do anything but activate
a system, you might notice that it’s slow. I suspect that the extremely
complex mathematics underlying product-key and license verification
add up to one of the most important weapons in Microsoft’s
arsenal in its war on piracy—although no one at Microsoft has ever
confirmed this suspicion. Regardless, dealing with activation is no
fun, but at least Slmgr lets you take greater control of it.
End of Article
I heard that if you purchase computers from Dell, HP or other brand name without Windows Vista installed the manufactures alter the BIOS so the computers will not be able to use KMS server for activation. Do you have any information on this?
According to researchers at Net Applications, use of Microsoft's Web browser, Internet Explorer, fell from 74 percent to 68 percent of the market by the end 2008. The main beneficiary of that decline was Mozilla Firefox, which jumped to 21 percent usage ...
For the few people in North America who bought a first generation Zune 30 portable media player, December 31, 2008 will be a day that lives in infamy. On that day, all Zune 30 devices fell silent after succumbing to a weird date-related bug. The fix was ...
Microsoft Learning Snack - Green IT Through Virtualization Many organizations face rising operating costs caused by excessive energy consumption. Virtualization and "Green IT" can help cut these costs. Get the information you need to bring Green IT savings to your business.
Order Your Fundamentals CD Today! Register today for your in-depth copy of one of three Fundamental CDs on the following topics – Exchange, SQL, and SharePoint.
Microsoft Learning Snack - Virtualization Basics With virtualization, computing components essentially become on-demand services, freeing each element of a system from the others. This short video explains the needs, benefits, and technologies behind virtualization.
Microsoft Learning Snack - Virtualization Basics With virtualization, computing components essentially become on-demand services, freeing each element of a system from the others. This short video explains the needs, benefits, and technologies behind virtualization.
Empower Your Processes with PowerShell 201 Paul Robichaux delves deep into PowerShell how-tos in 3 informative lessons, each followed by live Q&A—all on your own computer! Register today!
Microsoft Learning Snack - Green IT Through Virtualization Many organizations face rising operating costs caused by excessive energy consumption. Virtualization and "Green IT" can help cut these costs. Get the information you need to bring Green IT savings to your business.
New Release: Windows IT Pro Master CD 13 years of content archives, fast answers with advanced search tools, and full access to WindowsITPro.com—order today!
marcelon December 08, 2008 (Article Rating: