Group Policy Code: reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate /v AutoDownload /t REG_DWORD /d 5 /f reg add HKLM\SOFTWARE\Microsoft\PolicyManager\current\Update /v AllowAutoUpdate /t REG_DWORD /d 5 /f reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoUpdate /t REG_DWORD /d 1 /f reg add HKLM\SOFTWARE\Policies\Microsoft\MRT /v DontOfferThroughWUAU /t REG_DWORD /d 1 /f reg add HKLM\SOFTWARE\Policies\Microsoft\MRT /v DontReportInfectionInformation /t REG_DWORD /d 1 /f
Thank you very much Abbodi1406. Does above script applicable to all windows 10 versions 1511 , 1507 , 1607 ,server 2016 and even to windows 7 ? and what is the undo script if i want to enable windows auto update again ?
Win7/8.1 can be turned off easily, but if you wish Code: reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /f /v AUOptions /t REG_DWORD /d 1 reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /f /v IncludeRecommendedUpdates /t REG_DWORD /d 0 reg add HKLM\SOFTWARE\Policies\Microsoft\MRT /v DontOfferThroughWUAU /t REG_DWORD /d 1 /f reg add HKLM\SOFTWARE\Policies\Microsoft\MRT /v DontReportInfectionInformation /t REG_DWORD /d 1 /f to revert, go to registry and delete the added values
Hi xinso ; :CONVERT if %~1==1 ( dism /image:%MT% /add-packageacks reg load HKLM\SOFT "%MT%\Windows\System32\config\software" reg add "HKLM\SOFT\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Security-SPP-Component-SKU-ServerDatacenter-GVLK-Package~31bf3856ad364e35~amd64~~10.0.14393.0" /v Visibility /t REG_DWORD /d 2 /f reg unload HKLM\SOFT ) if %~1==2 ( dism /image:%MT% /add-packageacks reg load HKLM\SOFT "%MT%\Windows\System32\config\software" reg add "HKLM\SOFT\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Security-SPP-Component-SKU-ServerDatacenter-GVLK-Package~31bf3856ad364e35~amd64~~10.0.14393.0" /v Visibility /t REG_DWORD /d 2 /f reg unload HKLM\SOFT In your convert.cmd , when the index is 1 (Standard) and 2 (Standard) , you are adding both ServerDatacenter-GVLK-Package and ServerStandard-GVLK-Package and then you are making ServerDatacenter-GVLK-Package invisible with regedit. Why do you do that , isnt it enough just adding ServerStandard-GVLK-Package ?
Because of dism /image:Z:\MT /set-edition:ServerDatacenter (Cor) Code: Microsoft-Windows-Security-SPP-Component-SKU-ServerDatacenter-Package~31bf3856ad364e35~amd64~~10.0.14393.0 (Retail) Microsoft-Windows-Security-SPP-Component-SKU-ServerStandard-GVLK-Package~31bf3856ad364e35~amd64~~10.0.14393.0 (Volume) Note: 1. I am refering to VLSC SW_DVD9_Win_Svr_STD_Core_and_DataCtr_Core_2016.
Launching in the spring of 2017. Everything still looks absolutely experimental. "The next major Windows 10 update, previously known by its codename 'Redstone 2', will launch next spring as the 'Windows 10 Creators Update.'" From RCPmag: no_short_urls_allowed/h33zko6
OK, now that it's RTM'ed for a little while, time to ask this again. Is there any workaround for the SLAT (Second-Level Address Translation) requirement to enable Hyper-V? Have any of our more technical members taken a look at this yet?
For me, enable it with dism worked for Win10 Code: Dism /Online /Enable-Feature /FeatureName:Microsoft-Hyper-V-All
Do you mean the SLAT thing? I doubt it will work. Seems a pretty hardcoded thing, I tried the Server 2012 R2 HV (which doesn't have the SLAT requirement) on Win 8.1, and still won't start.
is there a way to remove these once you have installed the OS? Microsoft-OneCore-AllowTelemetry-Reduced-Default-Package~31bf3856ad364e35~amd64~~10.0.14393.0 Microsoft-OneCore-TroubleShooting-Package~31bf3856ad364e35~amd64~~10.0.14393.0 Microsoft-OneCore-TroubleShooting-WOW64-Package~31bf3856ad364e35~amd64~~10.0.14393.0 Microsoft-Windows-Feedback-Package~31bf3856ad364e35~amd64~~10.0.14393.0 Microsoft-Windows-FlightSettings-Package~31bf3856ad364e35~amd64~~10.0.14393.0 tried the dism /online /remove-package /packagename: command and got access denied. or would i have to make a new offline iso and reinstall? any help is appreciated.
I actually never setup or created a VM i just ment enabling the feature, if SLAT is not available the feature is greyed in gui
Actually I'm one of the people who faced the virtualization first. I was the one who talked about such nice VMware to the director of the local edition of Windows Magazine, he published even my VMware review after few months. The article was published in August 2000. 16+ years ago....