Hello,
To set permissions for a file in Windows, you can use the "icacls" command in the Command Prompt. Here's an example of how to grant full control to a user named "light" for a file named "example.pem" located on the desktop:
- Open Command Prompt as an administrator.
- Type the following command and press Enter:
icacls C:\Users\light\Desktop\example.pem /grant light:(F)
- This will grant the user "light" full control over the file "example.pem".
If you want to change the email associated with your user account, you can do so by going to the Windows settings and changing your account name. Here's how:
- Click on the Start menu and select "Settings".
- Click on "Accounts".
- Click on "Your info".
- Click on "Manage my Microsoft account".
- Sign in with your Microsoft account.
- Click on "Edit name".
- Change your name to "light" (or whatever you prefer).
- Click on "Save".
Once you've changed your account name, you can use the new name in the "icacls" command to grant permissions to the correct user.
Regards,
Karlie