1. quakze

    quakze MDL Junior Member

    Dec 15, 2011
    74
    16
    0
    Keep the Toolkit folder in the root of any drive, like C:\Toolkit\
     
  2. meme_man

    meme_man MDL Novice

    Feb 21, 2019
    11
    0
    0
    #12122 meme_man, Sep 6, 2019
    Last edited: Sep 6, 2019
    It is on [icode]D:\Toolkit\[/icode]. Does it need to be in the C drive? I don't see why it would.

    edit: ok it works only on the C:\ drive :p
     
  3. jinvidia

    jinvidia MDL Member

    Aug 7, 2016
    238
    35
    10
    Well I have the folder in g: and I don't get that error.. Strange !!
     
  4. Mr. MacT

    Mr. MacT MDL Novice

    Oct 6, 2018
    7
    6
    0
    @meme_man can be case that original iso is compressed ESD and clean one is on uncompressed WIM format.

    I was thinking about with new update system on 19H1. Does deprovisioned registry trick works? If doesn't I will come and join to help find solution.
    I just hate how Microsoft is forcing apps installed what you don't want or need with on 19H1. I have no doubt that trend continues on 19H2, 20H1..... I am tired of this.

    MSMG, thank you for hard work what you have done with ToolKit. You have helped me so many times to get rid of apps and all kind crapware from windows 10 installations. Keep rocking.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes Store needs Smart Screen for scanning the URL and in turn Smart Screen needs Windows Defender to work.

    I have used the default dependency required for each Windows 10 OS and have used the latest available Store files, will check what's causing the issue.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Do check whether you have used the rebuild menu to reduce the ISO size.

    De-provisioned registry tweak is added by the ToolKit component remover for both RS5 and RS6 images.

    For v1903, the Apps aren't restored when they are removed but instead it's the System Apps and other components which get restored when the system is updated.


     
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Here's an interesting quote from Microsoft (Credit Tomshwardwre.com), regarding another one of it's buggy CU's...

    According to Microsoft, this problem "is only encountered on devices in which searching the web from Windows Desktop Search has been disabled," which has become increasingly difficult after the Windows 10 May 2019 Update.

    In 1903 Microsoft is saying that it's getting more difficult to disable the search "features". (Search from desktop, use location when searching, etc)

    @MSMG - Any thoughts on this? Are we able to remove/disable all search "features/components" of Windows 10 1903. I assume they too are restored when CU's are installed?
     
  8. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Am I understanding correctly? Even updating Defender definitions (which is done through Windows Update) will restore removed components? Or is it just the major refreshes like 1809 and 1903?
     
  9. 正义羊

    正义羊 MDL Senior Member

    Feb 21, 2016
    258
    152
    10
    Then look at it, the same problem may also exist in v8.8
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Strange.
    I have always removed Defender and smartscreen app on 17763.1 and Store worked correctly afterwards.
    This issue may have been introduced in Toolkit version 9.4, I would have to test if this indeed the case.

    If the Store now needs smartscreen+defender to be present it will be a big bummer.

    Cheers.
     
  11. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    Store is not dependent on Defender or smartscreen.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    Just major refreshes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. kompassorpigo

    kompassorpigo MDL Member

    Jun 22, 2016
    128
    23
    10
    Hmm.. So what's all the fuss about then? Should be good to go until 1906, shouldn't it?
     
  14. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Cumulative Updates
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Every CU will try to add some reg keys or data even if the component is removed and but it will be non-functional since the component will be missing.

    It's due to the recent change in MS Update model that made it difficult to keep the component removal and the WU smooth, Lets see things may get sorted out in coming days.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes using WU will restore the components for v1903, I'm trying to fix this and it will take some more time.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    It's for completeness I have listed the Dependency list, If you want to use the option to screen URL's sent to Windows Store then the SmartScreen is required and the below key is the one which control's it.

    Code:
    [HKEY_LOCAL_MACHINE\TK_NTUSER\Software\Microsoft\Windows\CurrentVersion\AppHost]
    "EnableWebContentEvaluation"=dword:00000001
    
    When the Smartscreen is removed using the ToolKit, the above key is disabled

    Code:
    [HKEY_LOCAL_MACHINE\TK_NTUSER\Software\Microsoft\Windows\CurrentVersion\AppHost]
    "EnableWebContentEvaluation"=dword:00000000
    
    Likewise Windows Store is linked to many components like IE, Smartscreen, StickyNotes, Hyper-V etc, it all depends what part will be disabled when removed.

     
  18. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    I have removed smartscreen and defender in all builds up to and including 18975. Store works perfectly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. meme_man

    meme_man MDL Novice

    Feb 21, 2019
    11
    0
    0
    I did that.
    could you elaborate further?