Jump to content

jrzycrim

Member
  • Posts

    769
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by jrzycrim

  1. You're using SP2 so this is all you should need:

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "StatusBarOther"=dword:00000001
    "StatusBarWeb"=dword:00000001

    That streams deal was just for the status bar in explorer windows for SP1.

  2. I don't recall off hand. I just use Administrator myself.

    For your Start menu settings, specifically the internet and email icons, you should install your cd to vmare. After installation, you should go in and tweak your start menu to your preferences, turn off the internet and email icons, pin stuff you want, etc, log off then back on (insided vmware) and then export this key:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartPage]

    Use those settings for your next install.

  3. The former disables the prompt which asks you if you want to send something to the recycle bin. The above tweak just cause a file to be deleted outright without moving it to the recycle bin.

    I believe the tweak for the default folder view settings is stored here:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]

    If you want list view applied to all folders you will have to do just that: Set a folder for list view, go to folder options and apply to to all folders, log off and then back on and then export that key to use in your tweak file.

    AznStyl, are you using vmware or VPC to test your CD?

  4. The classic start menu setting is stored in this value:

    ;Turns off the recycle bin delete confirm

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]"ShellState"=hex:24,00,00,00,37,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\

    01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00

    Change the 1 to a 3. That should give you the xp style while keeping your delete confirmation turned off.

    You may want to export that from your own registry as there may be other things in there that you don't want. Off the top of my head, I don't know what other settings are stored there.

  5. where in the above code do I fix to make my [start menu NOT CLASSIC], make the [folder view as LIST not tiles], [# of programs in start menu to 3 instead of 10], [remove show internet & email in start menu], [remove "set program Access and Defaults" off the start menu] and [make my computer to default name "My Computer" (I use this code from a RegTweak post and it is from some obviously that some1 is a chinese person and rename My Computer into some Chinese name)]  Any help is higly appreciated.  Thank You.

    No where in the code you provided can these things be accomplished.

    As far as the classic start menu goes, do NOT put "DefaultStartPanelOff=Yes" in your winnt.sif if you want the XP style start menu.

    Are those the only registry settings you have? If not, please 'attach' your .reg file.

    You should be able to find most of the tweaks you want by searching...

    Edit: change a to 3: "Start_MinMFU"=dword:00000003

    for the number of Programs in the start menu.

  6. 2- Also, what will happen if I set these tweaks before I install my applications (ie: disable the QuickTime Icon before it is actually installed via RunOnceEx.cmd on the first logon)  :blink:

    Those tweaks you should import after the software has been installed or the software installation will most likely overwrite them.

×
×
  • Create New...