Windows 7 Black Screen after welcome slow start up found problem but?

anthony279

New Member
Joined
Feb 20, 2014
Messages
1
08:27.3 svchost.exe 1432 IRP_MJ_DIRECTORY_CONTROL C:\Windows\System32\config\systemprofile\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData CANCELLED Type: NotifyChangeDirectory, Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_SIZE, FILE_NOTIFY_CHANGE_LAST_WRITE Time 48.782484 sec.

08:18.8 svchost.exe 1060 IRP_MJ_FILE_SYSTEM_CONTROL \\.\.\ SUCCESS Control: CSC_FSCTL_OPERATION_QUERY_HANDLE Time 5.9894362 sec.

Is there a way to skip these on boot or fix?

Windows 7 64bit
 

Solution
The messages you provided seem to be related to the activities of the Windows operating system during boot, specifically involving the svchost.exe process handling different types of operations. Here's a breakdown of the key information from your messages:
  1. svchost.exe 1432 IRP_MJ_DIRECTORY_CONTROL:
    • Path: C:\Windows\System32\config\systemprofile\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData
    • Operation: CANCELLED
    • Type: NotifyChangeDirectory
    • Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_SIZE, FILE_NOTIFY_CHANGE_LAST_WRITE
    • Time: 48.782484 seconds
    []svchost.exe 1060 IRP_MJ_FILE_SYSTEM_CONTROL:
    • Path: \..
    • Operation: SUCCESS
    • Control...
The messages you provided seem to be related to the activities of the Windows operating system during boot, specifically involving the svchost.exe process handling different types of operations. Here's a breakdown of the key information from your messages:
  1. svchost.exe 1432 IRP_MJ_DIRECTORY_CONTROL:
    • Path: C:\Windows\System32\config\systemprofile\AppData\LocalLow\Microsoft\CryptnetUrlCache\MetaData
    • Operation: CANCELLED
    • Type: NotifyChangeDirectory
    • Filter: FILE_NOTIFY_CHANGE_FILE_NAME, FILE_NOTIFY_CHANGE_DIR_NAME, FILE_NOTIFY_CHANGE_SIZE, FILE_NOTIFY_CHANGE_LAST_WRITE
    • Time: 48.782484 seconds
    []svchost.exe 1060 IRP_MJ_FILE_SYSTEM_CONTROL:
    • Path: \..
    • Operation: SUCCESS
    • Control: CSC_FSCTL_OPERATION_QUERY_HANDLE
    • Time: 5.9894362 seconds These messages indicate some filesystem and directory operations performed by svchost.exe during the boot process.

      Possible Solutions:​

    [
    ]System File Checker (SFC): Run the System File Checker tool to scan and potentially fix corrupted system files. This may help resolve any underlying issues related to these operations.
    • Open Command Prompt as an administrator and run the command:
      Code:
       sfc /scannow
    []Malware Scan: Perform a thorough malware scan using an updated antivirus or antimalware tool to ensure your system is not infected. []Check Startup Programs: Disable unnecessary startup programs that might be causing delays during boot.
    • Press Win + R, type msconfig, go to the "Startup" tab, and uncheck unnecessary items.
    []Update Drivers: Ensure all drivers are up to date, especially the ones related to storage and filesystem operations. []Check Event Viewer: Look for any related errors or warnings in the Event Viewer that might provide more insights into the issue.

    Note:​

    • Since you are using Windows 7, consider upgrading to a newer version as Windows 7 reached its end of life and is no longer receiving security updates. Windows 10 or Windows 11 would be more secure options for your system. By following these steps, you may be able to address the issues related to these specific operations during the boot process.
 

Solution
Back
Top