defiantly it's just what I do quite often: perfecting my own stuff. probably because I first open any script in my editor (synwrite / cudatext) to inspect it, and only after hit ScrollLock to run it (custom action), so ideas are bound to happen in the process
I arrange competition you vs Einstein Every time you came up with some brilliant ideas Will it work fine under home edition too ?
AutoUnattend [v3.0] Code: ~ Add PS command to disable Any Network Before OOBE stage ~ Add RunOnce PS command to Enable all Networks at First logon
Get rid of Microsoft Teams popup Without having Teams installed you get popups several times a day. I might have found a solution that i've not seen elsewhere. Working so far. Turn off Micrsoft Store notifications. Ether manually or: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Microsoft.WindowsStore_8wekyb3d8bbwe!App] "Enabled"=dword:00000000
maybe you have an idea Powershell script I have a spotify link in the start menu i can delete it but i have to activate it with one click. I want to delete it, then there are monsters like Disney+, Adobe Creative Cloud Express, etc.... They just hang in the start menu just need a little food for thought edit: think has done vmware set up. just exporting a new startmenue, try to include it in install.wim let's see if it works
I implements this at Custom Toolkit. Take the idea in the code. Code: set "StartMenuLayoutBIN=%Bin%\StartMenuLayoutBIN" set "DefaultStartMenuLayoutBIN=%StartMenuLayoutBIN%\DefaultStartMenuLayout.bin" set "CustomStartMenuLayoutBIN=%StartMenuLayoutBIN%\CustomStartMenuLayout.bin" call :CreateFolder "%InstallMount%\%%i\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState" if exist "%CustomStartMenuLayoutBIN%" ( copy /Y "%CustomStartMenuLayoutBIN%" "%InstallMount%\%%i\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start.bin" ) else ( copy /Y "%DefaultStartMenuLayoutBIN%" "%InstallMount%\%%i\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\start.bin" ) :: Mounting Image Registry echo. echo.Mounting Image Registry... call :MountImageRegistry "%InstallMount%\%%i" echo.Importing Registry Settings to Image Registry... :: Configure Start Pins reg.exe add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\current\device\Start" /v "ConfigureStartPins" /t REG_SZ /d "{ \"pinnedList\": [ { } ] }" /f >nul 2>&1 reg.exe add "HKLM\TK_SOFTWARE\Microsoft\PolicyManager\current\device\Start" /v "ConfigureStartPins_ProviderSet" /t REG_DWORD /d "0" /f >nul 2>&1 :: Un-Mounting Image Registry echo. echo. echo.Un-Mounting Image Registry... call :UnMountImageRegistry echo. In the CustomToolkit package I left some templates to be integrated.
thank you that has brought me further. I had first tried it with a LayoutModification.json that didn't work, but with the start.bin everything works now Have a nice day
unable to return to classic right-click context menu on Windows 11 what the hell is ging on...any chance for working reg file?I tried with 4 different reg files unfortunately no chance.Please help!
Have you tried this? RestoreClassisContextMenu.reg Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32] @=""
Thanks a lot bro,now everything works fine!I'm still didn't findout what mistake I done,cos I every time modify my OS !!!Keep going dude!!!!Cheers!