MSFN is made available via donations, subscriptions and advertising revenue. The use of ad-blocking software hurts the site. Please disable ad-blocking software or set an exception for MSFN.
×

Klemc
Member-
Content Count
28 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
1 NeutralAbout Klemc

- Birthday May 9
Profile Information
-
OS
Windows 10 x64
-
I won't need to ask for help anymore, i just let what i succeed to make on my own, take attention for netfx3 that needs "source files", this doesn't need any Unattend.XML from "Panther" folder. Only Autounattend.XMl is needed. Veloma https://glosbe.com/mg/en/veloma
-
So, like i've finally finished, and tomorrow in the morning i'll can terminate to prepare my new PC (awaiting PSU shipment), i'll give you all my work (no drivers sysprep....... i didnt have knowledge nor time). POUET To start : DISM /Get-ImageInfo /ImageFile:"W:\CCCOMA_X64FRE\sources\install.wim" Numéro !ndex : DISM /mount-wim /wimfile:"W:\CCCOMA_X64FRE\sources\install.wim" /index:6 /mountdir:"W:\Wimount" DISM /Add-Package /Image:"W:\Wimount" /PackagePath="W:\UPDA\Update.msu" /LogPath="W:\log" MULTI= DISM /Add-Package /Image:"W:\Wimount" /Packa
-
Didn't worked at all, depreciated well-known work altogether, fine. Now you can skip uninstall OneDr1ve, regkey is removed at first logon, while setup is not even lauched, good. Bye-bye, thanks anyway.
-
All is OK, deprecated but working so that was it, "Machine & User oobe settings" <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing></servicing> <settings pass="windowsPE"> <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
-
Today is the day, i'll receive my CPU, so i'll have to put it on the motherboard, add cooler, RA......., .... and rapidely after all tha install Win 10, Okay i don't have PSU, but it will be shipped in one or two days, i'd prefer to be ready to make the Windows USB "today. I'm trying that : https://duckduckgo.com/?q=windows+10+1809+oobe+hide+pages&t=vivaldi&ia=web
-
I found that this way batter because no setup at all and works ! <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <RequiresUserInput>false</RequiresUserInput> <Description>OnDr1v</Description> <CommandLine>reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v OneDriveSetup /f</CommandLine> </SynchronousCommand> </FirstLogonCommands&g
-
I can't vdelete this file because of DISM mountpoints are readonly (ThrustedInstallers), HowTo !?
-
Deleting Onedrivesetup.exe from syswow64 folder, before /commit must do the trick
-
OneDrive from what i've seen in SDism++ has a startup registry entry to install at first run. disable it preferably than unibnst it !! HowTo ? Administrator (only the English word automatically enables the account) = French is teur not tor.......
-
Your command for Onedrive like i used it caused an error in WinSetup "shearching Panther folder". I don't use it, simple XML based unattend. Happy birthday to me.
-
Almort finished : source is Windows 10 1809v2 upd march Pro x64 FR <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing></servicing> <settings pass="windowsPE"> <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>
-
Good like that under OOBE ? <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>c:\synccommands\c:\windows\syswow64\OneDriveSetup.exe /Uninstall</CommandLine> <Description>DrivUn</Description> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands>
-
Okay, i'll explain and thanks, all i've found is good, must use Dism++ to export mounted folder as .win because if Dsim removeves pack feat appx /commit is nomore possible. I added some 2 or 3 things to the list of pack & feat, always the same probleme with oobe, questions about region keyb-2 history, i'll fixit. I'l try to add the OneDrv cmd, thanks. I don't really understand tehe /switch : /apply-unattend - has to be added each line for the "features" removal type packages ?(i removes packagename FoundationPachagexxxxxxxxxxxx that is uselesss.) EDIT =
-
My last words : <cpi:offlineImage cpi:source="wim:w:/wim1809/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas- Copy the contents of the ISO to a folder. Let’s say, D:\Wim1809 Dism /Get-ImageInfo /ImageFile:"W:\Wim1809\sources\install.wim" DISM /mount-wim /wimfile:"W:\Wim1809\sources\install.wim" /index:6 /mountdir:"W:\Wimount" Dism /Add-Package /Image:"W:\Wimount" /PackagePath="W:\UPDA\Update.msu" /LogPath="W:\log" MULTI= Dism /Add-Package /Image:"W:\Wimount" /PackagePath="W:\UPDA\Stack.msu" /PackagePath="W
-
Can ido that ? : /disable-feature /remove Adding remove delete the files ? Better than deactivate it ! ALSO = feature package name must ne always FaoundationPackagevxxxx... !!?? No need to put it each line, perhaps the name is suficient ! What is better, Dism /Image:W:\Wimount /Enable-Feature /FeatureName:LegacyComponents /PackageName: Dism /Image:W:\Wimount /Enable-Feature /FeatureName:DirectPlay /PackageName: or Dism /Image:W:\Wimount /Enable-Feature /FeatureName:DirectPlay /All /PackageName: Package name, i'm not sure