tagged [operating-system]

How to detect my browser version and operating system using JavaScript?

How to detect my browser version and operating system using JavaScript? I have tried using the code below but it only display results in Chrome and Mozilla not working in IE6. ``` txt = "Browser CodeN...

How do I set a Windows scheduled task to run in the background?

How do I set a Windows scheduled task to run in the background? Does anyone know how to set a scheduled task to run in background using Windows Task Scheduler? There doesn't seem to be any option to d...

How to run regasm.exe from command line other than Visual Studio command prompt?

How to run regasm.exe from command line other than Visual Studio command prompt? I want to run regasm.exe from cmd. which is available in c:\windows\Microsoft.net\framework\2.057 I do like this c:\ re...

What are file descriptors, explained in simple terms?

What are file descriptors, explained in simple terms? 1. What would be a more simplified description of file descriptors compared to Wikipedia's? Why are they required? Say, take shell processes as an...

Running windows shell commands with python

Running windows shell commands with python How can we interact with OS shell using Python ? I want to run windows cmd commands via python. How can it be achieved ?

15 Feb at 11:29

Get OS-Version in WinRT Metro App C#

Get OS-Version in WinRT Metro App C# I'm programming a Metro Style App with C# and the Visual Studio 11 Beta. Now I want to get the OS-Version of the OS. How can I get this? I found out how to do it i...

How is TeamViewer so fast?

How is TeamViewer so fast? Sorry about the length, it's kinda necessary. I'm developing a remote desktop software (just for fun) in C# 4.0 for Windows Vista/7. I've gotten through basic obstacles: I h...

Maximum number of processes in linux

Maximum number of processes in linux What is the maximum limit to the number of processes possible in a linux system? How can we find it ?

20 Feb at 13:24

Using C#, how to get whether my machine is 64bit or 32bit?

Using C#, how to get whether my machine is 64bit or 32bit? Using C#, I would like to create a method that retunrs whether my machine is 64 or 32-bit. Is there anybody who knows how to do that?

11 Aug at 19:50

Determine operating system and processor type in C#

Determine operating system and processor type in C# I want to check what type of operating system i use and what kind of processor. this should be check on run time. i tried using and but it's just th...

4 Aug at 16:7

Disable built-in speech recognition commands?

Disable built-in speech recognition commands? I'm trying to build software that interprets various textual commands, all in a custom way. I use System.Speech.Recognition and it works surprisingly well...

How does SysInternal's ProcessMonitor work?

How does SysInternal's ProcessMonitor work? Could someone please give me a high level explanation how they are able to monitor every single registry access? [http://technet.microsoft.com/en-us/sysinte...

28 Jan at 23:19

Can you only write operating systems in C?

Can you only write operating systems in C? I get that C and its super sets allow you to have low level access, but could you use a different language. For example Visual Basic, C# or even Java? I was ...

11 Jan at 17:45

A full operating system in c#

A full operating system in c# I saw this thread [here](http://forum.codecall.net/csharp-tutorials/11620-create-operating-system-c.html). I was wondering if this was legit (sounds like it) and what are...

30 Oct at 13:26

detect os language from c#

detect os language from c# Is there a way to detect the Language of the OS from within a c# class?

14 Feb at 16:25