Jump to content

Hello, so recently I had received a free i7 13th gen cpu from winning a prize at an event and I wanted to upgrade it as soon as possible. I bought the z690 aorus elite ddr4 as my old motherboard was outdated and I had an AMD cpu previously. My first few days I was fine, reinstalled windows, updated drives, updated bios e.g. until for 1 second whether I am playing a game or just watching youtube, the screen lags, my mouse, keyboard and audio also lags but then everything goes back to normal after that second. It is random infrequencies, it could just happen until a few hours or the next 10 minutes. I did a few scans and this is what it comes up with as I am not too familiar with computers but my guesses are that my motherboard is corrupt or that my motherboard was incorrectly placed but it wouldnt make sense as it had worked perfectly fine the first few days of playing. I also dont think its a ram issue as I had used my previous ram sticks as well as it being 16GB so capable of running a lot of games. I also thought it could of been a gpu bottle neck however, I have a 3060 and I do not run intense games at all as well as this happening even watching a youtube video in 480 e.g. It isn't a major thing but i cannot see myself playing with this issue for time to come.

 

 

Microsoft Windows [Version 10.0.22621.1778]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\System32>sfc .scannow

Microsoft (R) Windows (R) Resource Checker Version 6.0
Copyright (C) Microsoft Corporation. All rights reserved.

Scans the integrity of all protected system files and replaces incorrect versions with
correct Microsoft versions.

SFC [/SCANNOW] [/VERIFYONLY] [/SCANFILE=<file>] [/VERIFYFILE=<file>]
    [/OFFWINDIR=<offline windows directory> /OFFBOOTDIR=<offline boot directory> [/OFFLOGFILE=<log file path>]]

/SCANNOW        Scans integrity of all protected system files and repairs files with
                problems when possible.
/VERIFYONLY     Scans integrity of all protected system files. No repair operation is
                performed.
/SCANFILE       Scans integrity of the referenced file, repairs file if problems are
                identified. Specify full path <file>
/VERIFYFILE     Verifies the integrity of the file with full path <file>.  No repair
                operation is performed.
/OFFBOOTDIR     For offline repair, specify the location of the offline boot directory
/OFFWINDIR      For offline repair, specify the location of the offline windows directory
/OFFLOGFILE     For offline repair, optionally enable logging by specifying a log file path

e.g.

        sfc /SCANNOW
        sfc /VERIFYFILE=c:\windows\system32\kernel32.dll
        sfc /SCANFILE=d:\windows\system32\kernel32.dll /OFFBOOTDIR=d:\ /OFFWINDIR=d:\windows
        sfc /SCANFILE=d:\windows\system32\kernel32.dll /OFFBOOTDIR=d:\ /OFFWINDIR=d:\windows /OFFLOGFILE=c:\log.txt
        sfc /VERIFYONLY

C:\Windows\System32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.

C:\Windows\System32>dism /online /cleanup-image /scanhealth

Deployment Image Servicing and Management tool
Version: 10.0.22621.1

Image Version: 10.0.22621.1778

[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.

C:\Windows\System32>dism /cleanup-image /restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.22621.1


Error: 87

The cleanup-image option is unknown.
For more information, refer to the help by running DISM.exe /?.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\Windows\System32>chkdsk /scan
The type of the file system is NTFS.

Stage 1: Examining basic file system structure ...
  1388544 file records processed.
File verification completed.
 Phase duration (File record verification): 6.10 seconds.
  10454 large file records processed.
 Phase duration (Orphan file record recovery): 8.54 milliseconds.
  0 bad file records processed.
 Phase duration (Bad file record checking): 0.58 milliseconds.

Stage 2: Examining file name linkage ...
  331 reparse records processed.
  1490686 index entries processed.
Index verification completed.
 Phase duration (Index verification): 5.87 seconds.
  0 unindexed files scanned.
 Phase duration (Orphan reconnection): 629.34 milliseconds.
  0 unindexed files recovered to lost and found.
 Phase duration (Orphan recovery to lost and found): 0.40 milliseconds.
  331 reparse records processed.
 Phase duration (Reparse point and Object ID verification): 4.41 milliseconds.

Stage 3: Examining security descriptors ...
Security descriptor verification completed.
 Phase duration (Security descriptor verification): 72.43 milliseconds.
  51072 data files processed.
 Phase duration (Data attribute verification): 0.50 milliseconds.
CHKDSK is verifying Usn Journal...
  41020144 USN bytes processed.
Usn Journal verification completed.
 Phase duration (USN journal verification): 77.23 milliseconds.

Windows has scanned the file system and found no problems.
No further action is required.

 975269887 KB total disk space.
  81879732 KB in 191378 files.
    123540 KB in 51073 indexes.
         0 KB in bad sectors.
   1542435 KB in use by the system.
     65536 KB occupied by the log file.
 891724180 KB available on disk.

      4096 bytes in each allocation unit.
 243817471 total allocation units on disk.
 222931045 allocation units available on disk.
Total duration: 12.78 seconds (12782 ms).

C:\Windows\System32>wmic recoveros set autoreboot = false
Updating property(s) of '\\DESKTOP-412VGMD\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 11 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
Property(s) update successful.

C:\Windows\System32>wmic recoveros set DebugInfoType = 7
Updating property(s) of '\\DESKTOP-412VGMD\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 11 Home|C:\\WINDOWS|\\Device\\Harddisk0\\Partition4"'
Property(s) update successful.

C:\Windows\System32>wmic recoveros get DebugInfoType
DebugInfoType
7


C:\Windows\System32>wmic recoveros get autoreboot
AutoReboot
FALSE


C:\Windows\System32>bcdedit /enum {badmemory}

RAM Defects
-----------
identifier              {badmemory}

C:\Windows\System32>

Link to comment
https://linustechtips.com/topic/1510726-pc-issues/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×