Jump to content

1boredguy

Member
  • Posts

    124
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by 1boredguy

  1. like this?

    [COMMANDS]

    ; Disable 'Send Information To The Internet' Prompt
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
    "1601"=dword:00000000

    ; Disable Auto-Complete Prompt
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]
    "AskUser"=dword:00000000

    ; Disable Internet Explorer Cookie 'Privacy Icon' Prompt
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "PrivDiscUiShown"=dword:00000001

    "RunOnceEx.cmd"

    do i have to put quotes on each line? like

    "[HKEY....."

    and... is it ok to leave the descriptions in like that?

    :huh: thanks

  2. thanks for all the replies!

    i looked up "hivedef.inf", it looks interesting but i prefer to do reg tweaks the old fashioned way, calling them with runonceex.

    [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoStartMenuMFUprogramsList"=dword:00000001

    that one didn't work.

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
    "NoStartMenuMFUprogramsList"=dword:00000001

    this one did work!

    but...

    :huh:

    I would like to know how to import the tweaks at T-12, but the registry guide is down.............. :(

  3. very nice package!

    i really like the welcome screen. i was looking for the logonui.exe but i can't find it.

    i would just like to use a few things from this program (like the welcom screen). is it possible?

  4. ; Remove Frequently Accessed Programs List from Start Menu

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

    "NoStartMenuMFUprogramsList"=dword:00000001

    is there a way to make this entry go for all users?

    it only affects the administrator account (because of autologon with runonceex), but i want it to affect all accounts created.

    thanks for reading this stupid question...

  5. Just trying to get this straight...

    ----winnt.sif:

    AutoLogon Configures the computer to log on once with the Administrator account.

    AutoLogonCount Specifies the number of times that the computer automatically logs on with the specified Administrator account and password.

    ----HKLM //// logon:

    AutoAdminLogon = 1

    I'm pretty sure this means always logon the DefaultUserName user (if the user is an administrator)

    exactly mraeryceos,

    so... what i wanted to find out is... is there a way to use a different Administrative account with AutoLogon & AutoLogonCount.

    the reason behind this... i guess... so the default Administrator account is never logged into.

  6. is it possible to do an "autologoncount=1" for an administrative account other than administrator?

    i've created a new account called "root" (so now i have two admin accts).

    i would like the autologon=1, autologoncount-1 to apply to the "root" account, not the administrator account.

    so... i want the following to just happen once. as it is now, autologon is on permenantly.

    Windows Registry Editor Version 5.00 

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "DefaultUserName"="root"
    "DefaultPassword"="asdf1234"
    "AutoAdminLogon"="1"

  7. i'm going to do installs on computers as slow as a P2 with 128MB RAM.

    what do you recommend for reliable sleep timings??? (i'm guessing to double the amounts below?)

    ---------

    EDIT:

    nevermind. it's easier to just copy the silent install files from the cd. :P

  8. i want an IE link in the start menu. (i want it with the other links in the picture i attached)

    in the cleanup.cmd, i'm using this line:

    COPY "%UserProfile%\Start Menu\Programs\Internet Explorer.lnk" "%AllUsersProfile%\Start Menu"

    but after installation, the .link isn't copied. (my guess is that the cleanup.cmd is run before the original link is even created?)

    this code works fine if i run it manually after installation is all over.

    there must be another EASY way to get the link in there during the unattended install.

    ----------------

    EDIT:

    nevermind.

    just did it through the distribution folders ($OEM$).

    post-29225-1120690179_thumb.jpg

  9. while in classic theme, i insert a cd (mcafee in this case), and the installation screen is warped. it shows next to nothing, and the little "close" icon.

    this does not happen for all cds, but i don't want this to happen to any cds.

    i did integrate royal theme into the installation. (i would like to keep royal)

    how can i fix this?

    thanks!

    post-29225-1120672099_thumb.jpg

    post-29225-1120672107_thumb.jpg

  10. i thought the 1st one changes logon to classic... doesn't do that for me though. so what does it do?

    ; Disable Welcome Screen
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoWelcomeScreen"=dword:00000001

    ;Disable Welcome Screen and uses Classic Logon
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "LogonType"=dword:00000000

    any more detailed info (than the tiny descriptions) would be appreciated! :yes:

  11. everytime i manually create an account, these links are there.

    is there a way to prevent .lnk files being created in the "start menu/programs"? namely the internet explorer, outlook express, remote assistance, windows media player.

    and i'm talking about FUTURE accounts that AREN'T DEFINED YET, and wont be defined during the unattended install.

    these didn't work, maybe my syntax is wrong?:

    DEL "%AllUsersProfile%\Start Menu\Programs\Windows Media Player.lnk"
    DEL "%AllUsersProfile%\Start Menu\Programs\Remote Assistance.lnk"
    DEL "%AllUsersProfile%\Start Menu\Programs\Outlook Express.lnk"

    thanks for any help! :hello:

×
×
  • Create New...