Content Type
Profiles
Forums
Events
Everything posted by moataz
-
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.
-
"Repair your computer" not displayed
moataz replied to moataz's topic in Unattended Windows 8/Server 2012
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> -
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 ?
-
No problem, do you have a C# and WPF experience ?
-
updated to v1.3
-
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)
-
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
-
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
-
Thanks for the enlightenment, although this lacks the usefulness of a non-profitable software. anyway I'll seek for workaround.
-
updated to v1.1
-
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.
-
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.
-
link added.
-
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]
-
How to install Windows from USB- WinSetupFromUSB with GUI
moataz replied to ilko_t's topic in Install Windows from USB
- 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