logo logo

Disable Java update checks from the Windows registry

Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy\ In that folder, change EnableJavaUpdate from 1 to 0. Java should not ask to update...

Security log on the system is full

Full error is “Security log on the system is full. Only administrators can log no to fix.” When trying to log into the workstation. It seemed to only affect Windows XP machines. Open the Event...

Enable Remote Disk Management on Hyper-V Core OS

On the HyperV Core, under PowerShell run the following Enable-NetFirewallRule -name RVM-RPCSS-In-TCP,RVM-VDSLDR-In-TCP,RVM-VDS-In-TCP Configure-smremoting.exe -enable Enable-NetFirewallRule -DisplayGroup...

Send Ctrl-Alt-Del to RDP session or Hyper-V Console session

Ctrl+Alt+End (the key right next to Del) will send Ctrl+Alt+Del to the remote...

Encrypted files in NTFS, shown using a green font

I ran into some encrypted files. You can tell because the font is green instead of black. To decrypt, go to the properties of the file. On the General tab, go to Advanced and uncheck the “Encrypt...

Set a Virtual Machine’s automatic stop action from PowerShell

If you use a virtual machine on Hyper-V Core to manage the Hyper-V operating system, you cannot make changes to the virtual machine that require powering it off because you can’t access the Server...
bottom