Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. You can add this registry key to always show menus: First option: Menus.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "AlwaysShowMenus"=dword:00000001 2nd option: Or browse to: Control Panel | Appearance and personalization | Folder Options | Display . And select : Always show menus *Edit: But about the left pane color (image) like Vista...It's not the same on Windows 7! *Edit 2: You can change the left pane image inside: %windir%\System32\shell32.dll -> Bitmap -> 632 & 633 http://www.msfn.org/...d-on-windows-7/
  2. About the value: <CacheLimit>51200</CacheLimit>, we can read inside unattend.chm for Windows 7 that the valid pass is <settings pass="oobeSystem">. But you set this value on <settings pass="specialize"> inside your Autounattend.xml.
  3. Inside your Autounattend.xml file, add inside : <settings pass="specialize"> <DisableWelcomePage>true</DisableWelcomePage> Valid pass for: <settings pass="oobeSystem"> <component name="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" processorArchitecture="amd64" ......"> <CacheLimit>51200</CacheLimit> </component>
  4. Unfortunatly the reg file doesn't work with Windows 7. Even using Thunderbird; a window always appears to choose the size of the image to send as attachment! The best way is to attach the image after opening the e-mail box!
  5. I can use successfully "Move to a folder..." to move a folder with multiples files to another partition, adding this reg file: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
  6. About changing some registry keys with Admin privileges: http://www.howtogeek...y-key?replies=8 http://www.msfn.org/board/topic/139077-7customizer-a-windows-7-customization-and-deployment-tool/page__view__findpost__p__971385 http://www.msfn.org/board/topic/151626-applying-a-reg-tweaks/
  7. Works fine also using "reg.exe import" (example): SetupComplete.cmd @echo off REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\005 /V 1 /D "reg import "%SystemDrive%\Install\Tweaks.reg"" exit
  8. Inside the first image showing the previous silent installation using SetupComplete.cmd to install silently: ChromeStandaloneSetup.exe /silent /install After the installation is done I launch Google Chrome manually using: Start Menu | Programs | Google Chrome to set the settings for the first run and add the shorcut to Desktop ! Image Start Google Chrome
  9. You can try adding registry keys like this example. Create your customized SetupComplete.cmd and your registry settings (User.reg and Console.reg) inside the folder: %SystemDrive%\Distribution_Folder\sources\$OEM$\$$\Setup\Scripts\ Example: SetupComplete.cmd @echo off REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx echo. REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %SystemRoot%\Setup\Scripts\User.reg" /f echo. REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %SystemRoot%\Setup\Scripts\Console.reg" /f exit
  10. No it's not only an example, tested successfully the silent switches - posted by jinkazama - and works fine. Found here: http://www.msfn.org/...post__p__984764
  11. You can add some registry settings inside the same folder location: Scripts. Example: SetupComplete.cmd @echo off REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx echo. REG ADD %KEY%\005 /V 1 /D "REGEDIT /S %SystemRoot%\Setup\Scripts\Tweaks.reg" /f echo. cmd /c "%~dp0ChromeStandaloneSetup.exe" /silent /install exit Image SetupComplete.cmd and Registry Tweaks Or we can use FirstLogonCommand inside Autounattend.xml for registry keys using a batch file!
  12. Weird...I see it's only available about PDF documents but I can't download my own zip files !? But works with Firefox!! I'm looking for a solution with IE9, if I can... *Edit: Yes, you're right...It's because the link is : https:// ; and it's needed to disable inside: Tools | Internet Options | Advanced | Security | Do not save encrypted pages to disk And we can download all zip and rar files from MSN SkyDrive ! B) Windows Registry Editor Version 5.00 ; Enregistrer les pages cryptées sur le disque dur. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "DisableCachingOfSSLPages"=dword:00000000 [HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "DisableCachingOfSSLPages"=dword:00000000 Image Downloading compressed files from MSN
  13. I tested successfully with only Administrator account (like your example) but with this value: <LogonCount>3</LogonCount> <AutoLogon> <Password> <Value></Value> </Password> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> </AutoLogon> And using SetupComplete.cmd and ChromeStandaloneSetup.exe inside: Distribution_Folder\$OEM$\$\Setup\Scripts (I don't know the silent switches for Google Chrome!) SetupComplete.cmd @echo off cmd /c "%~dp0ChromeStandaloneSetup.exe" exit And all is fine and works! I hope that can help you. Images Google Chrome *Edit: However I downloaded ChromeStandaloneSetup.exe with Firefox; because for some reason I was unable to download with IE9! *Edit 2: I found the workaround about downloading files with IE9 with links: https:// (example like: download link for ChromeStandaloneSetup.exe) http://www.msfn.org/board/topic/142382-rt-seven-lite-rc-build-170-and-beta-build-260/page__view__findpost__p__985532
  14. If exists; just change this registry key: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ClearRecentDocsOnExit"=dword:00000001 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ClearRecentDocsOnExit"=dword:00000000 And to clear and add a new list: Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU]
  15. Using IE9, I see that I need to disable the option "ActiveX filtering" inside Tools Tab and/or Security button and I can download files. Maybe that can help some people!
  16. Again, I told you many times, removes those lines, because they are deprecated for Windows 7: <OOBE> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> And try to give another name for your computer! You have only one Administrator account ! Set SetupComplete.cmd inside: %DVD%\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd http://technet.microsoft.com/en-us/library/dd744268(WS.10).aspx
  17. This also often happens to me and I see most people ask the same question on different forums and when they have the right and good answer...they forget the other forums!
  18. Useful tip and info: http://forums.mydigitallife.info/threads/24892-Batch-OEM-HKEY_CURRENT_USER-Reg-Tweaks
  19. Yes, using IE9 I found some problem with customization inside Autounattend.xml and I use now my IE9.reg file saved. No problem found with IE8. You can find help here and later: http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/page__view__findpost__p__970068
  20. Insert your DVD into the dvd drive and open...browse to: %DVD%\sources\idwbinfo.txt Open idwbinfo.txt with notepad. You will see (example): Windows 7 SP1 [BUILDINFO] BuildArch=x86 BuildType=fre BuildBranch=win7sp1_rtm OfficialBuild=TRUE MainBuild=FALSE Coverage=FALSE Windows 7 SP0 [BUILDINFO] BuildArch=x86 BuildType=fre BuildBranch=win7_rtm OfficialBuild=TRUE MainBuild=FALSE Coverage=FALSE
  21. Using quotes (") with Autounattend.xml, the best way is to check your file with WSIM and use: " (or write manually) like you will see when you save your customized Autounattend.xml file. About Ultra_VNC, if using " do not work you can look at this post to create an unattended installation: http://www.msfn.org/...post__p__947388 However, it seems you need to use the 64-bit version for your 64-bit computer !? http://www.uvnc.com/downloads/ultravnc.html
  22. I think you can find help here: http://www.msfn.org/board/topic/140068-a-visual-guide-to-7customizer/page__view__findpost__p__952038
  23. I don't use with my Autounattend.xml file, inside <settings pass="oobeSystem">, and works fine; because it's already set inside: <settings pass="windowsPE"> About Keyboards; look inside the Registry: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts] en-US [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts\00000409] "Layout Text"="US" "Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5000" "Layout File"="KBDUS.DLL" en-GB [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layouts\00000809] "Layout File"="KBDUK.DLL" "Layout Text"="United Kingdom" "Layout Display Name"="@%SystemRoot%\\system32\\input.dll,-5025"
  24. About english United Kingdom! Maybe that can help you. <?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="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>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage <UserLocale>en-GB</UserLocale> </component> <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"> <UserLocale>en-GB</UserLocale> <UILanguage>en-US</UILanguage> <ImputLocale>0809:00000809</ImputLocale> </component>
×
×
  • Create New...