Windows showing unusual behaviour.

Page 1 of 2 12 LastLast

  1. Posts : 9
    Window 10 pro
       #1

    Windows showing unusual behaviour.


    Recently I was notified that I should be updated (1809) and moreover the whole laptop was showing unusual behaviour. I eventually updated and after that the system has been showing unusual behaviour of which are

    -The texts dissapear from incons, task manager and all

    -Whenever I try to open Chrome , the whole pc freezes to the point where the only option is a Power kill

    -Disk usage is 100% with no processes on task manager. There are processes but they dont add upto 100% usage combined.

    The only thing I did prior to the update was force remove some bloatware since I wanted smoother experience.

    I tried using DISM and tried to upgrade my pc to 1903 with media creation tool but the problem still persists.

    Thank you.

    PS : I also tried the windows repair method tutorial from this forum.
      My Computer


  2. Posts : 8,114
    windows 10
       #2

    Welcome to the forum. First job is run a full disk check and check for bad sectors having to power off will corupt the file system
      My Computer


  3. Posts : 9
    Window 10 pro
    Thread Starter
       #3

    Samuria said:
    Welcome to the forum. First job is run a full disk check and check for bad sectors having to power off will corupt the file system
    I did check disk and and other scans like dism and yet nothing helped.
      My Computer


  4. Posts : 5,330
    Windows 11 Pro 64-bit
       #4

    Hi zaris47

    What happens in Safe Mode?


    Restore Default Font Settings in Windows

    With this script you can rebuild icon cache windows 10.


    Code:
    @Echo Off & Cls
    
    Cd %~dp0
    
    net sess>nul 2>&1||(powershell start cmd -ArgumentList """/c %~0""" -verb Runas & exit)
    
    
    
    Mode CON  LINES=15 COLS=79 & Color 0E
      
      Echo.
      Echo.
      Echo.
      Echo.
      Echo.
      Echo  ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ  READ ME   ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
      Echo  º                                                                          º
      Echo  º   PLEASE SAVE AND CLOSE ALL FILES BEEN WORKED ON AND CLOSE ALL PROGRAMS  º 
      Echo  º   THAT ARE STARTED BY YOU                                                º 
      Echo  º                                                                          º
      Echo  º                                                                          º
      Echo  º   WHEN YOU ARE READY PRESS ANY KEYBOARD KEY TO EXECUTE THE BATCH SCRIPT  º  
      Echo  º                                            	                           º 
      Echo  ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
      Echo.
    	  
      Pause > Nul 
    
    	
    Taskkill /IM Explorer.exe /F
    
    :: Repair system icons do not appear in the notification area.
    
     Reg Delete "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v  IconStreams /f 2>&1 >Nul 
    
    Cls
    
     Reg Delete "HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify" /v  PastIconsStream /f 2>&1 >Nul 
    
    Cls
    
    Ping /n 2 127.0.0.1 > Nul
    
    
    Del /F /Q /A %LOCALAPPDATA%\IconCache.db 1>Nul 2>Nul
    
    Del /F /Q /A %LOCALAPPDATA%\Microsoft\Windows\Explorer\*.db 1>Nul 2>Nul
    
    Del /F /Q /A "%UserProfile%\Local Settings\Application Data\IconCache.db" 1>Nul 2>Nul 
    
    :: Repair Blank Shourtcut Icons
    Reg Delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\User Choice" /f
    
    :: Configuring Settings for Windows Disk Cleanup Tool
     
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Active Setup Temp Folders" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\BranchCache" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Downloaded Program Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Internet Cache Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Memory Dump Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Old ChkDsk Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Recycle Bin" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Service Pack Cleanup" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Setup Log Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\System error memory dump files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\System error minidump files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Temporary Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Temporary Setup Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Thumbnail Cache" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Update Cleanup" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\User file versions" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Windows Defender" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Windows Error Reporting Archive Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Windows Error Reporting Queue Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Windows Error Reporting System Archive Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Windows Error Reporting System Queue Files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Windows ESD installation files" /v "StateFlags0064" /t REG_DWORD /d "2" /f 2>&1 >nul
    
    
    
    Cls
    
    Mode CON  LINES=5 COLS=48 & Color 0E
    Cls
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo.
    Echo              Please Wait..
    Echo.
    Echo.
    
    :: Starting Windows Disk Cleanup Utility
    CLEANMGR /sagerun:64 
    
    Start Explorer.exe
    
    Cls & Mode CON  LINES=11 COLS=42 & Color 0E 
    Echo.
    Echo.
    Echo    THIS COMPUTER WILL REBOOT 
    Echo.
    Echo.
    Echo    PLEASE SAVE ALL WORK IN PROGRESS
    Echo. 
    Echo.
    Echo    PRESS 'ENTER' KEY TO RESTART COMPUTER
    Pause >Nul
    
    Shutdown  -r  -t 0  -c "REBOOTING SYSTEM" 2>&1 > Nul
    
    Exit



    Malwarebytes' scanner
    If this program is already installed: Skip the installation and run only the scan!
    Download and install: Please download Malwarebytes' scanner to your desktop.

    • Double-click mb3-setup-consumer-3.x.x.xxxx and follow the prompts to install the program.
    • Click Finish.
    • On the Dashboard, click the 'Check for Updates' button.
    • After the update completes, click the 'Scan Now' button.
    • A Threat Scan will begin. Please allow it to progress through the scanning process.
    • When the scan is complete, if there have been detections, click Quarantines Selected button to allow the program to clean what was detected.
    • In most cases, a restart will be required.
    • Wait for the prompt to restart the computer to appear, then click on Yes.


    How to get logs: (Export log to save as txt)

    • After the restart once you are back at your desktop, open Malwarebytes once more.
    • Click on the Reports tab > Scan Report. (if you have done more than one scan in the past, select the most recent that shows the Date and time of the scan just performed. Press View Report button.
    • Click 'Export'.
    • Click 'Text file (*.txt)'
    • In the Save File dialog box which appears, click on Desktop.
    • In the File name: box type a name for your scan log.
    • A message box named 'File Saved' should appear stating "Your file has been successfully exported".
    • Click Ok
    • Find the log on your Desktop and Attach that saved log to your next reply.


    (Copy to clipboard for pasting into forum replies or tickets)
      My Computer


  5. Posts : 9
    Window 10 pro
    Thread Starter
       #5

    Same issue in safe mode although slightly violent. I did all the things you said and the issues still there. The scanning returned no threats and it never asked for a restart and unfortunately since I can't use my pc I can't get the files for you. The results document said zero for every items it listed and if you want further details let me know.
      My Computer


  6. Posts : 5,330
    Windows 11 Pro 64-bit
       #6

    It could be faulty hardware problem if you can disconnect graphic card to see issue resolves.
      My Computer


  7. Posts : 9
    Window 10 pro
    Thread Starter
       #7

    I'm not entirely sure how that's possible for a laptop. Although I really don't think it might be the graphics card mostly because the problem now is the system freezes to the point where I can't move my mouse and I can only use my pc in safe mode now that too with limited software for example if I open Chrome the system freezes again
      My Computer


  8. Posts : 5,330
    Windows 11 Pro 64-bit
       #8

    You said issue persists within Safe Mode am i wrong if i'm then perform a clean boot state.

    https://support.microsoft.com/en-us/...oot-in-windows
      My Computer


  9. Posts : 9
    Window 10 pro
    Thread Starter
       #9

    It does, I have run SFC and dism in safe mode and nothingg seemed wrong there.
      My Computer


  10. Posts : 5,330
    Windows 11 Pro 64-bit
       #10

    Boot your computer with ubuntu live usb to see issue resolves if not then its faulty hardware.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:11.
Find Us




Windows 10 Forums