Message

To turn the default -less-secure- $ shares back on run the following from an admin command prompt:

 

 

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "LocalAccountTokenFilterPolicy" /t REG_DWORD /d 1 /f

Edit the following key to enable low level RDP for use with guacamole or other -less- secure RDP client implementations.

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
Change “SecurityLayer” value to 1
Verify “UserAuthentication” value is 0

https://github.com/Sycnex/Windows10Debloater

Use this to get rid of all the fluff.. In the event you over-do it and remove something important like calc you can add it back in like:

Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

 

 

I have been experimenting with disabling the forced reboot nonsense from windows 10, and the following seems to work as of today.. Who knows what kind of tricks will come in the future to interrupt my productivity.

 

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v AUOptions /t REG_DWORD /d 3 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate/t REG_DWORD /d 0 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallDay /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallEveryWeek /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v ScheduledInstallTime /t REG_DWORD /d 3 /f

How to fix Win 10 hyper-v uninstall for VMWare Worstation or Virtualbox

So you have uninstalled hyper-v? I bet there are still components left even though it is uninstalled.
Errors from:
Virutalbox
“VT-x not available”
VmWare Workstation
"VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation"
Somewhat ez fix:

1.)From admin command prompt (this will take some time):
bcdedit /set hypervisorlaunchtype off
Dism /Online /Cleanup-Image /RestoreHealth
Dism.exe /online /Cleanup-Image /StartComponentCleanup
Dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
sfc /scannow

2.)From admin powershell(do #1 first):
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All

Reboot and your fixed.




Joomla templates by a4joomla