Yeah, you just... log on as root. KDE by default may prevent you from logging on as root if you start the GUI using something like kdm, but you can change the KDE configuration to disable the option that prevents root logons. Google for the solution.
Wine lets you run Windows binaries on Linux. It doesnt work for all programs, but for those it does work for you just launch the executable using wine.
e.g.
In some cases you might need to install a program before running it. You do this like so:Code:wine exe1.exe
...or whatever the installer is called it its not setup.exe. You will need to add path qualifiers as appropriate. wine will setup a faux Windows c drive under your ~/.wine/ directory where it stores installed programs if you need to find them after install.Code:wine setup.exe



