Some IT departments are under governmental and/or industry regulations that require them to account for all system downtime. Other IT departments may be mandated by their service-level agreements (SLAs) to provide documentation for any server restarts or shutdowns. In Microsoft…
Install Node.js on Windows
Node.js is a software platform that is used to build scalable network (especially server-side) applications. Node.js utilizes JavaScript as its scripting language, and achieves high throughput via non-blocking I/O and a single-threaded event loop. Node.js contains a built-in HTTP server…
Disabling Windows Server 2003 Ctrl+ALT+DEL Logon Prompt
Here you will find information how to bypass the Ctrl-ALT-DEL Logon Prompt for a Windows 2003 Server. This security setting determines whether pressing Ctrl Alt Del is required before a user can log on. If this policy is enabled on…
Install VMware vSphere Client on Windows 8
VMware vSphere Client is a client tool to manage VMware ESX and its VMs. It’s a basic but essential tool I need to manage my Virtual environment. But when I tried to install it on my Windows 8 machine, this…