Computer POST and beep codes

The computer POST (power-on self-test) checks a computer’s internal hardware for compatibility and connection before starting the remainder of the boot process. If the computer passes the POST, the computer may give a single beep (some computers may beep twice) as it starts and continue to boot. However, if the computer fails the POST, the […]

Read More

User Service Service Failed The Logon

I was looking at several Windows 7 machines in an environment that whenever a new domain user who had never logged onto a machine before got the following error message: The User Profile Service service failed the logon. User profile cannot be loaded. Now in this case there was an existing Microsoft KB article for […]

Read More

Cab_ files in temp Folder

Checking <windows>\Logs\CBS folder I found lots of .log and (some) .cab files It seems, that windows wasn’t able to zip (makecab.exe) one of the .log files. Solution was: in <windows>\Logs\CBS folder delete the oldest .log file (you can also delete them all) in <windows>\temp folder delete every cab_xxxx

Read More

Moving the database (SUSDB)

The following instructions are for moving the SUSDB and should be valid irrespective of if you are using SBS or WSUS as a standalone product. As with a regular SQL Server datastore, you can detach and move the database. Since the database is a normal SQL database, you can simply detach, move and reattach the […]

Read More

Saving Windows Disk Space | Removing “Installer\$PatchCache$”

Running out of the diskspace on C:\ I found the C:\WINDOWS\Installer\$PatchCache$ to be massive! I used JamSoftware “treesize” to view what was taking up the space. From research this folder can be safely deleted, however you MUST NOT delete the top level “Installer” folder “C:\WINDOWS\Installer” (only the sub-folders inside it) A quick method for deleting this directory is: […]

Read More

Extend Windows Server 2012 r2 Trial

After Window Server evaluation period has expired, you will face annoying behavior where it will suddenly shutdown every one hour ! In this case,you only have two options: Activate windows by purchasing a new Key. Extend evaluation period.(Simplest & Quickly method). Therefore, to extend the evaluation period follow the bit mentioned steps below: Open Command prompt as […]

Read More

How to change the Default Port Number for RDP

Windows servers are remotely accessible with Remote Desktop via the TCP 3389 port (default port). In some situations, as when you wish to obtain a more secure environment, changing the remote access port can be useful. This article explains how to proceed. Important note: In order to maintain the access to your server after you change the access […]

Read More

Reduce Memory for SQL Server

Run the SQL Server Management Studio program (should be in Programs -> Microsoft SQL Server 2008 [R2]) from an ELEVATED ADMINISTRATOR session (right click on the shortcut and do ‘run as administrator’) Connect to: [SERVERNAME]\Sharepoint , using Windows Authentication Right click on the SQL server at the top of the tree view and select properties […]

Read More