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.

64-bit CPUs have existed in supercomputers since the 1970s but have only recently entered the mainstream of personal computers.

The maximum memory address for 64-bit computers is 264, which is 18,446,744,073,709,551,616 bytes, or 17,179,869,184 GB. As a practical matter though, many operating systems like Windows will still allocate only 2 GB of memory to a process (or 3 GB is some cases), so it is still possible to get out of memory errors when in fact there is plenty of memory left.

The usage of 64-bit processors solves a multitude of practical issues, including the Year 2038 problem and the ability to address more than 4 GB of RAM on computers.

Keep in mind that while the OS you are using may be 64-bit, the applications you are running may still be 32-bit. This is true in Windows, Linux and macOS.

References

2316 questions
381
votes
19 answers

If 32-bit machines can only handle numbers up to 2^32, why can I write 1000000000000 (trillion) without my machine crashing?

32-bit computers can only store signed integers up to 231 - 1. This is why we have run out of IPv4 addresses and have entered the 64-bit era. However, the number 231 - 1 (2,147,483,647) is not as large as the number 1 trillion (1,000,000,000,000)…
291
votes
10 answers

How to get SVG thumbnails in Windows Explorer?

I can open them in browser just OK, but how can I have thumbnails in the Windows Explorer? Edit: I installed Renesis Player as suggested by this answer, but it does not work for me, probably because I have 64-bit system.
zbstof
  • 3,661
252
votes
11 answers

Kill a process which says "Access denied"

I have a process that I can't kill with either Task Manager or Process Explorer - I get the error "Access denied". The process isn't a Windows executable. How can I kill it? Is there some tool I could use to override this protection? I'm using…
Tony_Henrich
  • 12,156
229
votes
19 answers

32-bit vs. 64-bit systems

What are the differences between 32-bit and 64-bit systems? If you have used both of them, what kind of sharp differences have you experienced? Would it be a problem to use 32-bit programs on 64-bit systems in some cases?
184
votes
11 answers

Why does 64-bit Windows need a separate "Program Files (x86)" folder?

I know that on a 64-bit version of Windows the "Program Files" folder is for 64-bit programs and the "Program Files (x86)" folder is for 32-bit programs, but why is this even necessary? By "necessary", I don't mean "why could Microsoft not have made…
119
votes
12 answers

Quick way to tell if an installed application is 64-bit or 32-bit

I've got a third-party application (in this case Cognos Data Manager) installed on 64-bit Windows Server 2003. Is there a quick way to determine if an application has been built/compiled as a 64-bit application or as a 32-bit application? By default…
Gary
  • 1,450
102
votes
11 answers

ShellExecute failed (2) error for Notepad++ on Windows 7 64bit

ShellExecute failed (2): Is this command correct? "C:\Program Files (x86)\Notepad++\notepad++.exe [location of file to edit] I seem to have some issue with RIGHT CLICK > Edit with Notepad ++. This is on a fresh install of Microsoft Windows 7…
Jakub
  • 3,181
85
votes
9 answers

Why Virtual Box won't give me option to create 64 bits guests?

My host is x64 bits Windows 8.1. I downloaded the latest Virtual Box (4.3) and I'm trying to create a VM with a 64 bits Ubuntu OS (ubuntu-12.04.3-desktop-amd64). When I go to New VM wizard, it doesn't give me option to select "Ubuntu (x64)" as I…
Edy Bourne
  • 983
  • 1
  • 8
  • 11
71
votes
11 answers

How to open a file for editing in Administrator mode?

I have .config files set to open in Notepad++. The files I edit are typically in protected locations (e.g. c:\windows\, c:\program files..., etc..) thus requiring administrator access. I'd like to be able to double click on a .config file and have…
AngryHacker
  • 19,327
63
votes
5 answers

Chrome 100% CPU usage, again - software_reporter_tool.exe

software_reporter_tool.exe belonging to Chrome running at 100% cpu, fan full speed. Deleting it doesn't fix anything, because it gets redownloaded again! Disabling "Protect me from bla bla" doesn't make it stop running. Please anyone have any…
waaaaaat
  • 667
63
votes
8 answers

How to reinstall GRUB2 EFI?

After successfully updating my bios, something went wrong and I ended up with a blinking cursor on the top left corner of a black screen. No errors, no nothing. The bios now only listed a SATA:  boot option in place of the usual UEFI…
Maxime R.
  • 2,416
  • 4
  • 19
  • 18
62
votes
3 answers

How can I open the 32-bit ODBC Data Source Administrator in Windows 7 64-bit?

I want to add 32-bit data sources. There seems to be no obvious way to see existing instances of these or create new ones. How can I open the 32-bit "ODBC Data Source Administrator" window in Windows 7 64-bit?
60
votes
3 answers

How do you register the 7-Zip GUI program with the .7z extension in Windows?

For whatever reason, the 64-bit Windows Installer doesn't seem to register the .7z file extension with the 7-Zip GUI (or with anything, as far as I can tell). How do I go about doing it. A simple "open with"(7zG.exe) doesn't work, because 7-Zip…
57
votes
3 answers

Why is the 64-bit version of Windows bigger than the 32-bit version?

The difference in size for the Windows 8 Consumer Preview ISO images, between the 64 bit and the 32 versions is 800 Mb or a difference of 24%. I've never seen a difference so large. Why is there such a big difference?
wizlog
  • 13,573
52
votes
0 answers

32 vs 64 bits... what's the big deal?

Why is it considered to be such a big deal to have a 64-bit computer? Why does it "change everything?" Why do applications need to be designed differently between 32- and 64-bit platforms? And, on OS X, how do you find which one you have!?
stalepretzel
  • 1,176
1
2 3
99 100