Jump to content

forever0donotknowme

Member
  • Posts

    108
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Oman

Everything posted by forever0donotknowme

  1. Is there another program that change or remove password without disable account password,
  2. This account is stored in laptop,, I do not access by another account(administrator account),,, I want access directly to domain account by removing passwords for example in my home I want to remove this password and access this account without password what is program I will use it ????
  3. Hi, I want to know if there is any program can remove domain user password without using server.
  4. Hi for all, Really some one tried for making batch file by command prompt from next topic http://support.kaspersky.com/9363 But he do not know how to write path in batch file for setup file( I think path is %cd%) therefore I need help you for known making kasper silent install. for example, "C:\kes 10.1\en\exec\setup.exe" /pEULA=1 /pKSN=0 /pKLPASSWD=P@ssw0rd /pKLPASSWDAREA=SET /pALLOWREBOOT=1 /s "C:\kes 10.1\en\exec\setup.exe"=%cd%\setup.exe" .Can you get Kaspersky ejnd point 10 from following link http://www.kaspersky.com/product-updates/windows-endpoint-security
  5. Hi all I have 3 iso's WIN 7 original WIN 7 customizing WIN 7 PE I want let all that iso's in one dvd(size of DVD= 8 GB). I do not know correct way for making boot dvd.
  6. can you give me page link for 64 bit
  7. Hi all Really I feel headache with fujitsu website. Fujitsu website is very difficult for getting drivers. I can not find drivers for laptop fujitsu lifebook SH531/GFX (WIN 7 PRO 32 BIT) Please can any one to help me and give me link for drivers?????!!!
  8. myselfidem sir, Please you care me because I am beginner in autounattendxml codes. Please you should understand me. English language is default language in my windows ISO I want let as her in windows setup( I want english language is main language during format<<< all options will show english language<<< that is goood But after format I want french is default language to use for non-Unicode programs. I think following script is correct and help me <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"> <UserLocale>fr-CH</UserLocale> </component> </settings> please If you have any comments about my script tell us.
  9. <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"> <UserLocale>en-US</UserLocale> <SystemLocale>en-US</SystemLocale> </component> What is deffirence between userlocale and system locale
  10. I take this file from my friend,, what is step If I want remove password manyally from file
  11. this file is for Windows 7 professional not starter
  12. I have win 7 professional I integrated 2 language in Windows iso in win pe that are English and France but I want France system locale is default option even if I choose english language during win pe when I do format please help me
  13. I can not complete following Autounattend.xml to set current system locale(Region and language) as French(france). Also If I want remove password for admin, how I can do that. <?xml version="1.0" encoding="utf-8" ?> - <unattend xmlns="urn:schemas-microsoft-com:unattend"> - <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"> - <UserData> <AcceptEula>true</AcceptEula> - <ProductKey> <Key>7Q28W-FT9PC-CMMYT-WHMY2-89M6G</Key> <WillShowUI>Always</WillShowUI> </ProductKey> </UserData> </component> - <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"> - <UserData> <AcceptEula>true</AcceptEula> - <ProductKey> <Key>7Q28W-FT9PC-CMMYT-WHMY2-89M6G</Key> <WillShowUI>Always</WillShowUI> </ProductKey> </UserData> </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"> <ProductKey>7Q28W-FT9PC-CMMYT-WHMY2-89M6G</ProductKey> <ComputerName>pchome</ComputerName> </component> - <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"> <ProductKey>7Q28W-FT9PC-CMMYT-WHMY2-89M6G</ProductKey> <ComputerName>pchome</ComputerName> </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-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> </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"> - <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> </OOBE> <RegisteredOwner>member of msfn forum</RegisteredOwner> <RegisteredOrganization>Home</RegisteredOrganization> - <UserAccounts> - <AdministratorPassword> <Value>123</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> - <AutoLogon> - <Password> <Value>123</Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Administrator</Username> </AutoLogon> <TimeZone>Central Standard Time</TimeZone> </component> - <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> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> </OOBE> <RegisteredOwner>member of msfn forum</RegisteredOwner> <RegisteredOrganization>Home</RegisteredOrganization> - <UserAccounts> - <AdministratorPassword> <Value>123</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> - <AutoLogon> - <Password> <Value>123</Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>Administrator</Username> </AutoLogon> <TimeZone>Central Standard Time</TimeZone> </component> </settings> </unattend>
  14. thanks my sir for help
  15. hi for all I need english win 7 profesional 32 bit iso can you any one help me to give me direct link for win 7 iso from microsoft website
  16. Hi my friends I want to skip two things during format 1 - USER NAME & PASSWORD 2- Network settings Another request: I want to know catalog for languages in system locale such as en- us
  17. Please I need ready unattended.xml file that contain ready username as administrator : Admin ( during format ask to insert user name and password: i want let username is admin without password) computer name: Admin workgroup: mshome current system locale: arabic(any country) please can any person help me and provide me ready file
  18. can u tell me steps to make winbuilder or _pe3 i want make this thing to boot from dvd when my system is failed to covert data to d partation
  19. what are steps to make live win 7 in dvd--- bootable win7
  20. i do not know location of autounattend.xml please can any one to guide me where i can find this file
  21. yah my sir i make windows that contain 2 system language for setup during format because i do not want use Vistalizator program after format but i want english language in setup during format and automatically after format the language show english in system locale i want another language instead english language in system locale---- what is correct easy step to make that how can i use next command /Set-SysLocale in next image for win7\source\install.wim:index4
  22. yes password is space
  23. same problem [Main] Env = 1.4.9.1 - 2.0.50727.5456.Microsoft Windows NT 6.1.7601 Service Pack 1 Target = Windows XP Professional SP3 - 5.1.2600.5512 - English (United States) [Tasks] Unattended Setup Create a Bootable ISO [Components] ;# Compatibility # [KeepFiles] msconfig.exe [RemoveFiles] clock.avi yahoo.bmp swtchbrd.bmp [Options] ProfilesDir = "%SystemDrive%\Documents and Settings" TargetPath = "WINDOWS" temp_dir = %USERPROFILE%\Local Settings\Temp [Patches] [Services2] [Tweaks] [Unattended] NoPassExpSpec ComputerType = Automatic AutoLogon = Administrator FirewallOff OOBEOff CustomLocales MaximumDataStorePercentOfDisk = 12 RestorePointLife = 30 DefaultStartPanelOff DesktopTheme = Default|| IISInstall = 2 AutoUpdates = 1 AutoUDay = 5 AutoUHour = 15 ProgFilesPath = "\Program Files" [NetAdapter1] connname = "" macaddress = "" ipaddress = "192.168.0.1" subnetmask = "255.255.255.0" defaultgateway = "" dnsserver1 = "" dnsserver2 = "" winsserver = "" netbiossetting = "0" ipxnetworknumber = "00000000" ipxnetworkframetype = "0xFF" [GuiRunOnce] [Drivers] [Hotfixes]
×
×
  • Create New...