Skip to main content

Posts

Showing posts from October, 2018

How to Check Windows Up time and last boot time??

How to Check Windows Up time and last boot time?? 1. Run CMD as Administrator. 2. Type commands :       C:\WINDOWS\system32>systeminfo | findstr /c:"System Boot Time"       System Boot Time:          10/22/2018, 11:59:10 AM And For Last Boot time :  C:\WINDOWS\system32>wmic os get lastbootuptime

How to Fix Temporary Profile in Windows 7

How to Fix Temporary Profile in Windows 7?? 1. Open Run and type regedit.exe 2. Move in registry in following path :           Computer \HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ ProfileList 3. Find two profile name with same name with one's ext. is .bak and another is without ext. 4. Delete both profile and restart. 5. Then profile will rebuild and everything will work fine.