Related questions
Windows CHMOD 600
I'm trying to connect to Amazon EC2 using OpenSSH in windows but I need to set the permissions of my key file.
What is the windows equivalent of CHMOD 600?
I've googled extensively and found only blogspam.
EDIT: Windows 7, using DOS.
How to Register a COM Object for All Users
I use regsvr32 MyCOM.dll to register my com object for my application. This works fine under my admin account. if a switch the user to a non admin, the program fails. It seems that the COM object is not …