Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. Yes! Right-clic on a file or an folder and select => Send To
  2. How do you try to use it?
  3. You can try to create the folder "Send To" inside your local account and set shorcuts in it!
  4. You can also copy the folder "Send To" inside Default User to your local account! Copy C:\Documents and Settings\Default User\Send To => C:\Documents and Settings\User Name\Send To Unhide files and folders before to see the folders!
  5. Yes it's a reg file inside Windows 7 and I will check inside Windows XP! But you can check inside your computer and add only the reg part needed (send to)! For Windows XP (inside my computer): Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AllFilesystemObjects] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To] @="{7BA4C740-9E81-11CF-99D3-00AA004AE837}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}] @="" Restart the computer. I hope that can help you!
  6. You can try to add this reg file: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AllFilesystemObjects] "PreviewDetails"="prop:System.DateModified;System.Size;System.DateCreated;*System.OfflineAvailability;*System.OfflineStatus;*System.SharedWith" "PreviewTitle"="prop:System.ItemNameDisplay;System.ItemTypeText" "FullDetails"="prop:System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemTypeText;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;*System.OfflineAvailability;*System.OfflineStatus;*System.SharedWith;*System.FileOwner;*System.ComputerName" "TileInfo"="prop:System.ItemTypeText;System.Size;System.DateModified" "ExtendedTileInfo"="prop:System.ItemTypeText;System.Size;System.DateModified;System.OfflineAvailability" "InfoTip"="prop:System.ItemTypeText;System.Size;System.DateModified" "QuickTip"="prop:System.ItemTypeText;System.Size;System.DateModified" "ConflictPrompt"="prop:System.ItemTypeText;System.Size;System.DateModified;System.DateCreated" "SetDefaultsFor"="prop:System.Author;System.Document.DateCreated" "NoStaticDefaultVerb"="" "NoRecentDocs"="" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\CopyAsPathMenu] @="{f3d06e7c-1e45-4a26-847e-f9fcdee59be0}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\SendTo] @="{7BA4C740-9E81-11CF-99D3-00AA004AE837}" [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers\{596AB062-B4D2-4215-9F74-E9109B0A8153}] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\PropertySheetHandlers\{7EFA68C6-086B-43e1-A2D2-55A113531240}]
  7. Once done we can create new catalog files for the new install.wim containing all the images (32bit and 64bit): http://www.msfn.org/board/topic/152947-problem-with-sim/page__view__findpost__p__973982
  8. We can read on Twitter: A new release of 7CustomizerLive will be available on Friday or maybe sooner. http://twitter.com/#!/7customizer
  9. We can't install 32-bit version of Windows SIM on a computer with OS 64 bit! http://technet.micro...249(WS.10).aspx http://technet.micro...500(WS.10).aspx If we really need to generate a catalog file for Windows 7 images of all architecture types, we will have to do that on a 32bit machine! Anyway we can install Windows 7 whithout catalog file! We can also create catalog files for Windows 7 AIO (containing images 32-bit and 64-bit inside one install.wim image) on a 32bit computer! Image Catalog files created on 32bit computer
  10. Try to remove or move any previous catalog files inside your %systemdrive%\DVD\sources and select your image "install.wim" to create a new catalog file! You need WAIK 3.0 for Windows 7!
  11. Also some help! French tutorial: http://www.mediafire.com/?1kccgk09rc144 http://support.microsoft.com/kb/891154/en-us Regards
  12. Take care with the sizes Disk! Change also LABEL "Boot" to "System" <ModifyPartition> <Order>1</Order> <PartitionID>1</PartitionID> <Format>NTFS</Format> <Label>System</Label> Check also if you have an UEFI interface: http://en.wikipedia....mware_Interface Because the settings aren't the same inside Autounattend.xml for UEFI-based computer! http://technet.micro...951(WS.10).aspx http://technet.micro...fyingSystemDisk http://technet.micro...271(WS.10).aspx http://technet.microsoft.com/en-us/library/dd799232(WS.10).aspx
  13. Inside your Autounattend.xml file try to use OSImage and not DataImage inside <settings pass="windowsPE"> Example, my Autounattend.xml file fully unattended <?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>100c:0000100c</InputLocale> <SystemLocale>fr-CH</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>200</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Size>100</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Size>450000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>4</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Format>NTFS</Format> <Label>Recovery</Label> <TypeID>0x27</TypeID> </ModifyPartition> <ModifyPartition wcm:action="add"> <PartitionID>2</PartitionID> <Active>true</Active> <Order>2</Order> <Label>System</Label> <Format>NTFS</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <Format>NTFS</Format> <PartitionID>3</PartitionID> <Label>SEVEN</Label> <Letter>C</Letter> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>4</Order> <Format>NTFS</Format> <PartitionID>4</PartitionID> <Label>DATA</Label> <Letter>D</Letter> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>Never</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>3</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Full Name</FullName> <Organization>particulier</Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> <EnableFirewall>true</EnableFirewall> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" 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"> <EnableLUA>false</EnableLUA> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <Home_Page>http://www.bluewin.ch/index.html.fr</Home_Page> <BlockPopups>yes</BlockPopups> <FavoritesOnTop>true</FavoritesOnTop> <FilterLevel>High</FilterLevel> <Help_Page>http://people.consolidated.net/veeger/</Help_Page> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <LockToolbars>true</LockToolbars> <ShowLeftAddressToolbar>true</ShowLeftAddressToolbar> <ShowMenuBar>true</ShowMenuBar> <SuggestedSitesEnabled>true</SuggestedSitesEnabled> </component> <component name="Microsoft-Windows-RemoteAssistance-Exe" 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> <fAllowFullControl>false</fAllowFullControl> <fAllowToGetHelp>false</fAllowToGetHelp> </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-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"> <ComputerName>Se7en</ComputerName> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> <RegisteredOwner>myselfidem</RegisteredOwner> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> </component> </settings> <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"> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-CH</UserLocale> <InputLocale>100c:0000100c</InputLocale> </component> <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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <RegisteredOwner>myselfidem</RegisteredOwner> <TimeZone>W. Europe Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>myselfidem</Username> <Password> <Value>xxxxxx</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Password never expires</Description> <CommandLine>cmd /C wmic useraccount where "name='myselfidem'" set PasswordExpires=FALSE</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>9</Order> <Description>Installation des applications avec WPI</Description> <CommandLine>cmd /c for %i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %i:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> </FirstLogonCommands> <OEMInformation> <Logo>%WINDIR%\System32\oemlogo.bmp</Logo> <Manufacturer>Se7en_Titan</Manufacturer> <Model>Windows Se7en Titan</Model> <SupportHours>A tout instant, consultez les Forums</SupportHours> <SupportPhone>BR549</SupportPhone> <SupportURL>http://people.consolidated.net/veeger</SupportURL> </OEMInformation> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>xxxxxx</Value> </Password> <Group>Administrators</Group> <DisplayName>myselfidem</DisplayName> <Name>myselfidem</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <WindowsFeatures> <ShowInternetExplorer>true</ShowInternetExplorer> <ShowMediaCenter>true</ShowMediaCenter> <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer> </WindowsFeatures> </component> <component name="Microsoft-Windows-Sidebar" 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"> <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1> <Gadget2>%PROGRAMFILES%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2> <Gadget3>%PROGRAMFILES%\Windows Sidebar\Gadgets\Weather.Gadget</Gadget3> </component> </settings> </unattend>
  14. You can add some values: Example: <AutoLogon> <Password> <Value></Value> </Password> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <DisplayName>Administrator</DisplayName> <Name>Administrator</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> http://theitbros.com...start-to-finish
  15. I haven't remove users (TrustedInstaller or System)! Weird But I found an issue to restore the owners: http://technet.micro...e/ff404240.aspx http://www.vistax64....tore-owner.html Thanks Kels...Next time I will try with */d
  16. At this time it's better to not use the new install_wim_tweak.exe... Packages aren't removed properly!! And I see that I can't remove Packages with: Dism /image:Mounted_Folder /remove-package /packagename: (access denied: error: 5) The old one working fine! http://www.msfn.org/board/topic/137765-windows-7-rtm-3264-bit-updated/page__view__findpost__p__933395
  17. Thanks maxXPsoft @TheWalrus Inside your file you can remove:<servicing></servicing> And Add: <OOBE> <HideEULAPage>true</HideEULAPage> <OOBE>
  18. Yes, because <RegisteredOwner> : This string type supports empty elements. <RegisteredOwner></RegisteredOwner>
  19. I see another error: <CopyProfile>true</CopyProfile> <RegisteredOwner /> ? </AutoLogon> <RegisteredOwner /> ?
  20. You are confusing: SkipMachine and SkipUser !!!! Feel free to use it if you want and you will have trouble and your file will not be fully unattended!!!
  21. If we use the two values <Install To> and <InstallToAvailablePartition>false</InstallToAvailablePartition> the installation isn't fully unattended. http://www.msfn.org/...post__p__973674 You must also specify either the <InstallTo> or the <InstallToAvailablePartition> setting.
  22. 1) You can remove inside your file: <InstallToAvailablePartition>false</InstallToAvailablePartition> You don't need this value because you use: <Install To> 2) This setting is deprecated for Windows 7! You can remove it! <SkipMachineOOBE>true</SkipMachineOOBE>
  23. @Legolash If I use install_wim_tweak.exe /o to takewoner ship on my computer... How I can restore the default permissions? Now I can't remove WAIK 3.0 for windows 7!!! I must retore manually the permissions for system
  24. I tried OffLine with an mounted image with install_wim_tweak.exe 1.4.6 and even if the Packages are removed OK there is always the cat and mum files inside: Mounted_Folder\Windows\servicing\ But I must use with quotes like this: Microsoft Windows [version 6.1.7601] Copyright © 2009 Microsoft Corporation. Tous droits réservés. C:\Users\Antoine>C:\7elite32\wtools\install_wim_tweak.exe /p C:\7elite32\mount /c "Microsoft-Hyper-V-Common-Drivers-Package" /r ------------------------------------------- --------Registry Tweak Tool v1.4.6.0------- ---------------for Windows 6.x------------- ---------Created by Michal Wnuowski-------- -----------Modified by Legolash2o---------- ------------------------------------------- MountPath : "C:\7elite32\mount" Component : "Microsoft-Hyper-V-Common-Drivers-Package" ------------------Starting----------------- Creating BKP of registry file... OK Mounting registry file... OK Taking Ownership... OK Editing 'Packages' subkeys 2/2OK Editing 'PackagesPending' subkeys 2/2OK Modifying registry completed sucessfully. Unmounting key... OK Removing 'Packages'... 2/2OK Removed packages successfully. Removing 'PackagesPending'... 2/2OK Removed packages successfully. -------------------Ending------------------ etc... MountPath : "C:\7elite32\mount" Component : "Microsoft-Hyper-V-Guest-Integration-Drivers-Package" ------------------Starting----------------- Creating BKP of registry file... OK Mounting registry file... OK Taking Ownership... OK Editing 'Packages' subkeys 2/2OK Editing 'PackagesPending' subkeys 2/2OK Modifying registry completed sucessfully. Unmounting key... OK Removing 'Packages'... 2/2OK Removed packages successfully. Removing 'PackagesPending'... 2/2OK Removed packages successfully. -------------------Ending------------------ C:\Program Files\Windows AIK\Tools\PETools>
  25. You can try the new version 1.4.6 available and bug solved.
×
×
  • Create New...