1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,572
    450
    No concern, just curious.
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    ^^
    You can use this command by cmd @ Admin: cmd = Net User / delete DefaultUser0 and then open the file explorer and in the users folder right click on the folder DefaultUser0 press shift and delete ok ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    No, you're welcome.

    Why can't I just do the second step?
     
  4. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Save this as cmd file, and run.
    Code:
    @echo off
    (cd /d "%~dp0")&&(NET FILE||(powershell start-process -FilePath '%0' -verb runas)&&(exit /B)) >NUL 2>&1
    SET UserToRemove="defaultuser0"
    REM 'CALL' check registry subroutine check for existance and remove.
    FOR /f "tokens=*" %%a IN ('REG query "HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList"^|find /i "s-1-5-21"') DO CALL :ChkRegistry "%%a"
    GOTO :Finish
    
    :ChkRegistry
    REM -----------------------------------------------------------------------
    REM Results of ERRORLEVEL are:
    REM 0  -- If UserToRemove is found in the registry then run rest of script.
    REM 1  -- If UserToRemove is NOT found in the registry then exit script.
    REM -----------------------------------------------------------------------
    FOR /f "tokens=3" %%g in ('reg query %1 /v ProfileImagePath') DO SET UserProfilePath=%%g
    FOR /f "tokens=3 delims=\" %%e in ('echo %UserProfilePath%') DO SET ProfileName=%%e
    FOR /f "tokens=1 delims=." %%f IN ('echo %ProfileName%') DO SET ParseRegistry=%%f
    ECHO %UserToRemove%|find /I "%ParseRegistry%" > NUL
    IF ERRORLEVEL=1 GOTO :Finish
    
    REM Remove that user...
    RMDIR "%SystemDrive%\Users\%ProfileName%" /s /q
    REG delete %1 /f >nul
    IF EXIST "%SystemDrive%\Users\%ProfileName%" GOTO :RetryDirRemove
    GOTO :Finish
    
    :RetryDirRemove
    TAKEOWN /F "%ProfileName%" >nul
    TIMEOUT /T 2 >nul
    ICACLS "%ProfileName%" /GRANT *S-1-1-0:F >nul
    TIMEOUT /T 2 >nul
    RMDIR "%SystemDrive%\Users\%ProfileName%" /s /q
    
    :Finish
    REM End of script...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,572
    450
    Isn't that published originally by @mxman2k?
     
  6. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    I wasn't sure where I found it. Makes sense it was here. Many knowledgeable members! :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,572
    450
    You knew exactly where you got it from ;)
     
  8. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    No truthfully I didn't. I find lots of code, and save it. It has been a long time since I used it, or had to.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    It does not really matter though, I never claimed it as my own. I just put it out there to use.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    I only see it if I bork something.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    Thought it was just me.
    Two days ago the profile went south, after booting from USB hdd to PE, sure enough, default0 was there.

    Cheers.
     
  12. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    well ask to M$FT dude ;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Ok.
     
  14. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    whats working/not working for rs4 as of now?
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    1) Copy the windows10.0-KB4093112-x64.cab or windows10.0-KB4093112-x64.msu to <Packs\WHD\w10\x64\Cumulative> folder and then use the ToolKit's Integrate WHD Update Pack->Integrate WHD General Updates.

    or

    2) Copy the windows10.0-KB4093112-x64.cab or windows10.0-KB4093112-x64.msu to <Updates\w10\x64> folder and then use the ToolKit's Integrate Windows Updates->Integrate Windows Updates.

     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Well, I can see the Quick Assist Shortcut in Start Menu if it's not removed.

     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The ToolKit component removal for components like Defender, Smartscreen, PeopleExperienceHost which uses the ToolKitHelper.exe method is not yet updated for RS4.

    The previous RS3 list for removal will not be the same for RS4 and so it requires a lot for time for me to prepare the list of files/folders/registry/xml entries needed to be removed for RS4 for all languages and editions.

    The menu for Defender, SmartScreen and PeopleExeprienceHost is left intact and it will be functional once the code for removal is ready.

    Moreover, the MS has demoted the Windows 10 RS4 17133 from RTM Status and still there's a confusion what will be the actual RTM/GA build and then again I'll have update the whole ToolKit for the new build.

    So, It's better to wait for the proper RS4 RTM build to be released.

     
  18. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Nothing has broken for current RS4 build as of now, just wait for the correct RS4 build to be released.

     
  19. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    I'ts not right for me to rush you, and im not but i'd like to ask what's a realistic timeframe for rs4 toolkit? need to plan on whether to stay on rs3 or not