Take a look at the release notes. Expand the downloaded folder. Go into the subfolder that contains the version you want to install - install_en-us, for example, then double click on the associated bat file, ProPlus_en-us_x64.bat, for example.
try this code (made by me) in a .BAT or .CMD file and execute it. Code: @echo off cls echo Closing OneDrive process. echo. taskkill /f /im OneDrive.exe > NUL 2>&1 ping 127.0.0.1 -n 10 > NUL 2>&1 echo Uninstalling OneDrive. echo. %SYSTEMROOT%\System32\OneDriveSetup.exe /uninstall ping 127.0.0.1 -n 10 > NUL 2>&1 echo Removing OneDrive leftovers. echo. rd %USERPROFILE%\OneDrive /Q /S > NUL 2>&1 rd C:\OneDriveTemp /Q /S > NUL 2>&1 rd %LOCALAPPDATA%\Microsoft\OneDrive /Q /S > NUL 2>&1 rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1 pause
You seem to have missed the very first line of what I stated somehow. I refuse to waste time debating with someone who can't be bothered to read or watch and comprehend things other than what is in front of them at the exact moment they are experiencing. People who care about their privacy have their attention drawn to it now. Buried away as it is, and as plainly stated as it is.
Hello, I just tried to update from windows 8.1 and I get an error about "You need to install at least 2 GB of RAM before you can install and run Windows 10 Technical Preview. Contact the PC manufacturer to see if you can install more RAM." I have 3GB memory on my system and seems that installation doesn' t see it. Any way to bypass it?
Check in BIOS that your computer 'see's' those 3GB of memory!! While updating from Windows 8.1, means run the Setup for W10TP from within the running 8.1, and, if you use 64bit Windows, you must check in Windows 8.1 that the free memory is more than 2GB for the installation/upgrade of/to Windows 10 TP. Personally I never had such problem, bu who knows?!
Both BIOS and windows shows 3GB memory. I also installed yesterday 32bit version on a netbook with only 1GB memory again from windows 8.1 without any problem. I will try to free some memory and try again though.
How did you get that working for VMWare Workstation? I can't ever get it working no matter what I try.
I would suggest you disable the EUFI(if you have the firmware) and if you don't have it on your system you would have to set your Boot Mode to Legacy at the BIOS. Create a bootable USB with Rufus using the 'MBR Partition scheme for BIOS and EUFI computers' scheme.