Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  | Правила  

Компьютерный форум OSzone.net » Зона тестирования » Тест-форум » pomogite chto delat???

Ответить
Настройки темы
pomogite chto delat???

Новый участник


Сообщения: 0
Благодарности: 0

Профиль | Сайт | Отправить PM | Цитировать


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)

Отправлено: 00:30, 26-09-2014

 

Дед


Contributor


Сообщения: 40597
Благодарности: 9332

Профиль | Отправить PM | Цитировать


qotila@fb, Chitat' pravila foruma

-------
Меня больше нет


Отправлено: 00:34, 26-09-2014 | #2



Для отключения данного рекламного блока вам необходимо зарегистрироваться или войти с учетной записью социальной сети.

Если же вы забыли свой пароль на форуме, то воспользуйтесь данной ссылкой для восстановления пароля.


(*.*)


Сообщения: 36491
Благодарности: 6675

Профиль | Сайт | Отправить PM | Цитировать


test

test2

test3

test4

-------
Канал Windows 11, etc | Чат @winsiders


Отправлено: 12:15, 31-10-2014 | #3


(*.*)


Сообщения: 36491
Благодарности: 6675

Профиль | Сайт | Отправить PM | Цитировать


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>

-------
Канал Windows 11, etc | Чат @winsiders


Отправлено: 10:54, 03-11-2014 | #4



Компьютерный форум OSzone.net » Зона тестирования » Тест-форум » pomogite chto delat???

Участник сейчас на форуме Участник сейчас на форуме Участник вне форума Участник вне форума Автор темы Автор темы Шапка темы Сообщение прикреплено

Похожие темы
Название темы Автор Информация о форуме Ответов Последнее сообщение
Pomogite ustanovit Windows XP Axel101 Тест-форум 1 11-10-2011 21:34
BUDTE DOBRI< POMOGITE! naakotnieks Тест-форум 2 07-07-2010 21:34
Ljudi dobrie,POMOGITE POZHALUSTA... LamlKeZ Мобильные ОС, смартфоны и планшеты 2 14-09-2004 00:34
Pomogite s win2000 Stasos Microsoft Windows NT/2000/2003 6 16-02-2003 20:43
Narod pomogite Guest Microsoft Windows 2000/XP 13 20-10-2002 22:31




 
Переход