Posted On March 31, 2019

Maximum Ram for Windows 32 bit

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Maximum Ram for Windows 32 bit
Enable 4GB RAM Usage for Windows XP
Right-click “My Computer” >> Properties >> Advanced >> click “Settings” under Performance >> Data Execution Prevention >> select “Turn on DEP…” >> OK >> click “Settings” under Startup and Recovery >> Edit >> add “/PAE” to the end of the file >> click File >> Save >> File >> Exit >> OK >> OK  >> Reboot
 
Enable 32 GB Maximum for Windows 7
Download this file: win7-7600-4gb-patch.exe
Run the patch as an Administrator
Click on Patch x86 Ramlock
Reboot

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Quick Notes of Beachy Systems Upgrade

Projects Proposal for Beachy Group (Fictional Entity)   Initial Fixed Costs Overview: SonicWall TZ215 $370…

Check Whether an Entity Has Access to a Directory or Its Children

Write-Host "This script just be ran in the context of a File Server Administrators member"…

PowerShell: Search Windows Event Logs

# searchWindowsEventsLog.ps1 $computername=$env:computername $logType='Security' $eventId=4732 $daysBack=365 $limit=9999 $messageLike="*Remote Desktop Users*" function searchWindowsEvents{ param( $computername=$env:computername $logType='Security'…