windows.rst
changeset 1183 35a64ff26d4c
parent 1148 34d44e540328
parent 1163 a2cb3ae7117d
child 1203 bd2a6d024b5f
equal deleted inserted replaced
1159:60db6debab94 1183:35a64ff26d4c
    19   cmd> reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentVersion
    19   cmd> reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentVersion
    20 
    20 
    21 To check 32/64-bit OS use PROCESSOR_ARCHITECTURE env var (it has such values:
    21 To check 32/64-bit OS use PROCESSOR_ARCHITECTURE env var (it has such values:
    22 x86, AMD64, IA64).
    22 x86, AMD64, IA64).
    23 
    23 
       
    24 Full info about Windows edition available from this .vbs::
       
    25 
       
    26   cmd> slmgr -dli
       
    27 
    24 Windows update.
    28 Windows update.
    25 ===============
    29 ===============
    26 
    30 
    27 To find updates and drivers visit (подлинность Windows not checked):
    31 To find updates and drivers visit (подлинность Windows not checked):
    28 
    32 
    35 
    39 
    36 Also you can find updates on:
    40 Also you can find updates on:
    37 
    41 
    38   http://www.microsoft.com/downloads/ru-ru/default.aspx
    42   http://www.microsoft.com/downloads/ru-ru/default.aspx
    39 
    43 
       
    44 Updates that reset pirate copy of Windows: КВ971033.
       
    45 
    40 Check system files integrity.
    46 Check system files integrity.
    41 =============================
    47 =============================
    42 ::
    48 ::
    43 
    49 
    44   cmd> sfc /Scannow
    50   cmd> sfc /Scannow
    75 
    81 
    76 See
    82 See
    77 
    83 
    78   http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_use.mspx
    84   http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_use.mspx
    79 
    85 
    80 Activate windows.
    86 Activate Windows.
    81 =================
    87 =================
       
    88 
       
    89 Activate Windows from command line::
       
    90 
       
    91   cmd> slmgr -ipk YGR45-THIS9-WONT5–0WORK-D7667
       
    92 
       
    93 Reset the evaluation period/licensing status and activation state of the
       
    94 machine::
       
    95 
       
    96   cmd> slmgr -rearm
       
    97 
       
    98 See:
    82 
    99 
    83   http://www.microsoft.com/genuine/selfhelp/XPPkuinst.aspx?sGuid=bab9e103-6365-44dd-9337-93f0cd9dd4b7&displaylang=en
   100   http://www.microsoft.com/genuine/selfhelp/XPPkuinst.aspx?sGuid=bab9e103-6365-44dd-9337-93f0cd9dd4b7&displaylang=en
    84                 Windows Product Key Update Tool Instructions
   101                 Windows Product Key Update Tool Instructions
    85 
   102 
    86 Activate Windows XP.
   103 Activate Windows XP.