Ran into a problem with an automatic update on my Android phone (Galaxy S5)An update caused the app to force close on every attempt to open it. If this has happened to you you know how frustrating it can be if you have to wait for the developer to fix and update the app again. […]
You are browsing archives for
Category: Itfixed it for me
How to schedule a reboot using the AT Command
The “at” command can be very useful. Below is just one simple use to schedule a reboot of a Windows 2003 server at a certain time and day. The at command: at [\computername] TIME [DATE] “command” for example at 3:00 AM Sun shutdown -r The above command will restart (-r) the server the command is […]
It Fixed it for me – Windows Update Not Working
I recently had a client pc brought to me that would not run Windows Updates. I initially though it was Malware or Spyware or Virus related so I was a bit puzzled after running my usual assortment of tools (Malwarebytes , Super Antispyware and others…) as to why Windows update would still not run. It […]
How to Uninstall VMware Server 2 from Centos Linux
This is a quick update. I recently had to uninstall VMware Server 2 from a Centos Linux server. After a little research I found that the quickest way to uninstall (if it was installed using the RPM installer) was to run the following command rpm -e VMware-server-2.0.0-xxxxx You may need to substitute your current version […]
How to Extend any Windows2008 Disk Partition
I had the need today to extend a Windows 2008 Server disk partition to add the rest of the unused hard drive space to the C: drive. A collegue of mine sent this to me but I though it would help to repost it. These steps will extend a Windows 2008 disk partition. First, go […]
It Fixed it for me – NTLDR Missing
I recently had a client bring a Windows XP Pro laptop to me that would not boot. Upon start up it would immediaty display the following error. “NTLDR is missing Press Ctrl Alt Del to restart” My problem seemed to be a missing or damaged boot.ini file. To fix the problem: Boot off of the […]
It Fixed it for me – Re-register .NET framework with IIS
I recently had a Windows 2003 Server that for some reason would not return even a single page through IIS. I was getting the dreaded “Service Not Available” error. Upon investigation I noticed several events in the Windows Event log with ID 1002 and 1009. After some googling a few dozen searches on the subject […]
It Fixed it for me – Forcibly Removing Active Directory fro
I recently had a client come to me with an old server that is no longer in service that he wanted to clean up. As there was some data on the server that still needed to exist after the cleanup I could not simply rebuild the server from scratch. However this server was a Windows […]
It Fixed it for me – lxcgtime.dll error
I had a client come to me with a Windows Vista 64 bit laptop that displayed an error on startup. The error was related to a file lxcgtime.dll. It appears that it is a file related to a Lexmark printer the user had installed but no longer uses. I read about the possibility of copying […]
Dell Studio 1737 Hardware Interrupt Issue
In a previous post (see it here ) I wrote about a problem I was having with my Dell Studio 1737 laptop running Windows Vista Home Premium 64 bit edition. I was experiencing an intermitent problem where the CPU would hover at close to 50% even when the laptop was idle. After reseting my laptop […]