Showing posts with label system. Show all posts
Showing posts with label system. Show all posts
Monday, September 2, 2019
Adjust VirtualBox VMS BIOS time
Syntax
VBoxManage modifyvm "VMS Name" --biossystemtimeoffset -ms
Note:
ms - milliseconds
For example
VBoxManage modifyvm "VMS Name" --biossystemtimeoffset -86400000
Sunday, January 13, 2013
[Windows] System Update Readiness Tool
To avoid Windows crash during system update, consider using the System Update Readiness Tool before doing the actual update, more information at:
http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool
http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool
Subscribe to:
Posts (Atom)
CSP on Apache
To add CSP to root if sort of funny. The following will NOT work for most cases !! <LocationMatch "^/$"> Header s...
-
When Office2003 couldn't find file SKU011.CAB: regedit -> [HKEY_LOCAL_MACHINE] -> [SOFTWARE] -> [Microsoft] -> [Office] -...
-
The resolution can be changed by editing the BlueStack's registry: HKLM\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0\Height and ...
-
Suppose you got a file in Big5 containing some HKSCS characters (e.g. 深水埗, 赤鱲角, etc). When your environment (Ref: Charset.defaultCharset( ) ...