Skip to main content

Questions tagged [64-bit]

Refers to processors where data are stored in 64-bit registers. Use for questions about hardware or software only if 64-bit architecture is central to the question. For questions comparing 32 vs. 64 bit architecture, use [32-vs-64-bit] instead of the individual [32-bit] and [64-bit] tags.

490 questions with no upvoted or accepted answers
6 votes
0 answers
10k views

What’s the command line equivalent of strace on Windows?

I need to | findstr SomePATH in order to search if a program access and close immediately a specific path. On Linux, I would use myprogram | strace 2>&1 | grep SomPATH. But what’s the ...
user2284570's user avatar
  • 1,883
5 votes
0 answers
1k views

Programmatically installing a system driver on Windows 7 x64

I am experimenting with the WinDDK and trying to install a system driver on a Windows 7 (x64)virtual box. I have an .inf file: ; testdriver.inf - install information file [Version] Signature = "$...
Sebi's user avatar
  • 1,134
5 votes
3 answers
3k views

Windows 7 x64. Some 32 bit applications refuse to install.

I have been having problems lately when trying to install older games onto my PC. It is only with 32 bit applications. A few games that will not install are: Drakan: Order Of The Flame TA Kingdoms (...
user250712's user avatar
4 votes
1 answer
2k views

How I can fix the "Display Driver has stopped responding and has recovered"?

I'm using a GeForce GTX 580, with Windows 7 64-bit. The driver version of the GTX is 301.42. The problem happens after a few minutes, when I'm playing specifc games. It won't happen in all games - And ...
Vitor Rangel's user avatar
4 votes
1 answer
2k views

Can't start program by PsExec on windows server 2003 64-bit

I ran PsExec on a windows server 2003 32-bit machine to remotely launch a program on a windows server 2003 64-bit machine. The program is a win32 program with dependency to msvcr80.dll, msvcp80.dll, ...
Stan's user avatar
  • 7,225
3 votes
0 answers
72 views

How to assign physical cores to a single process on Fedora?

I m having a Python script where the overhead of parallelization per added threads is above the maximal performance benefit of hyperthreading. But setting the number of threads at half the number of ...
user2284570's user avatar
  • 1,883
3 votes
1 answer
2k views

Starting python with cmd error: Unsupported 16-bit application

I'm having trouble running python scripts from my cmd and run environment. I get an error about an unsupported 16-bit application. After some trial and error I noticed that calling 'py.exe' which ...
kevin rennenberg's user avatar
3 votes
0 answers
2k views

How can I edit notes in presenters view for PowerPoint 2016?

I am using Microsoft Office PowerPoint 2016 on Windows 10 x64 to present using presenters view. While presenting I want to edit/copy/paste into the notes section of the presenters view. How do I ...
Hamza Ahmed's user avatar
3 votes
2 answers
3k views

Can't install fonts Windows 10

I'm not able to install any fonts. Whenever I double click on the file I get this error: Whenever I right click > Install I get this error: And if I go to the Control Panel > Appearances and ...
Rafael's user avatar
  • 31
3 votes
0 answers
5k views

Setup postscript printer in Windows 10 to print to cups 1.7.2 on linux system

I am onto 64-bit MS Windows 10 and want to print, double-sided if possible, to an older inkjet printer with no windows support attached to a linux Debian Jessie system. In theory, it would be enough ...
emk2203's user avatar
  • 724
3 votes
0 answers
72 views

Debian 7 java Executable Flag Disappeared

I have an up to date Debian 7 server, also running Plesk 11. Yesterday exactly at the same time (2015-09-21 11:38:13 EET) the exec flag has been disappeared from all the java executables on the server....
Attila Fulop's user avatar
3 votes
0 answers
10k views

Downgrading Windows 7 Enterprise x64 to Windows 7 Professional x64 or Ultimate x64

Is it possible to downgrade Windows 7 Enterprise x64 to a Windows 7 Pro or Ultimate x64 installation? Can this be done without doing a clean install? I am aware that a different license is required ...
CJ O'Rourke's user avatar
3 votes
0 answers
1k views

Why doesn’t curl install and run on my 64-bit Windows 8 system but the 32-bit version works fine?

I almost gave up installing cURL on my 64-bit Windows 8 system. I tried almost every single .zip, .exe, etc… on this site, but none of them worked. I got this message every single time: The ...
Sherlock's user avatar
  • 133
3 votes
0 answers
76 views

Audio buzz and video glitch when any update or restore point creation starts the Volume Shadow Service

I have the above problem and see that others do too. I've had no help from Microsoft and am asking if anyone else knows a solution. Please post if you do. Here is a description of the problem, what ...
Katherin Kirkpatrick's user avatar
3 votes
0 answers
2k views

32-bit .DLL registers on install (Win7 64-bit), but not regsvr32

I have a 32-bit application, that uses a VC++ 6 developed 32-bit .DLL (deployed as Win32UMinDependency) that I can't register on a Windows 7/8 64-bit machine. Along with the application are ...
Kcvin's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
33