Podgląd pojedynczego posta
Stary 02.04.2013, 14:38   #252
brovarek
Zarejestrowany
 
Data rejestracji: 08.02.2013
Posty: 51
brovarek w tym momencie nie ma Reputacji dodatnich ani ujemnych <0  pkt>
Że tak powiem nie wiem jak to ugryżć w pliku auWin8.xml
Jest tak w nim:
<?xml version="1.0" encoding="utf-8" ?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">

<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>cmd /q /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\cdrinfo.pl\FIRADISK\LOADISO.CMD cmd /k %i:\cdrinfo.pl\FIRADISK\LOADISO.cmd"</Path>
<Description>Detecting usb drive</Description>
</RunSynchronousCommand>
</RunSynchronous>

<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key>TK8TP-9JN6P-7X7WW-RFFTV-B7QPF</Key>
</ProductKey>
</UserData>

</component>

<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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>cmd /q /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\cdrinfo.pl\FIRADISK\LOADISO.CMD cmd /k %i:\cdrinfo.pl\FIRADISK\LOADISO.cmd"</Path>
<Description>Detecting usb drive</Description>
</RunSynchronousCommand>
</RunSynchronous>

<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key>TK8TP-9JN6P-7X7WW-RFFTV-B7QPF</Key>
</ProductKey>
</UserData>

</component>
</settings>
</unattend>


a tu mam taki wpis


Kod:
<component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>true</SkipAutoActivation>
</component>

<component name="Microsoft-Windows-Security-SPP-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>

<SkipAutoActivation>true</SkipAutoActivation> -włączone
<SkipAutoActivation>false</SkipAutoActivation> -wyłączone
brovarek jest offline   Odpowiedz cytując ten post