Showing posts with label Technical News. Show all posts
Showing posts with label Technical News. Show all posts

Saturday, June 08, 2013

When Did You Last Turn On The Computer? Know The Exact Time

               Most office employees do not shut down computers at night – they just lock the workstations and switch off the monitor but that doesn’t stop the computers from consuming power.
According to estimates, 30% of all office PCs in the US are left on all night while 18% of office workers in UK admit that they have never switched off computers over night or at weekends.


            So do you remember the exact date or time when you last switched on the computer ? Here’s a simple DOS command to help you out: systeminfo | find /i “boot time”

             This will show the time when you last rebooted the computer. 

Subtract that from the current date-time to know for how long you have been running the computer.
windows-task-manager Alternative, you could start Windows Task Manager (Alt+Ctrl+Del), switch to the Performance tab and you should see a field that says “Up Time” – that’s even more convenient but some computers have Task managers disabled.

Microsoft Utility Reduces Windows Shut Down Time

                  If your Windows XP computer takes more than few seconds to Log-Off and Shut Down, you may be facing Windows Profile Unloading issues which can be easily fixed with a free software.

         This story about speeding up Windows shut-down time has two parts - one for mom and other one for the geek.



              If you hate technical details (like your mom), Just download this tiny UPHClean installer (User Profile Hive Cleanup Service) from the Microsoft Download Center and execute the UPHClean-Setup.msi file.

            Once you install, don't worry if you don't find the program link in the XP Start Menu. UPHClean installs as a service that runs in the background and automaticallys start with Windows. To check if the service is running, type services.msc in the Run box and search for the service (see screenshot)

Now for the geek - what does User Profile Hive Cleanup Service actually do ?

             When you run programs and open files on your computer, they create connections to the Windows Registry. If the application closes without releasing the open registry handle, it leads to problems when you are logging off the computer or even rebooting.

The problem becomes more severe if your roaming profile is stored on a server and not on the local computer. Until all the open registry connections are closed, the roaming profie won't be copied to the remote server and your system won't shut down.

Agree you can press the Power button but that may corrupt the registry and you could face profile synchronization issues if you work across multiple computers.

             This UPHClean service checks for leaked connections to the registry and releases them accordingly. So your computer will shut down faster.

            By default UPHClean takes action to allow profiles to unload. You can choose to have UPHClean only report what processes it finds preventing profiles
from unloading.

Download Link [no verification required]. More Technical Details about UPHCleaner here. Found via IntelliAdmin.