Cant create project

You could create a new directory at the root of your C drive, or any other drive you have available and create your project there.

I do this fairly regularly, with a projects directory at the root of my drive, and sub-directories below that for each project.

So, for example:

C:\Users|Mugamad Faiz Gifari> md C:\projects
C:\Users|Mugamad Faiz Gifari> cd C:\projects
C:\projects> yarn create strapi-app my-project --quickstart
...