Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Friday, September 25, 2020

Windows 10 Home - Enable Group Policy Edit

Got this from https://www.youtube.com/watch?reload=9&time_continue=58&v=aQhYSwT6YmA&feature=emb_logo

You will need to start a command prompt as administrator.

Then copy the following code and paste at the command line.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" ) FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )

After completion, restart the PC and then type gpedit in lower left corner search box.

Now you can disable Windows Updates at your own risk by following instructions at https://www.windowscentral.com/how-stop-updates-installing-automatically-windows-10

OR

You can just download the installer from https://drive.google.com/file/d/1VzMpadOAbabadn-EFK5ofNORuFHUdqu5/view?usp=sharing 

And after restarting your PC open a regular command prompt window and type the following.



No comments:

Post a Comment