1. Igor147

    Igor147 MDL Member

    Oct 20, 2016
    162
    75
    10
    KB4465664 KB4467708
     
  2. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    I've removed this, everything listed above works fine except drivers via WU (I always disable it anyway).
     
  3. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #8824 Windows 10 User, Dec 3, 2018
    Last edited: Jul 13, 2023
    I removed First Logon Animation with MSMG ToolKit and created an ISO and after extracting and loading its contents within NTLite it is set off but I can set it on, which I guess shouldn't happen (and it looks like it is an app in the first and a setting in the second).
     
  4. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    754
    60
    First logon animation is only a registry setting. I mounted offline registry so my command is this:
    Code:
    reg add "HKLM\HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableFirstLogonAnimation" /t REG_DWORD /d "0" /f
    I mounted using the following command where %MOUNT% is my mount directory.
    Code:
    reg load HKLM\HKLM_SOFTWARE "%MOUNT%\Windows\System32\config\software"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Then is it normal to be able to set it on in NTLite after disabling it in MSMG ToolKit?
     
  6. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    754
    60
    yes
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. sixor

    sixor MDL Novice

    Feb 2, 2013
    21
    6
    0
    hi, i am using my iso build 1809 with everything removed

    so far so good

    bugs:

    yes this is known for everybody, cannot use any browser as default browser

    black screen after setup, after selecting keyboard lang, user name, cortana crap, then it goes to black screen, not a big problem, just control alt supr, and that is all
     
  8. hoxlund

    hoxlund MDL Member

    Nov 6, 2017
    112
    54
    10
    I wipe edge out of the wim files. chrome is set as default just fine for me
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You need to use the Windows Component to remove the components unless you have the proper package list for RS5 and for RS5 most of the components specified in the menu doesn't have the package names

    In your case the list you have given is wrong

    Code:
    Microsoft-Windows-ContentDeliveryManager-Package
    Microsoft-Windows-OneDrive-Package
    Microsoft-Windows-PeopleExperienceHost-Package
    Microsoft-Windows-QuickAssist-Package
    Microsoft-Windows-LockApp-Package
    Microsoft-Windows-RetailDemoContent-Package
    Microsoft-Windows-SecureAssessmentBrowser-Package
    Microsoft-Windows-SkypeORTC-Package
    Microsoft-Windows-ErrorReporting-Package
    Microsoft-Windows-DefenderApp-Package
    Microsoft-Windows-XboxApp-Package
    Microsoft-Windows-XboxGameCallableUI-Package
    
    If you source is Windows 10 Redstone 5 (10.0.17763.1) English-UK / English-US then just use the

    Remove Windows Components -> Windows Apps
    Remove Windows Components -> System Apps
    Remove Windows Components -> Advanced Windows Components

    This will remove all required components including Defender completely.


     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    May be I didn't update it coz the pack was uploaded much earlier than the ToolKit, will update it.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The tweak was posted by someone in this thread few days back, do checkout you will get it.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The HOSTS file issue is not related to ToolKit as I read it before on other sites that the MS has made the Windows 10 HOSTS file to be read-only by default. This means that even if you can access it with administrative privileges, you still cannot write to it.

    You need to change file permissions and write the content and then set the permissions back.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Copy the RS1 store and related apps files to <Packs\Apps\W10> folder and use the Integrate Default Metro Apps Menu.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Need to check the IE and Edge component which shares the few packages, will try to fix the issue in next update.

     
  15. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    #8838 Windows 10 User, Dec 3, 2018
    Last edited: Dec 9, 2018
    After removing the UAC with a previous NTLite version (that didn't support RS5) I could edit the hosts file without changing the file permissions first.

    How can I fix the latest CU install issue in WU after integrating the previous one and the latest SSU with MSMG ToolKit as well as after having removed and configured some things with it?

    Also, can I download the apps from your MEGA folder and manually install them and if so, how? Right now, the apps don't work as well as the start menu no matter what I do and I don't want to do a clean install.

    EDIT: I might have made a confusion after all with the hosts and hosts.txt files since if I'm not mistaken I added some lines into the first one after opening it with notepad and after saving them it asked for a name (I didn't change the default one, hence the hosts.txt name) for a new document and after I selected the default one it created the mentioned hosts.txt file. Will these new entries work or only the ones in the original hosts (the one which doesn't end in .txt)? If not, how can I save the changes in the original hosts file without creating a new document? If they work, should I keep on doing changes in it and delete the original hosts file? There are files which do some changes in the original hosts file to block some website's access and don't create a new document. How do they do that?

    EDIT 2: Forget it, I just unchecked the read only tribute (I don't know if I should've done that) and did some changes with notepad (without running it as an administrator) and it didn't ask me for a name for a new document. Maybe that person made it not read only by removing the UAC with NTLite's previous version but that doesn't make sense. Anyway, how can these files do some changes to it when it isn't read only and why don't these tutorials tell us to uncheck this read only attribute? So, it looks like it has nothing to do with file permissions after all.
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Windows Update Driver Install is a known issue

    Can't test the Nvidia driver install as I don't have a system with Nvidia GPU

    Explorer Keyboard shortcut (Win+E) : can you post the screenshot of error message.