Would it be worth it going Windows 7 64bit (Home Premium)


Recommended Posts

I'm wondering if it would be worth it making the step to 64bit Windows 7 with 3GB's of Memory? This would be for my Laptop,

Some of the Specs; Intel Pentium Dual Core T3400 @2.16, Intel Express Family Chipset 4/Intel x4500, 3GB of Memory

One word: Yes.

You may stop reading at this point.

Viewpoint #1:

As you approach closer to 3GB of dedicated address space (your RAM will always remain, and all of it will always be addressed), the more vulnurable you get to caps on other dynamic memory addressing. That includes virtual memory & integrated graphics, if any.

Think about it like this: you have 3GB of RAM. The system-managed pagefile is ~1GB. That's it, you're totalled. I can place stakes on the fact that 4 out of 5 people having >2GB RAM have >1GB pagefile.

Viewpoint #2:

Lets assume you installed x64 version of Windows? 7. Now you need 64-bit drivers for all your hardware. To actuallyharness> the x64 OS (which you may now boast of), you need 64-bit applications. This is a great place to start.

Is it worth the hassle to find 64-bit drivers? Does it sound too nerdy to actually use 64-bit applications for every little task you may do? Are you going to need 64 bits running around in a row?

The last one there actually rounds up to your original post and to be less mature this time, we don't have a crystal orb in which you canknow> you're going toneed> 64-bit apps. The punch line is, if you can have it, have it.

Omkar

id say dont spend the money..

not unless u have 4gb..

not worth it really..

Well I wouldn't be spending any money... If you own 32bit you can use 64bit.

Also would battery life be affected when going to 64bit?

Viewpoint #1:

As you approach closer to 3GB of dedicated address space (your RAM will always remain, and all of it will always be addressed), the more vulnurable you get to caps on other dynamic memory addressing. That includes virtual memory & integrated graphics, if any.

It does not include virtual memory. It only includes physical resources.

The only real issue is that a process only has 2GB of virtual address space, and has to manually manage memory to allocate more than that (which it can, and then there's no limit.)

It does not include virtual memory. It only includes physical resources.

The only real issue is that a process only has 2GB of virtual address space, and has to manually manage memory to allocate more than that (which it can, and then there's no limit.)

Sorry, my bad. Got confused between virtual memory & pagefile terminology.

post-294374-1258656434.png

Had a good amount of reading on the subject. The rest of my post stands corrected:

Many devices like your video or sound card use memory mapping to allow software to communicate with those devices. What this means is that they use certain addresses don't actually refer to a byte in memory; instead writing to that address sends information to that device. To do this they reserve a portion of the physical address space.

Source here.

Omkar

What is the video in it? I'd be concerned if your desire is to run the pretty Aero interface.

Other than that, pick up a backup program like DriveXML, run a backup of the entire drive, then upgrade. If you don't like it, go back.

why NOT go to 64-bit? why is this still such a concern for people?

if youre using legacy hardware, yeah, 64-bit wont work. deal with it and upgrade. i loaded 7 64-bit on my gf's laptop a few months back. guess what: her legacy webcam doesnt work now. dont blame MS for that... the manuf doesnt have 64-bit drivers for their old webcams.

bottom line: ditch the legacy hardware and dont look back. i see no reason for 32-bit in 2009

Its really a toss up at 3GB imo. If you have 2GB or less I'd stick with 32bit. On a 1GB machine, the 64bit is noticeably slower than 32bit under Win7.

Are there really any 64bit apps you want/need? Do you expect any component driver issues? I haven't seen anything that's led me to believe that there is much I/O or other OS centric performance gains to be had. I don't quite understand why that would be the case but thats been my experience on several configurations.

Edited by Dashel

2-3gb of RAM for the 64bit version is fine.

My desktop is smooth as.

I'd be more worried about your processor, a T3400 is woefully underpowering W7.

My e7300 (2.66Ghtz, usually overclocked at 3.33) registers a 5.5 on the experience rating.

And slugishness you'll experience will be from lack of processing power - not ram.

Its worth it.... Let me tell you why..

1. It will run your application a bit faster... You wont see a big difference in normal activities and in 32 bit applications

but it is faster for rendering graphics, resource intense process.

2. It has got Kernel patch protection(Protect the kernal from tampering). So, its a bit more safer that 32 bit OS.

3. Hardware-backed Data Execution Protection (DEP)

4. the requirement to use signed native-64bit drivers, which has better stability.

Microsoft has said that 64 bit version is less vulnerable to walmare that the 32 bit counterpart... Its a topic in neowin as well...

Edited by still1
1. It will run your application a bit faster... You wont see a big difference for normal activities and in 32 bit applications

32-bit applications actually end up running slower, but the difference is so tiny that it isn't really noticeable outside of synthetic benchmarks.

2. It has got Kernel patch protection(Protect the kernal from tampering). So, its a bit more safer that 32 bit OS.

It doesn't protect the kernel as such, it just polls for changes to certain monitored structures and if it detects one, it bluescreens the machine (after the change has been made, which means there is a time period there where something permanent could have been carried out). The message it's trying to send is that it is not okay to modify kernel structures (which has historically been done mostly by legitimate antivirus/security software). Actual malware that for some reason wants to make such changes can simply disable PatchGuard, although this is obviously more complicated than on 32-bit where their code would just run, so in that sense it is a tiny deterrent.

This may have been what you meant, but a lot of people seem to have gotten the impression that PG actually does something other than BSOD the machine.

3. Hardware-backed Data Execution Protection (DEP)

Also available in 32-bit.

4. the requirement to use signed native-64bit drivers, which has better stability.

Signed drivers are not more stable, they simply help identify the creator (although anyone can buy a certificate and sign something, even malware writers).

With all that said, there's no reason not to run the 64-bit version with 3GB of RAM provided your software and hardware is compatible. I'd certainly do it.

When XP had it's "64bit" version, hardware and 3rd party software support was bad.

I noticed a lot of issues.

When Vista came out, there was a big push for 64bit.

Now that Windows 7 is out, and Vista 64bit really did opened the door, there is now wide spread proper support for 64bit Windows now, especially with the fact that Windows 7 has the same driver model as Vista. So exiting well developed 64bit drivers are already in place for Windows 7.

32-bit applications actually end up running slower, but the difference is so tiny that it isn't really noticeable outside of synthetic benchmarks.

read my post.. I said you wont see a big difference in 32 bit application but is better in 64 bit application

It doesn't protect the kernel as such, it just polls for changes to certain monitored structures and if it detects one, it bluescreens the machine. The message it's trying to send is that it is not okay to modify kernel structures (which has historically been done mostly by legitimate antivirus/security software). Actual malware that for some reason wants to make such changes can simply disable PatchGuard, although this is obviously more complicated than on 32-bit where their code would just run, so in that sense it is a tiny deterrent

This may have been what you meant, but a lot of people seem to have gotten the impression that PG actually does something other than BSOD the machine.

I agree about disabling pathguard but at the same time its difficult. there are many malware which dont try to disable the patch guard and this protection can defeat those malware... I am not saying it is the best but better than the one with no patchgaurd protection.

Also available in 32-bit.

Again, read my post.. It says Hardware backed DEP. DEP in 32 bit is just software based. EDIT: My bad, 32 bit support Hardware DEP.

Signed drivers are not more stable, they simply help identify the creator (although anyone can buy a certificate and sign something, even malware writers).

With all that said, there's no reason not to run the 64-bit version with 3GB of RAM provided your software and hardware is compatible. I'd certainly do it.

It also means you wont end up installing crap drivers on the 64 bit OS. Most of the crash that happens are due to crap drivers installed.

so obviously your system become more stable.....

With all that said, there's are a lot of reason to install 64 bit version.

Edited by still1
read my post.. I said you wont see a big difference in 32 bit application but is better in 64 bit application

It's not just "not big," it's actually negative. It's uninportant though, like I said.

I agree about disabling pathguard but at the same time its difficult. there are many malware which dont try to disable the patch guard and this protection can defeat those malware... I am not saying it is the best but better than the one with no protection in it....

Have you ever seen a PatchGuard BSOD? Know of anyone else who has? Only 64-bit malware can modify the kernel, and 64-bit malware would have to be designed with PG in mind since it has always been present. Disabling PG isn't that difficult if you know what you're doing (by patching the kernel on disk), and only one person has to do it and everyone else will just copy them.

Again, read my post.. It says Hardware backed DEP. DEP in 32 bit is just software based and very easy to tamper.

No. What you call "software based" is actually something completely different related to exception handling in programs written specifically to support it. Hardware DEP (also known as the no-execute bit) is available on all hardware that supports it, provided PAE is enabled (which it is by default on hardware that supports it). If the hardware supports it, it is used regardless of whether the OS is 32-bit and 64-bit.

It also means you wont end up installing crap drivers on the 64 bit OS. Most of the crash that happens are due to crap drivers installed.

so obviously your system become more stable.....

Except that doesn't follow. There are many signed drivers that are crap. Driver signing just means you bought a certificate and signed the driver with it. In fact, there are plenty of WHQL (an automated process where you run a piece of software that verifies that your driver implements what it should and follows some basic rules) drivers that are crap as well.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Samsung Galaxy Z Fold 8, Flip 8, Z Fold Wide: Everything you need to know The ONLY thing I need to know is the price, which I know will be way higher than I (and most people) are willing to pay for a phone... so basically nothing here I need to know. PS: Nice job getting that Apple reference to a non-existent and unrevealed product as "competition" in there. Cheque is in the mail.
    • Well I really think the repasting helped if your higher clocks have returned, maybe the next thing to look at is if there is a problem with your case airflow? I guess this because your 3080 has returned to optimal state, but is still staying too warm, which might suggest it was thermal throttling before you repasted, of which the only logical conclusion could be outside factors.
    • Samsung Galaxy Z Fold 8, Flip 8, Z Fold Wide: Everything you need to know by Hamid Ganji Galaxy Z Fold 7 - Image via Samsung The next generation of Samsung foldables is set to be unveiled next month at the second Unpacked event of the year. Samsung’s 2026 foldables are not expected to offer significant upgrades over their predecessors, with the Korean firm instead focusing on design refinements and conventional upgrades such as faster processors and better cameras. However, Samsung is reportedly planning to unveil an all-new passport-style foldable this year to rival Apple’s first foldable iPhone, which is expected to debut this September. Here’s a roundup of everything we know about Samsung’s upcoming foldable devices ahead of their official debut. When can we expect Samsung’s new foldables? The Galaxy Z Fold 7 and Z Flip 7 series were unveiled in July, and Samsung is expected to maintain this timeframe in 2026. Based on previous reports from Korean sources, Samsung will hold its Unpacked event on July 22 in London, UK, to pull back the curtain on the Galaxy Z Fold 8 series. The devices are also expected to hit the shelves a few weeks after launch. However, Samsung has yet to announce an official date. A new naming scheme? One of the most interesting changes we might see this year is a new naming scheme for Samsung’s latest foldables. SamMobile reported that since Samsung is expected to unveil three foldables this year, it has adopted a new naming strategy to simplify product identification for customers. Accordingly, the standard Galaxy Z Fold 8 will reportedly be called the Galaxy Z Fold 8 Ultra and will serve as the direct successor to last year’s Galaxy Z Fold 7. The “Ultra” suffix suggests the phone could feature higher-end specifications, such as additional rear camera modules. Samsung’s new passport-style foldable is expected to carry the Galaxy Z Fold 8 name without any suffix. This model is reportedly equipped with two rear cameras. No major changes are expected for the Flip model. Galaxy Z Fold 8 Ultra and Z Flip 8 anticipated specs Rumors over the past few months suggest Samsung is preparing several upgrades for its upcoming foldables, although the devices may continue to rely on larger batteries and faster charging speeds rather than dramatic design changes. The primary focus this year is expected to be the Galaxy Z Fold 8 and its wide-screen design. Galaxy Z Fold 8 Ultra official CAD renders - Image via AndroidHeadlines Here are the anticipated specifications for the Galaxy Z Fold 8 Ultra based on previous leaks: 6.5-inch outer display and 8-inch inner display, 120Hz refresh rate, and 2,600 nits peak brightness Snapdragon 8 Elite Gen 5 processor, paired with 12GB or 16GB of RAM and 256GB, 512GB, or 1TB of storage 4.1mm thickness when unfolded and a weight of 210g 200MP main camera, 50MP ultrawide camera, 10MP or 12MP telephoto camera, 10MP cover camera, and 10MP selfie camera 5,000mAh battery with 45W wired charging Android 17 and One UI 9 As for the Galaxy Z Flip 8, the device is not expected to be a major departure from its predecessor, although it could become slightly slimmer. Expected specifications include: Snapdragon 8 Elite Gen 5 or Exynos 2600 processor 12GB of RAM with 256GB and 512GB storage options 6.9-inch Dynamic AMOLED 2X inner dispaly and 4.1-inch Super AMOLED outer dispaly 50MP main camera, 12MP ultrawide camera, and 10MP selfie camera 4,300mAh battery with 25W wired charging Android 17 and One UI 9 Samsung’s foldables are also expected to launch with Gemini Intelligence, Google’s AI suite for automating tasks in Android ecosystem. Moreover, given current memory and component costs, some Galaxy Z Fold 8 Ultra and Z Flip 8 variants could see a price hike. Galaxy Z Fold 8 adopts a wide-screen design The centerpiece of the upcoming Unpacked event could be the Galaxy Z Fold 8, previously rumored as the Galaxy Z Fold Wide. This model adopts a passport-style form factor and is expected to compete directly with Apple’s iPhone Fold. Galaxy Z Fold 8 official CAD renders - Image via AndroidHeadlines Here’s what to expect: 7.6-inch primary OLED display and 5.4-inch cover display, 120Hz refresh rate, 2,600 nits peak brightness, and 4:3 aspect ratio Snapdragon 8 Elite Gen 5 processor, 12GB or 16GB of RAM, and 256GB, 512GB, or 1TB storage options 4,800mAh battery with 45W wired charging 50MP main camera, 50MP ultrawide camera, and 10MP selfie camera Android 17 and One UI 9 The three new foldable phones are unlikely to be the only devices unveiled at Samsung’s Unpacked event. The company is also expected to introduce the Galaxy Watch Ultra 2 and the Galaxy Watch 9 series.
    • Thanks
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      141
    4. 4
      ATLien_0
      89
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!