Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ctpm

Member
  • Joined

  • Last visited

  • Country

    France

Everything posted by ctpm

  1. <ModifyPartition wcm:action="add"> Shouldn't I specify action="modify" ?
  2. Sorry for my English, I'm from France. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>fr-fr</UILanguage> </SetupUILanguage> <InputLocale>fr-fr</InputLocale> <SystemLocale>fr-fr</SystemLocale> <UILanguage>fr-fr</UILanguage> <UILanguageFallback>fr-fr</UILanguageFallback> <UserLocale>fr-fr</UserLocale> </component> <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"> [color="#FF0000"]<DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="modify"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>SYSTEM</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration>[/color] <Display> <ColorDepth>32</ColorDepth> <VerticalResolution>768</VerticalResolution> <HorizontalResolution>1024</HorizontalResolution> </Display> <WindowsDeploymentServices> <ImageSelection> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </ImageSelection> <Login> <Credentials> <Domain>******</Domain> <Password>*****</Password> <Username>exp1</Username> </Credentials> </Login> </WindowsDeploymentServices> </component> </settings> <cpi:offlineImage cpi:source="catalog:c:/wiim save/install_windows vista ultimate.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Here is my unattend file (applicated to the WDS server). Actually it only works with one partition, but I can't use it for 2 two partitions. I have a 40 Go disk, so I want to have a system partition (20Go) and a Data partition which use the rest of the space. What configuration shlou have to use on WSIM or directly onto my unattend file? Another question : is that true that Vista can only be installed in a partition which size is half size of a disk? So if i have a 400 Go sized disk, my system partition should do 200 Go?

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.