Jump to content

moataz

Member
  • Posts

    87
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

Everything posted by moataz

  1. You can export/import default association using dism commands: Dism /Online /Export-DefaultAppAssociations:C:\Windows\AppAssoc.xmlDism.exe /Image:C:\test\offline /Import-DefaultAppAssociations:C:\Windows\AppAssoc.xml Microsoft page.
  2. here it is: <?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"> <UserData> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/INDEX</Key> <Value>1</Value> </MetaData> </InstallFrom> <!-- <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> --> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <DiskConfiguration> <Disk wcm:action="add"> <DiskID>0</DiskID> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>20000</Size> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Label>Windows8</Label> <Format>NTFS</Format> <Active>true</Active> <Letter>C</Letter> </ModifyPartition> </ModifyPartitions> <WillWipeDisk>false</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <EnableNetwork>true</EnableNetwork> </component> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>en-US; ar-EG</InputLocale> <SystemLocale>ar-EG</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>ar-EG</UserLocale> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-SPP" 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"> <SkipRearm>0</SkipRearm> </component> </settings> <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> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> </RunSynchronous> </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"> <CopyProfile>true</CopyProfile> <TimeZone>Egypt Standard Time</TimeZone> <ComputerName>Right-PC</ComputerName> </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-International-Core" 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"> <InputLocale>en-US; ar-EG</InputLocale> <SystemLocale>ar-EG</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>ar-EG</UserLocale> </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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>999999</LogonCount> <Username>Administrator</Username> </AutoLogon> <OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <!-- turn off automatic updates --> <ProtectYourPC>3</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>Administrator</Name> <Group>Administrators</Group> <DisplayName>Administrator</DisplayName> <Description>Built-in Administrator</Description> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOwner>Right-User</RegisteredOwner> <RegisteredOrganization>Right-Organization</RegisteredOrganization> <TimeZone>Egypt Standard Time</TimeZone> </component> </settings> <cpi:offlineImage cpi:source="catalog:j:/8.1/sources/install_windows 8.1 enterprise 64bit.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
  3. I have successfully Installed Window 8.1 unattendly, but the following screen doesn't appear. I want to see it, so I can also use the Windows Recovery tools. The setup automatically jumps to the partition list. Any idea how to tweak AutoUnattend.xml to display it ?
  4. No problem, do you have a C# and WPF experience ?
  5. This is the theme (for 8.1) I was talking about, I just changed some pics that I can't taste (button, checkbox, radio button, drop-down list, scrollbar and hovering on items) I always replace "C:\Windows\Resources\Themes\aero\aero.msstyles" with it. (you may need to take-ownership of aero.msstyles first and delete vscache folder)
  6. Custom themes doesn't necessary mean it'll play bad with Atlas, I have a theme that build upon Windows 8 aero "C:\Windows\Resources\Themes\aero\aero.msstyles" that i only changed (5 or 6) pics in it using Rescource Hacker, but the theme is still (compatible) with the Atlas.png
  7. Thank you for the follow up MagicAndre1981. I managed starting aerohost.exe as SYSTEM, without an external tool, just using C:\Windows\System32\schtasks.exe Now updated to v1.2
  8. Thanks for the enlightenment, although this lacks the usefulness of a non-profitable software. anyway I'll seek for workaround.
  9. I don't know that the developer of dwmglass.dll (or any one else) has made a GUI of it for Win8.1. so I made this for me and any one else.
  10. Sorry about that, the forum was giving me a sql server error message and i didn't realize the topic has been posted. I'll consider hosting on an English site, with no javascript restrictions, thanks.
  11. V1.3 This tool to customize the "Aero Glass for Win8.x by Big Muscle" It features: - Enable/Disable Aero Glass. - Change some registry values. - Work on 32/64 Bit version of Windows 8.x. - No Run as Administrator required. v1.3: - Now works on Windows 8.0. v1.2: - Changed the way to start aerohost.exe as SYSTEM. v1.1: - Better method to Enable/Disable the glass effect. - Display the current dwmglass.dll version. - Add a button to reset the values to defaults. - Detect and abort if the OS other than Win8.1 - New tool-tips for more description. v1.0: - Initial release. [https://drive.google.com/file/d/0BzL75fS4IeebUU4tYy1sbmRTSXc/view?usp=sharing]
  12. - I tried installing XP from USB 3.0 drive on Dell N5110 Laptop (that has Renesas Electronics USB 3.0 Host Controller) with error: no display. - I remember that I did it before correctly, by injecting these Renesas USB3.0 drivers in textmode. (just like SATA drivers) I wonder why WinsetupFromUSB is not adding these drivers for motherboards that has USB 3.0 Host Controller like: Renesas, Etron, ASMedia, Intel eXtensible ...etc
  13. Yes ok, it seems that i just have to stay with the USB Flash. Please try it ilko_t, don't say "quite wrong" only cause i'm newbie, i just wanted to point to easier method.
  14. I have tried both (customized and untouched) with sata. it doesn't matter also, i thought it might be problem with this rdummy.sys, cause WinSetupFromUSB doesn't made such error from USB Flash. i also found that there is no need for boot.ini to be in the root of the USB at all. i'm booting from internal hard disk like this: map (hd1) (hd0) map --hook rootnoverify (hd0,0) chainloader +1
  15. Hello guys, I'm in the process of setting up xp from Samsung G2 320 GB (USB Hard Disk) my USB Hard is formated as follows: 1st primary partition NTFS - 8 GB Active (destination drive) 2nd extended ~290 GB After text setup finished, just after boot screen passes, it's BSOD 0x000000C2 Any info?
  16. Can I use these drivers with a XP 64 bit (pre-configured as IDE mode) then enable AHCI mode. Thanks in advance.
  17. changing strings will not effect, I read that any modifying of Original XP files will change the checksum value (digital signature) of these files, so the MUI resource loader won't load the MUI'ed files without the Original checksum. Please if u have a time, try with your Dutch UI.
  18. Hello, any experienced member!
  19. Well, any one faces this or knows a solution.
  20. That's right, every Icon Pack/Addon (XPize, VTP, V'ISO, Energizer, ...) that uses Resource Haker will make the same problem.
  21. As much as i know this called also Windows XP SP3 MUI (about 9 MB) It localize some negligible things in XP (Remote Desktop Connection, MMC, ...) Thank you mikesw for that. but where is the link?
×
×
  • Create New...