Can't create or delete files and folder in CMD or PowerShell

Microsoft Windows

Active Members
Joined
Dec 10, 2024
Messages
16,441
I am running Windows 11 Pro 64-bit (24H2) with the latest updates.For the past few weeks, I have been unable to create or delete files and directories in CMD or PowerShell.Example:C:\Users\MyUser>echo "some text" > new-file.txt The system cannot find the file specified. C:\Users\MyUser>mkdir new-folder The system cannot find the file specified. Deleting files and folders also fails silently—there is no output, but the file/folder remains (visible in File Explorer):C:\Users\MyUser>del existing-file.txt C:\Users\MyUser>del existing-folder However, creating

Continue reading...
 
Back
Top