Try this: http://www.google.com/
You need to learn about programs, files and operating systems before you do anything else.
Quote:
What programming editors and compilers would you recommend me
Ones specifically designed for the programming language you have chosen.
Quote:
how do i find out what language is used for a specific program?
From its source code or from the header of its binary executable.
Quote:
Can a program be written in multiple languages?
Yes.
Quote:
How do i know what languages are read by an specific system?
You don't............basically all computers use binary at the lowest level. The question would be whether their operating system understood the instructions.
Quote:
How can i access the windows registry?
<start>
<run>
<regedit>
Quote:
What language does it "speak"?
It doesn't, it is basically a repository of information about the (Windows) system.
Quote:
Where can i find out what is doable on the registry?
Check the link at the top.
:rolleyes: