The lack of information on the blue skewed perspective windows logo with white circle of moving dots below it window startup screen is really driving me crazy. Sometimes it takes forever and I'd like to know what the hell windows is doing. It doesn't even show progress of "chkdsk /f/r c:"
Is it...
boot process
bootup
chkdsk
command line
debug
detailed status
information
linux
loading messages
output
performance
safe mode
startupstartupinfo
system messages
troubleshooting
user login
verbose
windows 8.1
I have got an issue with Windows 7 Sp1 (v 6.1.7601).
This code display a console window with "dir" result. It work well on Windows 7 but not with SP1.
BOOL RunCommand(LPCTSTR szCommand)
{
TCHAR szComSpec[MAX_PATH];
TCHAR szCmd[2048];
STARTUPINFO...