Share via

what do I do when system32 is missing?

Anonymous
2021-08-23T09:24:59+00:00

My computer told me that "D:\WINDOWS\system32\Logfiles\Str\SrtTrail.txt" is missing and I tried everything I could but nothing seems to work.

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-08-23T10:57:35+00:00

    Hi pitir4000

    I think you are in WindowsRE, right?

    If I'm correct, navigate to Troubleshoot > Advanced Options > Command Prompt.

    In the black window, type if exist D:\Windows\System32 echo Nothing to worry and press enter.

    If that doesn't give anything, type if exist C:\Windows\System32 echo Nothing to worry and press enter.

    If any one of these commands show Nothing to worry, there's actually no need to worry. Your system32 isn't deleted. It's just the log file which is deleted.

    By the way, how did you get into WinRE? Is there any problem with your PC?

    I'll help you to solve it. Feel free to post it in the community!

    5 people found this answer helpful.
    0 comments No comments
  2. Sumit D - IA 167K Reputation points Independent Advisor
    2021-08-23T09:57:25+00:00

    Hi,

    I am Sumit here to assist you with this question.

    Looks like you are on WinRE already. Click Advanced options and proceed to Step 2.

    Perform a hard shutdown two times during the Windows boot screen. On the third time, Windows should boot to the recovery environment, something like this.

    http://winre.azurewebsites.net

    If you get a screen that says you would need to use Recovery tools, you would need to use another computer to create a recovery/installation media. You may also need to use Installation media if the Windows Recovery environment says your password is incorrect.

    How to Create Bootable USB Flash Drive to Install Windows 10

    https://www.tenforums.com/tutorials/2376-create...

    Boot from the USB Flash drive-Make sure you have disabled Secure boot/Fast boot in BIOS Settings and changed the boot order if required.

    Disable Fast Boot in UEFI Firmware settings

    https://www.tenforums.com/tutorials/21284-enabl...

    When you have successfully booted from the Installation media, click Repair your computer at the first screen after choosing keyboard layout.


    Step 2.

    1. Use Startup repair: The first option you can try is to use Startup repair, which automatically detects problems and fixes them. Depending on the severity of the problem, it may or may not be successful.

    2.Uninstall Updates

    The second step you can try is to uninstall the latest updates if Windows 10 fails to start after installing updates.

    Choose Uninstall Updates.

    Uninstall the update based on what was installed – a feature update or a quality update. Usually, the former is responsible.

    3.CHKDSK:

    If uninstalling did not help and is unrelated, the next step is to try using a Disk Check.

    Choose Command Prompt in the list of troubleshooting.

    Get the Current Windows Installation drive letter, which is either C, D, or E, Type BCDEDIT, and Press Enter. Note the letter.

    Enter the command given below:

    chkdsk X: /f /r (Replace X with the Current Windows Install Letter)

    When done, you would see the output and restart the PC to check.

    4.Another try you can give to fix is SFC SCANNOW through Offboot switch. For this follow the steps below:

    First, find the Windows Install drive letter using BCDEDIT command.

    Then, try entering the following command:

    sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows

    After the scan completes you would see the results.

    You can also try using DISM: dism /image:C:\ /cleanup-image /revertpendingactions

    1. Reset this PC or clean install.

    The last Step is a Reset. The catch with Reset is, all applications would be removed and files would be kept(you would be presented with the option to erase everything). Also, for this step, A healthy Reset Image is required, which maybe would be affected by corruption. If you are using Installation media, you can do a clean install after rescuing your files.

    Rescue Files when Windows won't start

    https://answers.microsoft.com/en-us/windows/for...

    The steps are in detail with pictures, here:

    https://www.yourwindowsguide.com/2020/08/fix-wi...

    Content on the above blog is written by a Windows MVP so it is safe. However, do watch out for the ads.

    0 comments No comments