Jump to content

jd976

Member
  • Posts

    15
  • Joined

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by jd976

  1. Any hkcu tweaks that don't apply by injecting into hive, such as FullRowSelect tweaks. I make a self deleting 7zip sfx and place it in default user startup folder.

    Directory needs to be created.

    cmd for creating directory

    md "<your mount dir>\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

    Then I use xcopy to move the files.

    In this way the tweaks get applied at first logon for all newly created users, then deletes itself for the current user.

    Example of my Config.txt for sfx.

    ;!@Install@!UTF-8!
    Title="7-ZIP SFX archive"
    Progress="no"
    SelfDelete="1"
    GUIFlags="8"
    OverwriteMode="0"
    ExtractPathText="Select extraction path"
    ExtractPathTitle="7-ZIP SFX archive"
    ExtractCancelText="Abort"
    RunProgram="%SystemRoot%\\regedit /s %%T\\HKCU.reg"
    ;!@InstallEnd@!

    This is my fullrowselect tweaks, keeps "my computer" in tile mode instead of entended tiles. As well as sets 10000 folder remember limit, instead of default 5000.

    Windows Registry Editor Version 5.00 


    [-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]

    [-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]

    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags]

    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU]

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=-
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSaveSettings"=-

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "FullRowSelect"=dword:00000000

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
    "KnownFolderDerivedFolderType"="{57807898-8C4F-4462-BB63-71042380B109}"
    "SniffedFolderType"="Generic"
    "FolderType"="NotSpecified"


    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU]
    "NodeSlots"=hex:02,02
    "MRUListEx"=hex:00,00,00,00,ff,ff,ff,ff
    "0"=hex:14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,00,00
    "NodeSlot"=dword:00000002
    "BagMRU Size"=dword:00002710

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU\0]
    "NodeSlot"=dword:00000001
    "MRUListEx"=hex:ff,ff,ff,ff

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
    "BagMRU Size"=dword:00002710

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\1\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
    "Rev"=dword:00000000
    "FFlags"=dword:41000011
    "Vid"="{65F125E5-7BE1-4810-BA9D-D271C8432CE3}"
    "Mode"=dword:00000006
    "LogicalViewMode"=dword:00000002
    "IconSize"=dword:00000030
    "GroupView"=dword:ffffffff
    "GroupByKey:FMTID"="{B725F130-47EF-101A-A5F1-02608C9EEBAC}"
    "GroupByKey:PID"=dword:00000004
    "GroupByDirection"=dword:00000001

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5C4F28B5-F869-4E84-8E60-F11DB97C5CC7}]
    "FolderType"="Generic"
    "Rev"=dword:00000000
    "FFlags"=dword:43000011
    "LogicalViewMode"=dword:00000001
    "Mode"=dword:00000004

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{5fa96407-7e77-483c-ac93-691d05850de8}]
    "FolderType"="Videos"
    "Rev"=dword:00000000
    "FFlags"=dword:43000011
    "LogicalViewMode"=dword:00000001
    "Mode"=dword:00000004

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{7d49d726-3c21-4f05-99aa-fdc2c9474656}]
    "FolderType"="Documents"
    "Rev"=dword:00000000
    "FFlags"=dword:43000011
    "LogicalViewMode"=dword:00000001
    "Mode"=dword:00000004

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{94d6ddcc-4a68-4175-a374-bd584a510b78}]
    "FolderType"="Music"
    "Rev"=dword:00000000
    "FFlags"=dword:43000011
    "LogicalViewMode"=dword:00000001
    "Mode"=dword:00000004

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{b3690e58-e961-423b-b687-386ebfd83239}]
    "FolderType"="Pictures"
    "Rev"=dword:00000000
    "FFlags"=dword:43000011
    "LogicalViewMode"=dword:00000001
    "Mode"=dword:00000004

    [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell\{DE2B70EC-9BF7-4A93-BD3D-243F7881D492}]
    "FolderType"="Contacts"
    "Rev"=dword:00000000
    "FFlags"=dword:43000011
    "LogicalViewMode"=dword:00000001
    "Mode"=dword:00000004

    I also place my taskbar editing scripts here so it applies to all newly created users.

  2. The one thing that isn't shown is SP1 for .NET 1.1 - I don't know whether that's there or not.

    Yes its there. I just removed the registry entry so it doesn't show up in the add/remove programs list. It couldn't be uninstalled by itself, so it was a useless entry.

  3. It runs slowly probably because mscorsvw.exe is running in the background building net assemblies, which is normal after a net install.

    The two addons you used are older and do not contain net 3.5 or sp's for net 2 and 3. I made one just recently that is up to date and makes mscorsvw.exe do its building immediately at high priority to get it done faster.

    Can get either runonceex or svcpack x86 versions here: http://www.ryanvm.net/forum/viewtopic.php?t=5657

  4. hi,

    Netfx 2 sp1 is netfx 2 as well as all updates to this point included with it, and same with 3 sp1.

    Sp1 just means all updates to this point added to the original netfx 2 or 3 basically.

    1.1 was different because there was netfx 1.1 and an update 1.1 sp1.

  5. hi, In payloads folder edit setup.xml and leave only these payloads. And delete corresponding folder for each entry you delete.

      <Payload folder="AdobeALMAnchorServiceAll">Adobe CS3</Payload> 
    <Payload folder="AdobeColorCommonSetAll">Adobe CS3</Payload>
    <Payload folder="AdobeColorNA_RecommendedAll">Adobe CS3</Payload>
    <Payload folder="AdobeHelpViewerAll">Adobe CS3</Payload>
    <Payload folder="AdobePhotoshop10en_US_volume">Adobe CS3</Payload>
    <Payload folder="AdobeTypeSupportAll">Adobe CS3</Payload>
    <Payload folder="AdobeVersionCueClient3All">Adobe CS3</Payload>

    Then in AdobePhotoshop10en_US_volume folder open AdobePhotoshop10en_US_volume.proxy.xml. And between <Requires></Requires> delete removed components. Should look like this.

      <Requires>
    <ProductInfo>
    <Family>CoreTech</Family>
    <ProductName>ALM</ProductName>

    </ProductInfo>
    <ProductInfo>
    <Family>CoreTech</Family>
    <ProductName>AdobeColorCommonSet</ProductName>

    </ProductInfo>
    <ProductInfo>
    <Family>CoreTech</Family>
    <ProductName>AdobeColorNA</ProductName>

    </ProductInfo>
    <ProductInfo>
    <Family>CoreTech</Family>
    <ProductName>Adobe Help Viewer CS3</ProductName>

    </ProductInfo>
    <ProductInfo>
    <Family>CoreTech</Family>
    <ProductName>AdobeTypeSupport</ProductName>

    </ProductInfo>
    <ProductInfo>
    <Family>Creative Suites</Family>
    <ProductName>Version Cue Client CS3</ProductName>

    </ProductInfo>
    </Requires>

    Edit xml's with notepad or the like. I was able to get my silent installer down to 107 mb approx, and it speeds up install time by alot. :rolleyes:

×
×
  • Create New...