Jump to content

forever0donotknowme

Member
  • Posts

    108
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Oman

Everything posted by forever0donotknowme

  1. It is not useful with win 7 iso
  2. I want to know if there is any way for doing that or no
  3. Hi, I have win 7 customized iso burned in DVD , how I can protect it from copy or move files to pc
  4. thanks my sir
  5. hi I need win 7 professional 32 bit iso. Please can any one help me?
  6. thanks my sir My English language is very weak. many steps to solve this problem. I do not understand any thig. I hope some body make video for that steps.
  7. Home page is opened with manage add-ons window
  8. Hi, Can any one help me? every time when I open IE 8 automatically appear manage add-ons window.
  9. I am sad because of oobe pages were not hidden by using xml file: account name, password, protect windows(update) and time zone.
  10. thanks my sir I will test that answer file.
  11. You don't have to use all of it, he said look To logon with Admin you need to add this to <settings pass="specialize"> so it will be set active for oobepass <settings pass="specialize"> <component name="Microsoft-Windows-Deployment" 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> <Description>Enable Admin Account</Description> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component></settings>then <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> thanks my sir,, I will test your xml file <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><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> <Description>Enable Admin Account</Description> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </component></settings> <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"> <RegisteredOrganization>MSFN Forum</RegisteredOrganization> <RegisteredOwner>begginer</RegisteredOwner> <TimeZone>Central Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> </unattend>
  12. I do not want to specify color depth, resulation, system&input language and oem information. Only I want hide user account,password,updates ,time zone and skip wireless network.
  13. I want Administrator account had blank password.( to let user had option to choice administrator password) I think last xml file hide oobe pages... please what are objects that is existing in answer file hide oobe pages?
  14. I put last xml file in win7 iso but during installing windows appear for me oobe pages.
  15. I called answer file as AutoUnattend and put it in root of win 7 iso I want to know if there are any errors in following xml file <?xml version="1.0" encoding="utf-8"?><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"> <RegisteredOrganization>Se7en_UA</RegisteredOrganization> <RegisteredOwner>maxXPsoft</RegisteredOwner> <TimeZone>Central Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value></Value> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <DisplayName>Administrator</DisplayName> <Name>Administrator</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <WindowsFeatures> <ShowInternetExplorer>true</ShowInternetExplorer> </WindowsFeatures> </component> </settings> </unattend>
  16. how much oobe pages that are shown during windows installation( during format)?
  17. We need your comment in following link http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page-22#entry1055442
  18. <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-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"> <OOBE> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>sal</Name> <Group>Administrators</Group> <Password> <Value></Value> <PlainText>false</PlainText> </Password> <DisplayName>sal</DisplayName> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings>Thanks my sir for providing me answer file for win 7 pro 32 bit. I want to know if password is enabled or disabled(because you but false in password option) I hope be password is enabled(password= without any password) and I can change it in any time.
  19. I need answer file (for win 7) to hide OOBE pages user : sal password: No password update:automatically wireless network: skip
  20. As you know After format , during windows installation computer restart and appear 3 windows user password update I want to let that windows be hidden ,, automatically windows set user: admin password: No password update: automatically (recommended) How I can do that by using dism(offline wim)??? I hope get commands for customizing offline without create answer file???
  21. Have you tried turning it off and on again. I want make batch file to activate win7 what are commands for this batch
  22. thanks my sir after that how I can connect automatically with Microsoft site to activate my windows
  23. Hi for all, Does there is any way to enter key for win 7 without computer properties??? like some command in Run box
×
×
  • Create New...