Jump to content

GieltjE

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by GieltjE

  1. Remove:

    - Wallpapers (Windows\Web\Wallpaper)

    - Themes (Windows\Resources\Themes)

    - Screensavers (Windows\System32\*.scr)

    - Gadgets (Windows Sidebar\Gadgets)

    - Sample music (Users\Public\Music\Sample Music)

    EDIT:

    Windows\winsxs\amd64_microsoft-windows-bubbles_31bf3856ad364e35_6.1.7600.16385_none_ca7337e2e3a2a824\Bubbles.scr

    And a few others are created aswel, I know winsxs shouldn't be tampered with, but keeping screensavers in a install seems a bit overkill

  2. Just to confirm...

    <SkipAutoActivation>true</SkipAutoActivation>

    That skips asking for key?

    P.S. Don't worry about double posting, if i see double posting i usually just merge.

    As long as the demo key is correct, I don't know whether the following is needed, but I guess it couldn't hurt either.

    <ProductKey>

    <Key>AAAAA-AAAAA-AAAAA-AAAAA-AAAAA</Key>

    <WillShowUI>OnError</WillShowUI>

    </ProductKey>

  3. Yeah i keep hearing about RT7Lite that i's bloated, slow, dead and buggy lol. There has been times when W7T is buggy :)

    Buggy shouldn't be a problem if there are patches, but RT7Lite keeps promising a great new version, which by now is multiple months overdue (a shame if you ask me for non-tech-savy people it was a simple usable tool).

    If the next version can create a better unattended (just confirmed autounattended.xml see my other post) & more removal it beats RT7lite in all fields (have been using it for a long time).

  4. VirtualBox has finished and it worked and patched files with no issues. It may be related to RT7Lite, personally i have never really used it.

    I'll build a new image soon, all these patches take some time (I guess RT7Lite shouldn't be used, the project appears dead and has some major flaws).

  5. i will try and move to the correct topic. I have a topic dedicated for removal stuff

    My bad, was just adding stuff from the top of my head without reading to much, don't rush it good releases are better than broken ones.

  6. Some of those are already available, by the way would you know how to make it skip the product key screen completely? Thanks.

    Seriously... when i start the removal request stuff for 1.4.0 i will be adding as much as possible. Although i bet someone will request WinSXS which i think is impossible :P

    I attached my unattended xml, this one skips the user AND key activation, just drops to a unactivated administrator desktop (confirmed).

    Autounattend.xml

  7. [Removal stuff moved to correct topic]

    Unattended:

    - Skip user creation & automated logon & empty administrator password


    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" 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">
    <UserAccounts>
    <LocalAccounts />
    <AdministratorPassword>
    <Value />
    </AdministratorPassword>
    </UserAccounts>
    <AutoLogon>
    <Password>
    <Value />
    </Password>
    <Enabled>true</Enabled>
    <LogonCount>1</LogonCount>
    <Username>Administrator</Username>
    </AutoLogon>

    - Skip auto activation v51


    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" 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" />
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    </settings>

  8. Some tweaks to get the taskbar more xp like:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarSmallIcons --> 1 for small

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarGlomLevel --> 00000002 for never combine

    There are some more settings there to :albert:

    Thanks for the hard work!!!!!!

  9. What do you mean?

    Are there tweaks for "use small icons in the taskbar" & "never combine icons in the taskbar" (if I missed those I am getting blind):

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarSmallIcons --> 1 for small

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarGlomLevel --> 00000002 for never combine

    edit: Legolash2o, Done, thanks for the effort.

  10. I'm checking this now.

    RT7Lite is a completely different program and created by a different person.

    I used RT7lite to remove the screensavers etc, I shall skip that step and retry (complete clean image, could take a while).

    Did I miss the settings for TaskbarSmallIcons & never combine?

  11. I get "Universal Theme Patcher" - "Please right click this program and run as administrator" dialog during "Completing installation"

    RT7LitePILaunch.exe and mscorsvw.exe seem to take 100% cpu usage and the desktop doesn't show after 15min. (after killing explorer.exe and restarting it I get "personalized settings" and a desktop.

  12. Often listed as a way to “increase the file system memory cache size”.

    Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

    Change the following value from 0 to 2: NtfsMemoryUsage=2

×
×
  • Create New...