edit and put rem REM Disable Microsoft Account and non-password sign-in options REM Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\MicrosoftAccount" /v "DisableUserAuth" /t REG_DWORD /d 1 /f >nul REM Reg add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "NoConnectedUser" /t REG_DWORD /d 3 /f >nul REM Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowYourAccount" /v "value" /t REG_DWORD /d 0 /f >nul REM Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowWorkplace" /v "value" /t REG_DWORD /d 0 /f >nul REM Reg add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\default\Settings\AllowSignInOptions" /v "value" /t REG_DWORD /d 0 /f >nul REM Disable Windows Hello for Business REM Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\PassportForWork" /v "Enabled" /t REG_DWORD /d 0 /f >nul REM Reg add "HKLM\TK_SOFTWARE\Policies\Microsoft\PassportForWork" /v "DisablePostLogonProvisioning" /t REG_DWORD /d 0 /f >nul
Is there any way to properly go back to the standard start menu? I missed the config option and am now running a freshly installed system. I've uninstalled OpenShell, but that leaves me without a start menu at all. Pressing the windows button on my keyboard just leads to an error-message and a forced log-off. I guess it's because of this: Code: if not "%ReplaceStartMenuWithOpenShell%"=="0" ( set DisableWindowsSearch=1 set "RemoveSystemUWPapps=%RemoveSystemUWPapps%,Microsoft.Windows.StartMenuExperienceHost" From what I can tell because of this Code: REM Remove unnecessary System UWP apps from the Registry for %%u in (%RemoveSystemUWPapps%) do ( ECHO Removing %%u from the Registry for /f "tokens=1 delims=" %%a in ('reg query "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore" /s /f "%%u" /k 2^>nul ^| find /i "HKEY_LOCAL_MACHINE\TK_SOFTWARE\"') do ( reg delete "%%a" /f >nul 2>&1 ) ) the uwp apps are still there, yet the corresponding registry entry has been deleted. How do I get that back? EDIT: Running StartMenuExperienceHost.exe in C:\Windows\SystemApps leads to a buffer overflow message.
I keep getting these errors, is it just me or is it UUP? Edit. Trying to ping uupdump or access it doesnt work Edit2: It doesnt even exist?
And I didnt know that beacuse I havent used it some time and scriptmaker hasnt updated the files yet. Im still trying to download english esdfile and its not working beacuse cant be found
Is there a way to add a language pack ( Windows Display Language ) to already slimmed and installed windows 10 Pro N En-Us ?? Thx
You can try with this: https://forums.mydigitallife.net/th...er-automated-batch-script.74158/#post-1341924
@wkeller for you project recommanded more up to date than windows 10 windows 11 23h2 emoji for windows 10 any builds sku language bits https://forums.mydigitallife.net/threads/windows-7-8-10-fix-emoji-font-from-win11-23h2.85697/
Thank you ,, but according to abbodi's info , its not for Windows 10 Pro N Version 22H2 , OS build 19045.2965. EDIT It was simple ... i have toggle Windows update, then i was able to download windows display language Thanks