d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Software & Hardware Tips Guide > Final Version
Prev1141516171884Next
Add Reply New Topic New Poll
Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 04:53am





This game: War of the Roses is still in Alpha stage ^^

This post was edited by ghot on May 3 2012 04:57am
Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 05:00am
Member
Posts: 10,237
Joined: Mar 10 2008
Gold: 3,107.96
May 3 2012 09:51am
My ssd tips guide that I have compiled from several other usefull guides.

Basically what you need to do whenever you do a fresh install on your ssd.

Quote
Verify TRIM is enabled on your SSD

    A) Click start and type in cmd and hit the enter key
    B) Type in fsutil behavior query disabledeletenotify
    - DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
    - DisableDeleteNotify = 0 (Windows TRIM commands are enabled)


Disable automatic defragmenting

    A)Click the Windows start button and type Disk Defrag and hit Enter.
    B) Click the Configure Schedule Button.
    C)Uncheck the box for Run On a Schedule then click Ok and Close.
    D)Never Defrag a Solid State Drive


Disable System Restore (If OS is on SSD)

    A)Hit Start and right-click on Computer and select Properties
    B)On the left side of the window, click System Protection.
    C)Highlight the Drive located on your SSD and click Configure.
    D)Click the radio button to Turn Off System Restore, click Ok, and Close


Reduce Page File Size

    A)Hit Start and right-click on Computer and select Properties
    B)On the left side of the window, click Advanced System Settings.
    C)Under the Advanced tab, in the Performance section click Settings…
    D)Click the Advanced tab, and under Virtual Memory, Click Change
    E)Uncheck Automatically manage paging file size for all drives.
    F)Highlight your SSD and underneath it, click the Custom Size radio button.
    G)Under Initial size and Maximum size, type in 1024 and then click Set and click OK. You must reboot for this to take effect

Move your temp files to a Mechanical hard drive. (If Users Folder is being used on the SSD)

    A)Hit Start and right-click on Computer and select Properties
    B)On the left side of the window, click Advanced System Settings.
    C)Under the Advanced tab, in the on the bottom click Environmental Variables…
    D)Click on the variable TEMP then click Edit…
    E)Under the Variable Value: box, enter in the new path you would like for your temp files, ex. D:\\Temp Files\\TEMP
    F)Click on the variable TMP then click Edit…
    G)Under the Variable Value: box, enter in the new path you would like for your temp files, ex. D:\\Temp Files\\TMP
    H)Click Ok and you must reboot for this to take effect.


Disable Hibernation

    A)Type cmd in the windows start menu search box, then right click on cmd.exe and choose Run as administrator.
    B)In the command prompt type in powercfg –h off and hit enter. You must reboot for this to take effect.

Moving or Disabling Memory Dumps (Especially helpful for us overclockers)

    A) Hit Start and right-click on Computer and select Properties.
    B)On the left side of the window, click Advanced System Settings.
    C)Under the Advanced tab, in the on the Startup and Recovery box, click Settings…
    D)Under the System failure section, you will see Write debugging information and a dropdown box. To disable memory dumbs click the dropdown box and select (none)
    E)If you would like to keep memory dumps change the path in the Dump file: box for example; D:\\Temp Files\\Memory Dumps\\MEMORY.DMP

Disable Superfetch (SSDs are Fast enough to disable Superfetch to free up RAM)

    a. In the Windows start menu search box, type regedit and hit enter.
    b.Navigate to: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Con trol\\Session Manager\\Memory Management\\PrefetchParameters and you will see a Binary Value called EnablePrefetcher
    c.Double click on EnablePrefetcher and change the value from 3 to 0.
    d.You must reboot for this to take effect.



Disable Recycling Bin on your SSD

    A)Right click on your Recycling Bin and click Properties.
    B)Under Settings for selected location you will see a radio button called Don’t move files to the Recycling Bin. Remove files immediately
    when deleted. Click this radio button and click OK.



Enable Write Caching on your SSD

    A)Open up your Computer. In Computer, right click on the drive that is your SSD and click Properties.
    B)Click on the Hardware tab at the top.
    C)Double click on the Disk Drive that is your SSD. Now in the new window click the Policies tab.
    D)Under the Write-caching policy box, make sure Enable write caching on this device and Turn off Windows write-cache buffer flushing on the device are both checked. Now click OK and exit.



Disable Indexing on your SSD

    A)Open up your Computer. In Computer, right click on the Drive that is your SSD and click Properties.
    B)Click on the General tab at the top.
    C)At the bottom you will see a box called Allow files on this drive to have contents indexed in addition to file properties, uncheck this box and hit Apply.
    D)Make sure the radio button for Apply changes to the drive C:\\, subfolders and files is selected and click OK.
    E)You will be prompted with a window that says Error Applying Attributes, click Ignore All and it will disable indexing on all files on your SSD, this will take some time.
    F)Click OK to close the window.



Disable Reliability Monitor (If OS in on SSD)

    A)Type cmd in the windows start menu search box, then right click on cmd.exe and choose Run as administrator.
    B)In the command prompt type in:
    schtasks.exe /change /disable /tn \\Microsoft\\Windows\\RAC\\RacTask and hit enter.
    C)If you want to enable reliability monitor run the command:
    schtasks.exe /change /enable /tn \\Microsoft\\Windows\\RAC\\RacTask and hit enter.
    D)If a SUCCESS message comes up after the command is entered then it worked.



I also made a guide to move users off of your OS drive to a different partition/drive For more SSD Tweaks to help reduce useless SSD writes, improve performance, and save more space Here

Web Browser Cache Managing for Chrome, Firefox, and Internet Explorer

Firefox Cache

How to Move Disk Cache Location

    A) Open Firefox and in the address bar type about:config and hit enter.
    B) Click I'll be careful, I promise! Navigate to browser.cache.disk.capacity and then double click to edit the value. Enter in the amount of disk cache you would like to use for Firefox in Kilobytes. I use 30mb so I enter in 30000 and hit OK.
    C) Right click on the web page and choose New then String. In the Preference name box add browser.cache.disk.parent_directory and hit OK. Under the browser.cache.disk.parent_directory box, enter in where your Firefox Cache location will be. I have mine set to S:\\Temp Files\\Firefox Cache.


How to Disable Disk Cache and Use Ram Cache

    A) Open Firefox and in the address bar type about:config and hit enter.
    B) Click I'll be careful, I promise! Navigate to browser.cache.disk.enable and then double click to so that it is set to false.
    C) Right click on the web page and choose New then String. In the Preference name box add cache.memory.capacity and hit OK. Under cache.memory.capacity, enter in the amount of RAM you would like to use in kilobytes. I use 30mb so you would enter 30000 in the box for that.

Disable GUI on boot:

    Open the Start Menu, in the search line, type msconfig and press Enter
    When the System configuration dialog box opens, switch to Boot tab
    Check the box for No GUI boot
    Click Apply button and reboot to see the new black boot screen
    Note: I do this myself, saves a second or two on boot.

Move user folder locations to Secondary HDD:

    Right click your folder (ex. My pictures)
    Click Properties
    Click the Location tab
    Change the destination to your other HDD (ex. D:\Pictures)
    Note 1: Recommended, I do this myself for my user folders (ex. My Documents, My pictures, Desktop, etc.)
    Note 2: If there are two of the same folder in teh User folder after the move (ie. My Documents "A" and My Documents "B") you should delete the empty one located on the C: drive. (May need to go into safe mode to delete it) Do not delete the other User folders, only duplicates that come up after the move within the User folder.
    Note 3: If the folder already exists that you are linking it to you may want to merge the folders.
Disable UAC:

    Open the Start Menu, in the search line, type UAC and press Enter
    Move slider to "Never notify"
    Click OK
    Click Yes
    Restart
    Note: Who doesn't do this? All it is to me is a annoyance.

Turn off Unused Windows 7 Features:

    Click Start > Control Panel > Programs > Programs and Features
    Click the Turn Windows features on or off from the left pane
    Now uncheck all the features that you don't use in Windows 7 (ex. Games)
    Click OK
    Restart the system for the changes to take effect
    Note: This can help regain some space by uninstalling unneeded features you never use. I do this myself.
Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 11:41am

nice find :)
Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 02:18pm

Flow concept turns wind into light with novel bamboo turbine

http://www.gizmag.com/flow-bamboo-blade-vertical-turbine-led-lighting/22401/




ESA juices up for mission to Jupiter’s icy moons

http://www.gizmag.com/juice-space-mission/22395/


Think GPS is cool? IPS will blow your mind

http://www.extremetech.com/extreme/126843-think-gps-is-cool-ips-will-blow-your-mind




NVIDIA GeForce GTX 690 Dual-Kepler GPU Video Card Performance

http://benchmarkreviews.com/index.php?option=com_content&task=view&id=912&Itemid=72 ...alt link: http://tinyurl.com/6nhuqww


Parameters Shaves RPG Gameplay to Its Barest Form

http://www.wired.com/gamelife/2012/05/parameters-flash-game/

Quote
Parameters is a role-playing game with no graphics, no sound effects, no music and no story. And I can’t stop playing.





Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 02:34pm

Get Ready to Kickstart Project Hexapod

http://www.wired.com/autopia/2012/05/stompy-project-hexapod/

Quote
If all goes according to plan, Stompy will be living up to his namesake this August, and Kickstarter addicts will be able to get in on the fun.





Here’s the Plan to Fly Missile-Packed Blimps Over Your Home

http://www.wired.com/dangerroom/2012/05/missile-blimp/

Quote
But Mav6 and its CEO, a respected retired Air Force general, are also promoting the giant airship for homeland security missions over U.S. soil.



Two Amazing Real-Life Spider-Men Defy Common Sense

http://www.wired.com/playbook/2012/05/pl_twospidermen/


Activision promises "disruptive innovation" in Call of Duty: Black Ops II

http://vr-zone.com/articles/activision-promises-disruptive-innovation-in-call-of-duty-black-ops-ii/15766.html


TSMC Catches GlobalFoundries with their own 28nm Cortex-A9 Core at 3.1 GHz

http://vr-zone.com/articles/tsmc-catches-globalfoundries-with-their-own-28nm-cortex-a9-core-at-3.1-ghz/15753.html


Steam adds Remote Downloading feature to avoid pre-loading pain

http://vr-zone.com/articles/steam-adds-remote-downloading-feature-to-avoid-pre-loading-pain/15764.html


Researchers Claim Cyber Attacks Could Be Prevented By "Hyperspeed Signalling"

http://vr-zone.com/articles/researchers-claim-cyber-attacks-could-be-prevented-by-hyperspeed-signalling-/15760.html


Asus updates its ProArt professional displays with the PA2428Q

http://vr-zone.com/articles/asus-updates-its-proart-professional-displays-with-the-pa2428q/15758.html




Sony launches VAIO T Ultrabooks, uses wrong CPU

http://vr-zone.com/articles/sony-launches-vaio-t-ultrabooks-uses-wrong-cpu/15757.html


Samsung UK pre-announces 15-inch Series 9 Ultrabook with Ivy Bridge

http://vr-zone.com/articles/samsung-uk-pre-announces-15-inch-series-9-ultrabook-with-ivy-bridge/15756.html


Lian Li Announces Brushed Aluminum PC-Q09FN Mini-ITX HTPC Case

http://hothardware.com/News/Lian-Li-Announces-Brushed-Aluminum-PCQ09FN-MiniITX-HTPC-Case/ ...alt link: http://tinyurl.com/79uk4o8




HomeFusion Broadband From Verizon Wireless Now Available Nationwide

http://hothardware.com/News/HomeFusion-Broadband-From-Verizon-Wireless-Now-Available-Nationwide/ ...alt link: http://tinyurl.com/7cnzm7d

Quote
For more information about HomeFusion Broadband, go to www.verizonwireless.com/homefusionbroadband









Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 02:47pm

EA releases its own 'indie' bundle

http://www.shacknews.com/article/73642/ea-releases-its-own-indie-bundle


Saints Row: 'Enter the Dominatrix' expansion coming in fall

http://www.shacknews.com/article/73638/saints-row-the-third-expansion-coming-in-fall


Company of Heroes 2 shown in UK mag

http://www.shacknews.com/article/73637/company-of-heroes-2-shown-in-uk-mag




Worms Revolution introduces classes

http://www.shacknews.com/article/73634/worms-revolution-introduces-classes




Elder Scrolls Online Wiki Guide. "Everything We Know About Elder Scrolls Online"

http://www.ign.com/wikis/elder-scrolls-online

Quote
Elder Scrolls Online Wiki Guide



Cheat death in Tera with Crystals

http://www.pcgamer.com/2012/05/03/cheat-death-in-tera-with-crystals/ ...alt link: http://tinyurl.com/75btqh7





Member
Posts: 105,121
Joined: Apr 25 2006
Gold: 10,475.00
May 3 2012 04:06pm
Yumm....


http://www.tigerdirect.com/applications/SearchTools/item-details.asp?EdpNo=2355975&CatId=4938





ASUS G75VW-TS71 Gaming Notebook - 3rd generation Intel Core i7-3610QM 2.3GHz, 12GB DDR3, 500GB HDD, Blu-ray Player/DVDRW, 2GB NVIDIA GeForce GTX 660M, 17.3" Display, Windows 7 Home Premium 64-bit



NOTE: The gtx 660m, 650m, 640m, 635m are the 28nm parts. The gtx 675m, and the 670m are the 40nm parts. The 640m-LE comes in both flavors. Page 45 MaximumPC Magazine ...July 2012 issue...shud be on newsstands now.



So when considering a laptop...remember that the 28nm parts will suck less battery...and run a LOT cooler ^^

This post was edited by ghot on May 3 2012 04:26pm
Go Back To Computers & IT Topic List
Prev1141516171884Next
Add Reply New Topic New Poll