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
I know it says Windows 7 SP1 minimum in post #1, but Windows 7 cannot properly service the latest Windows 10/11 images anymore. You need Windows 1903 or higher, AFAIK.
So it's not due to an outdated DISM version? I've got a Windows 8.1 Pro host system available, does anyone have experiences with that?
You need Dism version on host higher then the version on target image. Can be easily acquired by ADK. Your problem could also be related to faulty updates and dism version has nothing to do with it (don't quote me on this)
by latest you mean iso's with ...v1 ? (like Win10_22H2_English_x64v1) , because i dont recall that errors happened before during the creation process .. Anyhow.. i tried to create ISO in a Win10 VM host OS .. and procedure completed without any errors , and also.. final image size is reduced (Windows10_x64_en-US.iso -- 4.77GB) vs 5.70GB So, i guess that something doesn't work as it should in Win7 SP1 as host ..