আমি উইন 7 এন্টারপ্রাইজ ব্যবহার করে অনেক উইন 7 টি উদাহরণ (32- এবং 64-বিট উভয়ের মিশ্রণ) স্থাপন করার চেষ্টা করছি। আমি একটি অপরিকল্পিত ফাইল উত্পন্ন করতে উইন্ডোজ এআইকে ব্যবহার করছি।
আমি বেশিরভাগ অংশের জন্য এখানে গাইড অনুসরণ করেছি । পড়া অন্যান্য স্থানে অনলাইন আমি বিশ্বাস করতে যে যদি আমি সেট এসেছিল <ComputerName>
মান *
যে উইন্ডোজ একটি র্যান্ডম কম্পিউটারের নাম উৎপন্ন হতে যখন এটি নিয়ে এসেছেন হবে। আমি এটি একটি খালি স্ট্রিং হওয়ার সাথে চেষ্টা করেছি: <ComputerName></ComputerName>
কিন্তু অনুরোধের একই ফলাফল ছিল।
আমার মনে হয়, এখনও অবধি, আমার অপ্রত্যাশিত ফাইলে সেই ক্ষেত্রটিকে সর্বদা সম্মান জানাতে পারিনি। আমি রাখি *
বা test_name
এটির মতো অন্য কোনও স্ট্রিং সর্বদা উঠে আসে এবং কম্পিউটারের নামের জন্য আমাকে অনুরোধ করে এবং সর্বদা ডিফল্ট হয় PC
।
এখানে আমার unattend.xML ফাইলটি রয়েছে:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" 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">
<SkipRearm>8</SkipRearm>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Deployment" 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>net user administrator /active:yes</Path>
</RunSynchronousCommand>
</RunSynchronous>
</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>
<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>*</ComputerName>
<CopyProfile>true</CopyProfile>
<TimeZone>Eastern Standard Time</TimeZone>
<ShowWindowsLive>false</ShowWindowsLive>
<ProductKey>REDACTED</ProductKey>
</component>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<UnsecureJoin>true</UnsecureJoin>
<JoinDomain>corp.local</JoinDomain>
</Identification>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>en-us</InputLocale>
<SystemLocale>en-us</SystemLocale>
<UILanguage>en-us</UILanguage>
<UserLocale>en-us</UserLocale>
</component>
<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">
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>REDACTED</Value>
<PlainText>false</PlainText>
</Password>
<Description>Local Admin</Description>
<DisplayName>Local Admin</DisplayName>
<Group>Administrators</Group>
<Name>ladmin</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<NetworkLocation>Other</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<RegisteredOrganization>GTRI</RegisteredOrganization>
<RegisteredOwner>ACTR</RegisteredOwner>
<TimeZone>Eastern Standard Time</TimeZone>
<ShowWindowsLive>false</ShowWindowsLive>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
আমি অপ্রত্যাশিত ফাইলটি ছিনিয়ে নেওয়ার চেষ্টাও করেছিলাম যা কেবলমাত্র কম্পিউটারের নামটিই সেট করে দেবে বলে আশা করছিলাম, তবে এটিও হয়নি:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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>*</ComputerName>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
তাহলে আমি কী মিস করছি? (এছাড়াও, ডোমেন পদক্ষেপে যোগ দেওয়া এখনও কাজ করছে বলে মনে হচ্ছে না তাই আমারও সেখানে ত্রুটি থাকতে পারে তবে আমি এখনও সেই লক্ষণটির সমস্যা সমাধানের চেষ্টা করিনি))
উপরের ফাইলটি ব্যবহার করতে আমি চালাচ্ছি:
sysprep /oobe /shutdown /unattend:unattend.xml
<ComputerName></ComputerName>
এখনও একই আচরণ রয়েছে
RegisteredOrganization
এবং RegisteredOwner
আপনার কনফিগারেশন ফাইলের একটি অবৈধ অধ্যায় / এ
<ComputerName>*</ComputerName>
একটি কারণ আপনি বর্তমানে এটি কেবল একটি ওয়াইল্ড কার্ড চরিত্র আছে সেট? যাইহোক আপনার যাচাই করা উচিতRegisteredOrganization
এবংRegisteredOwner
কনফিগারেশন এক্সএমএল ফাইলের বর্তমান অবস্থানে রয়েছে