Not work
Problem with create new folder
Hi! When I use click right I do not see the "new" section to create new folders or files.
I have Romania language.
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.
9 answers
Sort by: Most helpful
-
Anonymous
2018-04-15T20:52:57+00:00 -
Anonymous
2018-04-15T20:56:44+00:00 System File Checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files.
To perform SFC Scan, refer to the below link:
https://support.microsoft.com/en-us/kb/929833
Note: Steps mentioned for Windows 8/8.1, will work fine with Windows 10.
Method 2: Run DISM commands.
Deployment Image Servicing and Management (DISM) is a new command line tool that you can use to service a Windows image or prepare a Windows PE image. The DISM tool replaces the Package Manager (pkgmgr.exe), PEimg, and Intlcfg tools. DISM consolidates the functionality found in those three tools, as well as delivers new functionality to improve the experience of offline servicing.
Follow the steps to Run DISM Commands:
- Press Windows + x on your keyboard.
- Select Command prompt (Admin) to open Administrator Command Prompt .
- In the Administrator: Command Prompt window, type the following commands. Press the Enter key after each command:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth