Êîìïüþòåðíûé ôîðóì OSzone.net  

Êîìïüþòåðíûé ôîðóì OSzone.net (http://forum.oszone.net/index.php)
-   Òåñò-ôîðóì (http://forum.oszone.net/forumdisplay.php?f=26)
-   -   pomogite chto delat??? (http://forum.oszone.net/showthread.php?t=288477)

qotila@fb 26-09-2014 00:30 2407128

pomogite chto delat???
 
Temperatures
Ñêðûòûé òåêñò
CPU 88 °C (190 °F)
CPU Package 88 °C (190 °F)
CPU IA Cores 88 °C (190 °F)
CPU GT Cores 87 °C (189 °F)
CPU #1 / Core #1 88 °C (190 °F)
CPU #1 / Core #2 87 °C (189 °F)
PCH Diode 96 °C (205 °F)
GPU Diode 89 °C (192 °F)

WSonic 26-09-2014 00:34 2407129

qotila@fb, Chitat' pravila foruma

Vadikan 31-10-2014 12:15 2422884

test

test2

test3

test4

Vadikan 03-11-2014 10:54 2423868

PHP êîä:

<unattend xmlns="urn:schemas-microsoft-com:unattend"
     <
settings pass="oobeSystem"
         <
component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             <
OOBE
                 <
HideEULAPage>true</HideEULAPage
                 <
HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE
                 <
NetworkLocation>Home</NetworkLocation
                 <
ProtectYourPC>1</ProtectYourPC
             </
OOBE
             <
TimeZone>Russian Standard Time</TimeZone
             <
UserAccounts
                 <
LocalAccounts
                     <
LocalAccount wcm:action="add"
                         <
Description>LocalAccount</Description
                         <
DisplayName>User</DisplayName
                         <
Group>Administrators</Group
                         <
Name>User</Name
                         <
Password
                             <
PlainText>false</PlainText
                         </
Password
                     </
LocalAccount
                 </
LocalAccounts
             </
UserAccounts
         </
component
     </
settings
     <
settings pass="windowsPE"
         <
component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             <
ImageInstall
                 <
OSImage
                     <
WillShowUI>OnError</WillShowUI
                 </
OSImage
             </
ImageInstall
             <
UserData
                 <
AcceptEula>true</AcceptEula
                 <
FullName>User</FullName
             </
UserData
         </
component
         <
component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             <
SetupUILanguage
                 <
UILanguage>ru-RU</UILanguage
                 <
WillShowUI>OnError</WillShowUI
             </
SetupUILanguage
             <
InputLocale>ru-RU</InputLocale
             <
SystemLocale>ru-RU</SystemLocale
             <
UILanguage>ru-RU</UILanguage
             <
UserLocale>ru-RU</UserLocale
         </
component
     </
settings
     <
settings pass="offlineServicing"
         <
component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             <
OEMInformation
                 <
Manufacturer></Manufacturer
                 <
Model></Model
             </
OEMInformation
         </
component
     </
settings
     <
settings pass="specialize"
         <
component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             <
ComputerName>User-pk</ComputerName
         </
component

Êîä:

<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
                <NetworkLocation>Home</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
            </OOBE>
            <TimeZone>Russian Standard Time</TimeZone>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Description>LocalAccount</Description>
                        <DisplayName>User</DisplayName>
                        <Group>Administrators</Group>
                        <Name>User</Name>
                        <Password>
                            <PlainText>false</PlainText>
                        </Password>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
    </settings>
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ImageInstall>
                <OSImage>
                    <WillShowUI>OnError</WillShowUI>
                </OSImage>
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>User</FullName>
            </UserData>
        </component>
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SetupUILanguage>
                <UILanguage>ru-RU</UILanguage>
                <WillShowUI>OnError</WillShowUI>
            </SetupUILanguage>
            <InputLocale>ru-RU</InputLocale>
            <SystemLocale>ru-RU</SystemLocale>
            <UILanguage>ru-RU</UILanguage>
            <UserLocale>ru-RU</UserLocale>
        </component>
    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <OEMInformation>
                <Manufacturer></Manufacturer>
                <Model></Model>
            </OEMInformation>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ComputerName>User-pk</ComputerName>
        </component>



Âðåìÿ: 23:48.

Âðåìÿ: 23:48.
© OSzone.net 2001-