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

    • UniGetUI 2026.2.1 by Razvan Serea UniGetUI is an application whose main goal is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget, Scoop and Chocolatey. With UniGetUI, you'll be able to download, install, update and uninstall any software that's published on the supported package managers — and so much more. UniGetUI features Install, update and remove software from your system easily at one click: UniGetUI combines the packages from the most used package managers for windows: WinGet, Chocolatey, Scoop, Pip, Npm and .NET Tool. Discover new packages and filter them to easily find the package you want. View detailed metadata about any package before installing it. Get the direct download URL or the name of the publisher, as well as the size of the download. Easily bulk-install, update or uninstall multiple packages at once selecting multiple packages before performing an operation Automatically update packages, or be notified when updates become available. Skip versions or completely ignore updates in a per-package basis. Manage your available updates at the touch of a button from the Widgets pane or from Dev Home pane with UniGetUI Widgets. The system tray icon will also show the available updates and installed package, to efficiently update a program or remove a package from your system. Easily customize how and where packages are installed. Select different installation options and switches for each package. Install an older version or force to install a 32bit architecture. [But don't worry, those options will be saved for future updates for this package] Share packages with your friends to show them off that program you found. Here is an example: Hey @friend, Check out this program! Export custom lists of packages to then import them to another machine and install those packages with previously-specified, custom installation parameters. Setting up machines or configuring a specific software setup has never been easier. Backup your packages to a local file to easily recover your setup in a matter of seconds when migrating to a new machine Devolutions UniGetUI 2026.2.1 changelog: This release brings several quality-of-life improvements, new troubleshooting features, privacy enhancements, and a collection of fixes and stability improvements across UniGetUI. New Features Added an operation counter to provide better visibility into ongoing package operations. Added a setting to automatically redact usernames from exported logs, making it easier to share diagnostic information while protecting personal data. UniGetUI now opens the release notes page after updating by default, helping users discover new features, improvements, and fixes. This behavior can be disabled from Settings. Expanded diagnostics and troubleshooting capabilities to simplify issue reporting and support. Improvements Improved update reliability and handling of update-related edge cases. Enhanced installer behavior when updating running UniGetUI instances. Improved package manager integrations and package metadata processing. Refined various user interface elements for a more consistent experience. Updated package screenshots, icons, and bundled resources. Improved logging and error reporting throughout the application. Bug Fixes Fixed multiple issues affecting application updates and self-update workflows. Resolved several package installation and upgrade edge cases. Fixed UI inconsistencies and unexpected behaviors across different pages. Improved handling of package manager responses and failure scenarios. Addressed issues affecting package discovery and metadata retrieval. Fixed a number of stability issues reported by the community. Performance & Stability Improved overall application stability during package operations. Reduced the likelihood of update interruptions and inconsistent update states. Various reliability and performance optimizations across the codebase. Download: UniGetUI 64-bit | Portable | ~200.0 MB (Open Source) Download: UniGetUI ARM64 | Portable Links: UniGetUI Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • PDF4QT 1.6.0.0 by Razvan Serea PDF4QT is a free and open-source application created to provide a complete solution for working with PDF documents in a simple, flexible, and effective way. It offers all the essential tools you need to handle your files: you can view PDFs with smooth navigation, edit content, annotate pages, and highlight key sections for better collaboration. It also allows you to compare two versions of a document, making it easy to spot changes. Built-in security features give you control over protecting sensitive information and managing access. Applications PDF4QT Viewer Profi: Advanced PDF browsing with encryption, digital signature verification, annotation editing, regex text search, page-to-image conversion, and plugin support. PDF4QT Viewer Lite: Lightweight viewer with essential, user-friendly PDF viewing functions. PDF4QT DocPage Organizer: Merge, split, move, clone, or add pages easily with an intuitive interface. PDF4QT DocDiff: Compare two PDFs, highlight differences page-to-page, and export results to XML. Key Features Multithreading Support for faster PDF processing Hardware Accelerated Rendering for smooth, high-quality display Encryption to secure documents Color Management to preserve accurate color profiles Optional Content Handling to control visibility of content Text Layout Analysis for better text extraction and editing Signature Validation for verifying digital signatures Annotations and Form Filling for interactivity Text-to-Speech Conversion to listen to PDFs Advanced Annotation Tools (images, text, etc.) File Attachments Management to view and save attachments Optimization to reduce file size without losing quality Command Line Tool for automation Audio Book Conversion from PDFs Internal Structure Inspector to explore PDF structure Compare Documents to detect differences Redaction to remove sensitive information Document Signing for digital authentication PDF4QT 1.6.0.0 release notes: PDF4QT 1.6.0.0 brings a major image compression and optimization update, especially for PageMaster and assembled output documents. Image compression is now integrated into the assembly/export workflow, backed by new optimizer infrastructure, UI controls, feedback fixes, and tests. This should make PageMaster much more useful for producing smaller output PDFs directly from assembled or reorganized documents. The release also contains a large PageMaster refresh with improved drag and drop, recent files, crop pages, save/restore functionality, rotation and size indicators, a reworked icon set, and faster output preview rendering. Viewer and Editor workflows were improved with wildcard Advanced Find, Enter-to-search behavior, better outline keyboard selection, startup settings, fullscreen support, side-to-side scrolling, smoother scrolling, text selection, snapping, and expanded annotation controls. Compatibility and platform behavior were improved as well, including fixes for embedded files, fonts, checkboxes, invisible text, menu colors, highlights, XMP metadata, Windows color management, AppImage packaging, MSIX generation, installer behavior, translations, and newer compiler/Qt warnings. The commit history also includes a new scan-and-edit plugin foundation and color management performance work. Changelog: Highlights Image compression for PageMaster / DocPage Organizer and assembled output documents (#92) Major PageMaster UX refresh, including drag and drop, recent files, crop pages, save/restore, icons, and output preview performance (#383, #18) Improved image optimization feedback, including final resolution and DPI updates (#384) Better Viewer and Editor navigation: fullscreen, side-to-side scrolling, smoother scrolling, text selection, snapping, and outline keyboard selection (#242, #368, #136, #321, #250, #373) Advanced Find wildcard mode and Enter-to-search behavior (#379, #378) PDF compatibility fixes for embedded files, fonts, checkboxes, invisible text, form content suppression, and Windows color management (#225, #356, #256, #230, #326, #224, #385, #388) Startup settings, custom settings directory support, Linux double-click viewer separation, and packaging/build fixes (#382, #380, #381) Scan-and-edit plugin foundation and broader translation updates from the 1.6.0.0 development cycle Resolved Issues Issue #389: Adding hyperlink to internal object in PDF Issue #388: Update Windows color management system Issue #385: PDFTextLayoutGenerator::isContentKindSuppressed(ContentKind kind) is missing ContentKind::Form Issue #384: In the "Optimize Images" dialog, the info on the final image resolution and final DPI does not update Issue #383: UX improvements for PDF4QT PageMaster tool (v1.5.3.1) (ex. DocPage Organizer) Issue #382: Startup Settings Issue #381: Separated apps for double-click viewer in Linux Issue #380: Ability to run app with custom settings directory - executable parameter with path Issue #379: Advanced Find - Wildcard Mode Issue #378: Advanced Find - Should start searching if Enter key is pressed Issue #376: Deleting a note jumps to Outline Issue #375: Not enough maximum compiled page cache Issue #373: Ctrl/Shift keyboard selection for Outline Issue #372: Option to not color images Issue #370: Extracting pages within a range Issue #369: Keeping redact box on Issue #368: Side-to-side scrolling Issue #357: Bulk delete/add/edit of page labels Issue #356: Compatibility issues - font problems Issue #354: Color blend mode for highlights Issue #352: Icon size of the sidebar Issue #349: Add inherit zoom to bookmark zoom options Issue #338: Editor toolbox higher than editor window Issue #334: Impossible to set French language Issue #326: Checkboxes don't render in PDF4QT Issue #324: Menu text not rendered with correct color Issue #321: Select text in Viewer Issue #291: Support for editing XMP metadata or exporting to PDF/UA format Issue #282: Editor outline view: always zooms to around 50% Issue #256: PDF4QT cannot show some specific fonts correctly Issue #253: Undo/redo doesn't work in "edit page content" mode Issue #250: Snapping Issue #242: Full screen Issue #234: Setting font, font size and area of text annotations Issue #230: Garbled characters when opening PDF files with PDF4QT Issue #225: PDF4QT cannot open PDF files with embedded files Issue #224: Option to remove invisible text Issue #194: Change page size Issue #160: Color | Custom (green/black) does not work Issue #136: Smooth scrolling of document with mouse middle wheel - flywheel Issue #92: Add image compression to PDF DocPage Organizer Issue #18: Performance optimization - OutputPreview Renderer Download: PDF4QT 1.6.0.0 | Portable | ~30.0 MB (Open Source) Download: PDF4QT MSIX | 29.4 MB Links: PDF4QT Home Page | PDF4QT @GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Same here or that Opera Max was not a thing anymore. Nothing lost... Who the hell would be considering Opera or Samsung when needing a VPN? LOL
    • If you go to the game developer website you can see that indeed Cyril Paciullo is the game director and developer https://www.pluralys.ca/about-us/ and when clicking on his name it lists Messenger Plus! as part of his CV. In case you wondered what happened to Patchou
    • A difficult position to be in. Either they cater to us users or they cater to news curators to potentially increase traffic. Personally, I wasn't being sarcastic. Hosting a website isn't free, so without traffic this site stops existing, and if you want traffic you have to play the game. I legitimately thought the title was good. Not because I like it, but because it's the kind of title people will click on. This site needs that.
  • Recent Achievements

    • Veteran
      branfont went up a rank
      Veteran
    • Reacting Well
      Almohandis earned a badge
      Reacting Well
    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      +Edouard
      181
    3. 3
      PsYcHoKiLLa
      120
    4. 4
      Steven P.
      85
    5. 5
      neufuse
      73
  • Tell a friend

    Love Neowin? Tell a friend!