
forever0donotknowme
MemberContent Type
Profiles
Forums
Events
Everything posted by forever0donotknowme
-
how to remove password for domain user
forever0donotknowme replied to forever0donotknowme's topic in Windows 7
Is there another program that change or remove password without disable account password, -
how to remove password for domain user
forever0donotknowme replied to forever0donotknowme's topic in Windows 7
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 ???? -
Hi, I want to know if there is any program can remove domain user password without using server.
-
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
-
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.
-
difficult issue with drivers
forever0donotknowme replied to forever0donotknowme's topic in Windows 7
can you give me page link for 64 bit -
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?????!!!
-
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
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. -
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
<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 -
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
please help me -
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
I take this file from my friend,, what is step If I want remove password manyally from file -
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
this file is for Windows 7 professional not starter -
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
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 -
Autounattend.xml assistance
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
I wait you to help me -
Autounattend.xml assistance
forever0donotknowme posted a topic in Unattended Windows 7/Server 2008R2
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> -
thanks my sir for help
-
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
-
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
-
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
-
what are steps to make live win 7 in dvd--- bootable win7
-
Regional Settings en-GB?
forever0donotknowme replied to ballsup's topic in Unattended Windows Vista/Server 2008
i do not know location of autounattend.xml please can any one to guide me where i can find this file -
region and language
forever0donotknowme replied to forever0donotknowme's topic in Unattended Windows 7/Server 2008R2
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 -
yes password is space
-
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]