0
votes
1answer
32 views

Why does a binary of one OS (Windows) does not run in other ( Linux) for same underlying architecture? [closed]

It may be a trivial question but I have hard time to explain to my little brother that a Windows binary will not run in another different OS like Linux even when both the OS are running in the same ...
0
votes
0answers
21 views

Delete operating systems and start from scratch [migrated]

I am on a Dell XPS 200 desktop computer. The computer originally came with Windows XP, but I upgraded it to Windows 7. I also installed Ubuntu 12.10 on here so whenever the computer starts up, you can ...
-3
votes
0answers
21 views

The most optimal operating system [closed]

I have a laptop Toshiba Satellite A505 with following features: Intel Core i3 processor 8kB L1 cache, 64 kb L2 cache, 256kB L3 cache 4 GB RAM 500 GB HDD I have used many operating systems on it. ...
-4
votes
1answer
51 views

What was the First Windows Written in? [closed]

when Bill Gates and Paul Allen made The first Windows how did they do it? what exactly was it coded in? i was just wondering because i was thinking about early computer coding and such then i ...
0
votes
1answer
33 views

How do I get the information shown in vmmap programatically?

As anyone who has watched the Mark Russovich talk "Mysteries of Memory Management Revealed" knows, the vmmap tool can show you things that count against your process limit (2GB on vanilla 32 bit ...
4
votes
1answer
114 views

What is application footprint and how to calculate it?

What does term "application footprint" means for application developed in C/C++. And how we can calculate C/C++ application footprint.
0
votes
0answers
15 views

Does SourceMonitor works on all Platforms?

I am sorry if this question is too local or duplicate. I searched in google but not got any idea. I recently heard about SourceMonitor. I have downloaded SourceMonitor3.3 and I am using it in ...
0
votes
1answer
43 views

Can I see setup program's file creating activity [closed]

When I ran a setup program that executable is creating files some place in my disk. Can I see which directories that program create files?
0
votes
2answers
30 views

How do data analysts set up their work environment, or how to work under Linux but write with MS word? [closed]

I am PhD student, most of my work is related to statistical analysis of large amount of data ( binary files). I recently bought a new desktop, I am looking for suggestions for setting up my desktop. I ...
0
votes
0answers
22 views

Programmatically change the sleep/suspend timeout on Windows and Linux

I am looking for a way to programmatically change the sleep/suspend timeout on Windows (XP) and Linux (Debian & Ubuntu) operating systems without having to reboot the system. I have spent a decent ...
0
votes
2answers
60 views

Determine version of Microsoft Windows using perl?

I am creating a small perl script on Windows. I want to determine the version of Windows i.e. XP, Vista, 7, 8, etc. How can I get this information? Thank You. UPDATE: I want to know the Version of ...
0
votes
1answer
61 views

Upper bound of the calculation ability of computer in c

I have a question about the number of bytes that a computer normally use to do calculation. First of all, i want you to see the source code below. source code printf("%d\n", sizeof(444444444)); ...
0
votes
0answers
9 views

Creating a system deployment disk

Hi guys i want to create an image of a windows 7 system and use it as a deployment tool and when I want to setup up like more than 10 laptops, then i just connect them on a network and deploy the ...
1
vote
1answer
39 views

Why there are many page fault during full GC

It is Window 2003 server. We are running some performance test, and what we see is: In first 5 hours, the page fault/sec is very small, like 10 or 20 In the last 1 hour, the page fault jumps to 500 ...
0
votes
0answers
146 views

How to identify the existance of windows\ pop-up windows using java\selenium

I am doing browser automation using core selenium, when I launch the url one window pop will come for authentication,..........in some cases it may come at any point. So how to handle those ...
0
votes
1answer
46 views

Windows programs's system calls

Is it possible to log all system calls made by a specified program? For example I have a GUI tool, wrapping some command-line based tools. I need to know how does it start command-line programs, what ...
0
votes
3answers
76 views

Getting OSName as a string C++ [duplicate]

Im am super new to C++ and am trying to figure out how to return the OSName (win 7, 8, vista, xp, etc) as a string. I tried searching and MSDN was no help, only confused me further. All help ...
0
votes
0answers
51 views

Can I allocate CPU core under running OS in VM?

It might be a fundamental question, but I wonder if there is any technology to allocate CPU cores dynamically without rebooting virtual machine's OS. It might be modern OS or virtualization ...
0
votes
0answers
160 views

NetBIOS and enum.exe null sessions

I've enabled the null sessions in registry: I've set the RestrictAnonymous and RestrictAnonymousSAM to 0 (disabled). I'm able to connect with null session, which can be seen below: C:\> net use ...
0
votes
2answers
76 views

why 32 bits is equal to 4Giga bytes but not 4 giga bits

I know this might be dumb... but i really dont understand let say we have 32 bits address, so each bit can be either 1 or 0. so the total combination is equal to 2^32 so we can represent 2^32 ...
0
votes
1answer
57 views

Workingset/privateWorkingSet memory don't add up to memory usage in Task manager [closed]

Memory Issue One of our server boxes shows 96% memory usage in task manager (137/140GB or so used). When I look in the "Processes" tab though (even with show processes from all users checked), the ...
1
vote
2answers
102 views

How data is stored in windows clipboard

Whenever we copy any multimedia file or any file except text (Not sure about it) in clipboard , does it stores the address of file or data copy because whenever we copy any movie of like 3 GB , C disk ...
1
vote
0answers
90 views

Windows error reporting - reports service as hang during loading of service dependent windows dll-s

I have a service that starts at Win7 startup. If I start the service after boot I cannot find any warning in event log reported by Windows Error Reporting service, but if it starts automatically ...
0
votes
2answers
28 views

What is 'subdir' defined var in python 3 for all OS?

I have a script in Python which i get 3 arguments from the user One of the arguments is a folder path in which there are some files i need to use Since my program is designed for all OS, i would like ...
0
votes
0answers
108 views

Having trouble executing a .sh file from a python script

I am unable to get the last line of the following code to work. I am trying to execute a post-processing shell I have and am getting a "Windows cannot open file" error. In order to run this shell I ...
0
votes
1answer
61 views

Exact Code segment size for a windows process

The linux file proc/{pid}/status as we know gives us some fine grain memory footprint for a particular process. One of the parameters thrown by it is the 'VmExe' or the size of the text segment of the ...
1
vote
0answers
83 views

How to create a simple program that creates a public link for Google Drive, like Dropbox?

My question question/vision for this is to create a "public link" from a right click inside of my Google Drive folder, just like you would with Dropbox. We are closer to achieving this because Google ...
1
vote
1answer
106 views

To what extent are interrupts supported in Win32?

To what extent are interrupts supported in Win32 beyond processor definitions? For example, x86 machines define at least 18 interrupts, including traps such as the breakpoint trap (INT 3). The other ...
0
votes
2answers
192 views

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 ?
1
vote
2answers
103 views

How are stacks in windows x86 stack defined?

First I'm going to demonstrate a poor understanding of the stack, and then I'm going to ask a mildly coherent question that can't be answered well because the question isn't specific enough to elicit ...
0
votes
0answers
49 views

Installing an OS without reboot/CD/USB [closed]

Here's the situation: -My computer works -My friend's does not. -We have no optical devices -Also no USB drives. -I need to install Windows onto a hard drive, but the only way I can think of doing it ...
1
vote
2answers
390 views

Python os.listDir throws “WindowsError: [Error 5] Access is denied:” on some folders

Basically I have a FileExplorer class written in Python 2.6. It works great, I can navigate through drives, folders, etc. However, when I get to a specific folder 'C:\Documents and Settings/.*'*, ...
1
vote
1answer
45 views

What is the minimum OS for a windows console app made with Visual C++ 2010?

I've created a console application using Visual C++ 2010. What is the earliest version of windows I can run the program on? I know that it can depend on what Windows API functions that you use in the ...
1
vote
3answers
73 views

Significance of /SUBSYSTEM parameter - msdn

As per the link http://msdn.microsoft.com/en-us/library/fcc1zstk(v=vs.100).aspx 32 bit app is suppose to use 4.00(minimum) and 64 bit app is suppose to use 5.02(minimum) But I would like to ...
0
votes
0answers
50 views

enumerate Multifunction printer in vc++

hi guys i tried to find a sollution like windows os does when i install a multifunction printer (that has a scanner and fax and printers and .....) i want to access to those device on vc++ i did a ...
1
vote
0answers
94 views

Find out the Machine Type using its IP address or Name

Is there any way to find out, if a machine is Linux server or Windows Server using its IP Address or Name. No other information is here. Thanks
0
votes
1answer
450 views

Create use via OfficeSIP server in my windows 7 pc but it did not show user online

I am new in OfficeSIP server setup. I face some problem. I try google but i do not found any solution. I setup OfficeSIP server in my windows 7 pc (laptop) but In laptop do not run windows server os. ...
0
votes
0answers
48 views

I have a program that takes c or c++ code as input and runs it on my Windows server. I am running this program [closed]

I have a website that takes c or c++ code as input from user and runs it on server side on a Windows server machine. I am running the user's input program through a limited user credential. What all ...
0
votes
1answer
122 views

How to find if file is in file system cache in Windows?

I guess NTFS (file system of Windows) has some cache. Suppose I have a file, which is frequently accessed (read-only). How can I check if this file is in the file system cache ? Can I increase the ...
0
votes
1answer
51 views

Creating a clone of my current windows 7 to upgrade to windows 8 [closed]

So I would like to do a dual boot with windows 7 and windows 8. I don't want to install a new instance of windows 8, instead, I want to upgrade my windows 7. Also, I want to preserve my current ...
0
votes
2answers
91 views

Cloning a Hard Disk [closed]

I have a hard disk in my current laptop. It has three operating systems in it namely Ubuntu 10.04, Ubuntu 12.04 and Windows 7. I recently bought a new SSD hard disk. Now I want to move all the data ...
0
votes
0answers
129 views

Does OS initialize the controllers already initialized by the BIOS?

In fast boot the BIOS skips many modules that can be initialized in the OS. For example it can skip initializing the VGA controller if there is no need to display setup or the startup logo screen. It ...
1
vote
1answer
56 views

Can a read() by one process see a partial write() by another?

If one process does a write() of size (and alignment) S (e.g. 8KB), then is it possible for another process to do a read (also of size and alignment S and the same file) that sees a mix of old and new ...
0
votes
1answer
45 views

Launching a program straight from OS

I am developing a program similar to xbmc but only for movies. I was wondering if there is any very simple operating system that will basically just boot and run the program I am developing? Similar ...
-1
votes
1answer
47 views

Website is not clickable in Windows XP Internet Explorer 7 [closed]

I have installed Windows XP Virtual PC on Windows 7 to test a site that is having issues in IE7 on windows xp - the website loads up but you cannot click on hyperlinks - its like the website has ...
2
votes
1answer
120 views

Win32_PhysicalMemory.Capactiy — How does it behave in 32-bit applications?

The way I understand Win32_PhysicalMemory.Capacity in the WMI is that if you add up all the different rows it has, it'll total up to how much RAM is actually usable for Windows. However, what about ...
0
votes
1answer
44 views

Inter-process real memory page read?

If a process runs right after another process quit (for example) the second process may get allocated some of the first process real pages. Is it possible that the second process may be able to read ...
2
votes
3answers
773 views

get windows version in a batch file

I need to get the OS version with a batch file. I 've seen a lot of examples online, many uses something like this code: @echo off ver | find "XP" > nul if %ERRORLEVEL% == 0 goto ver_xp if not ...
0
votes
1answer
102 views

Socket connection runs fine in stand alone “main(..)” class, but times out in servlet enviornment

Let me explain the problem by a scenario : 1) User visit my page "www.proxy4html.com" , fills up the form: web-address: |www.google.co.in | 2) click submit. 3) Gets google home page ...
1
vote
1answer
249 views

My Delphi 7 application halts on Application.Initialize and does not return to next line

I have created an application on Delphi 7. my app had running fine since yesterday. I don't know what's happened yesterday which cause my application halts on Application.Initialize line in source ...

1 2 3 4 5 6