by Tiempo | Jun 8, 2016 | Windows, Windows 7, Windows Vista, Windows XP
Issue: If a Windows service is stuck in stopping or starting, you can force quit the service. Method Find service’s short name (Look in services.msc – it is displayed as “Service Name”) Open command prompt with admin privledges enter the...
by Tiempo | Mar 11, 2016 | Windows
Issue: With newer versions of Windows OS, you no longer have the option to adjust what groups a user a member of (For example if you have Sophos installed, there would be a SophosAdministrator group). To change this, you can do this via command line. Method: 1/...
by Tiempo | Feb 1, 2014 | Windows
RMDIR [/S] [/Q] [drive:]path RD [/S] [/Q] [drive:]path
by Tiempo | Jan 17, 2014 | Active Directory, Group Policy, Windows
Single User not having their group policy applied when logging in, other users are fine. Error message of: The user does not have RSOP data Issue may be because the user is part of too many groups. Link: Netspoon – Group Policy not applying for just one user….....
by Tiempo | Jan 17, 2014 | Windows
To disable hibernation in Windows (And to remove the Hiberfil.sys file), run the following command under elevated command prompt: powercfg.exe /hibernate off Link: How to disable and re-enable hibernation on a computer that is running...
by Tiempo | Sep 7, 2011 | Windows
Item: Create a file of a set size in Windows. Method: Open CMD in admin mode and enter the command: fsutil file createnew [FileName] [File size in...