Jump to content

Tsunami

Member
  • Posts

    292
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Tsunami

  1. Tsunami's mouth drops open... There's an on-top option I can't find the "don't start in media guide" option anymore though Also, when I enable the WMP toolbar (in the taskbar), and minimize it when using a taskbar that's too small (as is the case with the Souluna Remix theme), it will maximize again. In WMP9, it just made the taskbar higher.
  2. You have to run another batch file from cmdlines.txt. cmdlines.txt is not a batch file on it's own, it can only run other programs.
  3. If your install is unattended, you can use winnt.sif to change your resolution (provided the current driver supports the given settings). [Display] AutoConfirm=1 BitsPerPel=32 ConfigureAtLogon=1 Vrefresh=60 Xresolution=1280 Yresolution=1024
  4. Hi, the registry tweak to hide the Themes tab can be found here. If you want to restrict the users to change the visual style, color or size, you can look here. Edit1: You might want to check out the registry key of the second setting. It contains settings to hide tabs from the Display Properties, or to disable access to the Display Properties completely (it even has settings to disable access to the registry and task manager). Edit2: I know I'm a bit late with this, but I found the registry key which tells Windows what name and URL to use for the online themes. here it is: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DownloadSites\100] "DisplayName"="@themeui.dll,-2015" "URL"="http://go.microsoft.com/fwlink/?LinkId=488" Just remove the DownloadSites key or the 100 key, or you can even change the name and URL to anything you want
  5. I know what you mean, there's a setting somewhere that enables 2k-like setup screens, but I too have forgotten where that setting was (I thought it was in winnt.sif, but I can't find it in ref.chm).
  6. Well, I doubt it's possible to replace it (LH uses a more advanced version of WinPE than XP does), but I think you can recreate it if you have your own version of WinPE.
  7. What Tarran said add this to your winnt.sif: [GuiRunOnce] %systemdrive%\install\application.cmd
  8. Finding where Kazaa (Lite (Resurrection)) stores its settings is easy, just start up regedit and search for Kazaa. The My Shared Folder entry can be found here: [HKEY_CURRENT_USER\Software\Kazaa\LocalContent] "DownloadDir"="C:\My Shared Folder"
  9. GreenMachine has a site on how to slipstream your SATA/RAID drivers into your Windows CD, which I think is pretty clear. I found this link also on the Unattended Windows site from MSFN, so I strongly suggest you read that site thoroughly. http://greenmachine.msfnhosting.com/READING/addraid.htm
  10. This is what I have in my registry to add a shortcut to Control Panel: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}] @="put name of shortcut here" InfoTip="put tooltip text here" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon] @="put path and filename of icon here" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open] [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command] @="put path and filename here" [HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder] Attributes=dword:00000030 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}] @="put name of shortcut here" InfoTip="put tooltip text here" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon] @="put path and filename of icon here" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open] [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command] @="put path and filename here" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder] Attributes=dword:00000030 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}] @="" I believe this should work...
  11. It's nice to see that people are still answering posts that are over 6 months old (BTW, I used the installer too, it works just perfect... Now to get MySQL to work too )
  12. The first one would do: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 This second one is for Administrative Tools in your Start Menu: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_AdminToolsRoot"=dword:00000000
×
×
  • Create New...