When i write nul.>
on cmd
I get:
Access is denied.
How can I make a file on the C drive? I tried to use the echo.>
command but it doesn't work.
When i write nul.>
on cmd
I get:
Access is denied.
How can I make a file on the C drive? I tried to use the echo.>
command but it doesn't work.
The root of the system drive has restricted access, requiring elevated permissions to write to it. The same is true of some subfolders.
To create a file on the C drive therefore, you should create it in a subfolder to which you have access.
At the beginning open the command prompt "Run as administrator" and press enter for each line..