Program to "free memory?" - MDA III, XDA III, PDA2k, 9090 General

I once saw a post somewhere regarding a program that has a function that simply clears temp files & dlls that suck memory, but after I ran a search, couldn't find the post in question. A little help, anyone?

search handango.com for 3rd party Task Manager ... some of them allow you to kill individual DLL processes , but generally speaking this is a bad idea (u will destabilize the system).
Better go to Seetings-System -Memory-Run Programs and shut down the apps in their entirety.
Also, make sure the slider there is set to sufficient amt of RAM vs storage

Hi raymondu999,
Try memmaid for your problem.
And pls delete the other 1000 occurrences of this question. It's very annoying to see what the 'new posts since last visit' are & the same question comes up in every thread.
Cheers, M

the only app I know that have that option is xbar, but I think it isn't working correct on pocketpc (on smartphone it is working).

Related

XDA MINI S - What now?

Hi all.
I have just bought the XDA mini S and think it is just the thing I have been looking for. However, me being me, I want to improve it and add my own stuff. So I need some answers to what are probably some very easy questions.
Can you guys please answer the following-
First - I would like to overclock the CPU so it runs apps a bit faster - I downloaded Omapclock which said my device was running at 180 Mhz. I was able to increase this to 216mhz without it freezing up.
I tried to install a link to the startup folder so it would run everytime I switched the xda on but i got confused trying to do this. Can anyone please explain in simple terms, how I can add stuff like this to the startup.
Second - I want a file manager program that lets me control where I can put my files - something similar to file manager on a PC. Is there any free software out there?
Third - Are there any other apps / programs that someone like me - ie - not really familiar with the guts of Windows mobile OS - can use and would benefit from.
Sorry for the nooby questions - I am sure these have been answered already somewhere but I have scoured the net for days and have not really gotten anywhere.
XDA-developers forums - you are my only hope :lol:
dodgydaz said:
Hi all.
I have just bought the XDA mini S and think it is just the thing I have been looking for. However, me being me, I want to improve it and add my own stuff. So I need some answers to what are probably some very easy questions.
Can you guys please answer the following-
First - I would like to overclock the CPU so it runs apps a bit faster - I downloaded Omapclock which said my device was running at 180 Mhz. I was able to increase this to 216mhz without it freezing up.
I tried to install a link to the startup folder so it would run everytime I switched the xda on but i got confused trying to do this. Can anyone please explain in simple terms, how I can add stuff like this to the startup.
Second - I want a file manager program that lets me control where I can put my files - something similar to file manager on a PC. Is there any free software out there?
Third - Are there any other apps / programs that someone like me - ie - not really familiar with the guts of Windows mobile OS - can use and would benefit from.
Sorry for the nooby questions - I am sure these have been answered already somewhere but I have scoured the net for days and have not really gotten anywhere.
XDA-developers forums - you are my only hope :lol:
Click to expand...
Click to collapse
First: Startup folder only works whenever you softreset your unit. Not the one that you switch on/off (suspend/sleep/wake) your unit. Do a search on OMAP again, issue of running OMAP whenever you wake your unit have been heavily discussed (hint: notification queue)
Second: The default File Explorer can do the job you described. You did notice that it allows you to put your files where you want? Anyway Total Commander is a btter file manager.
Third: I would suggest you to read random post in this forum for information. However, for a start, try looking for backup software for your unit (you bound to make mistake). And, take notice of the dreaded 'notification queue' (search the forum) and make sure you have control over it, lots of problems (and solution) starts there.

[App][BETA] Kill**** - process killer

This is my first app for WinCE so please be nice!
Rant
It seems I'm part of a minority of users who understand that mobile devices and PDA's are not designed to run multiple apps at once. You can, but anyone with a decent sense of quality will agree that it's a rubbish experience once you get under 50% free memory. In fact the iPhone by default design doesn't let you multi-task apps (jailbreak changes this) which may be one of the reasons peeps think its a faster device. I say I'm part of a minority because most apps around are coded so that when you hit the 'x' close button they minimize instead of close (even by holding x). Also Windows has no inbuilt mechanisms for keeping your apps closed, and none of the roms I've tried (cooked or otherwise) seem to have these types of tools included.
Disclaimer
Firstly I hope I haven't reinvented the wheel or stolen anyone else's idea. I didn't research for months but didn't find anything like this around so apologize in advance if I upset anyone. Also I provide this tool "as-is" in BETA form - so it could damage your device - so use at your own risk.
Kill****?! What is it?
It is a simple app that kills running processes.
Why would I want it - what's wrong with Task Manager?
A common example is you open up Calc to do divide a dinner bill, lookup how to get home in Google maps, send an SMS to a friend and hit Home key. Then you wonder why the thing is running like a dog. You open task manager and notice you have these 3 freakin apps are open still and taking up your memory. So you're expected to open Task Manager after every time you're finished with an app?...no I dont think so..because you've got Kill****! You manage an exemption file, assign the app to one of your softkeys (or events) and it will quickly, quietly kill all other **** running for you.
How Does It Work?
It stores a text file on disk with names of processes that you wish to exempt. You can manage this via the included config tool. When you run the app (which is a console app) it just kills every running process other than the ones on your exclude list. The exclusion file is stored in your default MyDocuments folder and is called something like "NoofnyKill****.settings". Real simple.
What Do I Need To Run It?
Microsoft Windows Mobile (4 and above)
Microsoft .NET Compact Framework 3.5
How Do I Install It?
Simply run the attached CAB and everything is installed for you. 2 icons are added to your Start Menu (the config tool and the console app itself). The app is installed in the default Programs folder.
How Do I Use It?
If the exceptions file does not exist it will be created new and will contain all of the running process at the time the app ran.
The best instructions are;
1) Have your device in your preferred state with only your basic apps running.
2) Open the config tool from the start menu (Kill**** Config).
3) All of the running processes will list with a check next to them (which 4) means they will be exempted).
4) Click Menu -> Save Exceptions and close the config tool.
5) Assign the console app (KilL****.exe) to one of your softkeys or other buttons using your favorite tweak tool.
What Else Do I Need To Know?
I am not responsible for anything negative or positive this app will do to you, your device or life. Use at your own risk. I have not tested this app well and can only guarantee that I have fundamentally screwed something up. If anyone does use it and wants help I will do my best but try to help by giving as much detailed info as possible when reporting any bugs. I'm open to suggestions and are planning to put the source code up here if anyone shows interest.
That's about it - hope it makes someone's life a little brighter.
Hi!
This looks interesting. Is there anyway to cook this into a ROM properly? I dont like to have users make a file in their my documents folder.
Cheers
Epiphany
EpiphanyNL said:
Is there anyway to cook this into a ROM properly? I dont like to have users make a file in their my documents folder.
Click to expand...
Click to collapse
Thanks...i can have the file live anywhere really, I just chose MyDocuments cause its easy and accessible. It's easy to even have them define in the config tool where they want to save the settings. I'm new to mobile dev and the whole rom cooking thing, so could you expand about what would be needed to cook this app into a rom?
actually after giving it more thought it would be more practical to store this in the registry. I chose to use a text file at first because I was not going to bother have a config app and you could modify it using notepad or something.
In registry would be the most preferred method yes.

[Sovled] CAB installer with long_send.lnk included.

Hi all
I've 99% finished an app that I'm about to upload, but have 1 tiny, tiny problem with it.
I've included a "long_send.lnk" shortcut in the CAB file, and it seems to be being duplicated for some reason.
I've got it set to install to the windows folder, and it does this, but it also installs a duplicate one in the Start Menu (I do have 1 other shortcut in the start menu - don't know if this is relevant).
My question is, does anyone have any idea why this would happen and, more to the point, how the hell do I stop it???
It's really annoying to get so close to completion and have 1 silly problem stop me dead, especially after having solved so many issues, like shortcuts that work no matter where you install the app (device or storage), and running the target app with parameters (they were both a pain in the arse to fix!)
Any advice would be very welcome.
Thanks in advance
Edit:
Sorry, I should probably have said that I'm using VS2008.
I should also explain that I'm creating the long_send shortcut in VS2008 as part of the CAB project, not externally, as I want it to point at the application, regardless of where it is installed. If I create the shortcut outside VS2008 then it may not be pointing at where the application is installed.
Just in case anyone stumbles across this with the same, or similar problem, I've just discovered the joy that is setup.dll, where you can code whatever you like for install and uninstall events.

Sony Ericsson LiveView™ Connection Fix

I found solution for LiveView connection issues and had it posted in Sony Ericsson LiveView™ Issues Thread on xda-forum.com . Unfortunately it hasn't been noticed by users untill now that it has been ripped from this forum and posted on www.robot-home.it on 30th December(http://www.robot-home.it/blog/2010/...i-comunicazione-e-al-blocco-dello-smartphone/) but as their own invention what made me really furious (Luckly it was corrected). It took me time to figure it out.
Link to original post form 23rd December: http://forum.xda-developers.com/showpost.php?p=10025306&postcount=190
This is the solution:
First of all delete LiveWare Manager, which causes our phones to crash all the time, and gives only one feature in return (shows all available liveview plugins which you can find manualy in the market). Then remove any kind
of Task Killer etc. Next step is to instal MinfreeManager (keep in mind that it requires root premissions). I recommend using Mild/Agressive preset but you have to change Secondary Server values very low (for example 6mb). By setting Secondary Server values to very low LiveView Application and all of the plugins will be kept alive all the time, which will prevent any disconnections. After this I used this solution http://forum.xda-developers.com/show...&postcount=493 posted by adolfotregosa. Now my LiveView works pretty fine with my SGS running CM 6.1 Nightly. Even if you'll go out of the bluetooth range and then want to reconnect it will happen more or less instantly.
Optional:
Instead of removing Advanced Task Killer you can leave it just set Security Level in Options to Low and then set following processes to ignore:
1. com.android.providers.drm
2. LiveViewApplication
3. OpenWatch
4. com.android.bluetooth
AND all of the processes from plugins you have (they have "liveview" in their name)
For me better option is with Advanced Task Killer enabled but everyone can decide for themselves.
I hope all of LiveView Users will now be able enjoy using this device.
Thanks to adolfotregosa for his discovery with OpenWatch which is the part of this solution.
Thanks a lot! right now I can use it... Now the only problem is the battery life...
omg ive been ready to though this thing out of the window, after a google search this post came up.
I had to downgrade then root my htc desire hd then ran that little program, and so far the machine is working as it was advertised!!!
you are a saint for finding this - so far 2hrs and counting connected, before hand i was lucky to get 3 mins!!!.
happy days!!
thankyou again
Fantastic find! I just did all as described and it has been connected for a good 30mins so far and no disconnects and/or reboots! LOVE IT!
Now I must find a replacement watchband hehe...
LockeOn said:
I found solution for LiveView connection issues and had it posted in Sony Ericsson LiveView™ Issues Thread on xda-forum.com . Unfortunately it hasn't been noticed by users untill now that it has been ripped from this forum and posted on www.robot-home.it on 30th December(http://www.robot-home.it/blog/2010/...i-comunicazione-e-al-blocco-dello-smartphone/) but as their own invention what made me really furious (Luckly it was corrected). It took me time to figure it out.
Link to original post form 23rd December: http://forum.xda-developers.com/showpost.php?p=10025306&postcount=190
This is the solution:
First of all delete LiveWare Manager, which causes our phones to crash all the time, and gives only one feature in return (shows all available liveview plugins which you can find manualy in the market). Then remove any kind
of Task Killer etc. Next step is to instal MinfreeManager (keep in mind that it requires root premissions). I recommend using Mild/Agressive preset but you have to change Secondary Server values very low (for example 6mb). By setting Secondary Server values to very low LiveView Application and all of the plugins will be kept alive all the time, which will prevent any disconnections. After this I used this solution http://forum.xda-developers.com/show...&postcount=493 posted by adolfotregosa. Now my LiveView works pretty fine with my SGS running CM 6.1 Nightly. Even if you'll go out of the bluetooth range and then want to reconnect it will happen more or less instantly.
Optional:
Instead of removing Advanced Task Killer you can leave it just set Security Level in Options to Low and then set following processes to ignore:
1. com.android.providers.drm
2. LiveViewApplication
3. OpenWatch
4. com.android.bluetooth
AND all of the processes from plugins you have (they have "liveview" in their name)
For me better option is with Advanced Task Killer enabled but everyone can decide for themselves.
I hope all of LiveView Users will now be able enjoy using this device.
Thanks to adolfotregosa for his discovery with OpenWatch which is the part of this solution.
Click to expand...
Click to collapse
I wrote you an email and wrote you two posts but you ignored me. I'm happy to help people writing solutions on my blog. I wrote something by myself and sometimes I take, solutions on other sites (normally in english) and I translate into Italian to diffuse them.
Every time I take a solution on other sites I put a link to the source, as in your case... there are also thanks to you and Fregosa... did you read it again? I never said it was an invention of mine... I'm not used to take works made by other people and pass them as mine.
I'm sorry you do not understand it, but it is not my fault... maybe italian to english translations do not work very well.
WHat if I dont use any taskkiller? would I have a problem with Liveview?
Myzhar said:
I wrote you an email and wrote you two posts but you ignored me. I'm happy to help people writing solutions on my blog. I wrote something by myself and sometimes I take, solutions on other sites (normally in english) and I translate into Italian to diffuse them.
Every time I take a solution on other sites I put a link to the source, as in your case... there are also thanks to you and Fregosa... did you read it again? I never said it was an invention of mine... I'm not used to take works made by other people and pass them as mine.
I'm sorry you do not understand it, but it is not my fault... maybe italian to english translations do not work very well.
Click to expand...
Click to collapse
Sorry I haven't write You back but I have been really busy with exams. I understand this whole situation was misunderstanding and I am glad that it has been corrected, thank You for that.
There is no need to use takskiller, it is just an option because some people are using that.
LockeOn said:
Sorry I haven't write You back but I have been really busy with exams. I understand this whole situation was misunderstanding and I am glad that it has been corrected, thank You for that.
Click to expand...
Click to collapse
I'm happy to read this words.
This evening I tried "Task Killer" configuration on my Galaxy Tab and I need to say that works a lot better than "minfreemanager".
I'm writing another post on my blog to allow italian user to get it, I'm also making a few screenshoot to allow a better understand of the configuration step, feel free to take them (when the article is ready) and put them here
Now I'm sure that the only problem on no-sonyericsson device is the managing of the memory and of the apps in background
what i mean is what step above i need to do if I dont use task killer
I never use one
in case i want to buy Live View, would i have a problem with the disconnection? or not?
Justin^Tan said:
what i mean is what step above i need to do if I dont use task killer
I never use onesw
in case i want to buy Live View, would i have a problem with the disconnection? or not?
Click to expand...
Click to collapse
I do not use any task killers. But to answer your question the connectivity issue still remains, even with this fix. You'll need to live with this issue for now until Sony Ericsson addresses the issue or some dev here can come up with a permanent fix.
Myzhar said:
I'm happy to read this words.
This evening I tried "Task Killer" configuration on my Galaxy Tab and I need to say that works a lot better than "minfreemanager".
I'm writing another post on my blog to allow italian user to get it, I'm also making a few screenshoot to allow a better understand of the configuration step, feel free to take them (when the article is ready) and put them here
Now I'm sure that the only problem on no-sonyericsson device is the managing of the memory and of the apps in background
Click to expand...
Click to collapse
Acctualy I think You got me wrong. The optional configuration with Task Killer contains everything that the regular option does so:
1. Delete LiveWare Manager
2. Instal MinfreeManager (keep in mind that it requires root premissions). I recommend using Mild/Agressive preset but you have to change Secondary Server values very low (for example 6mb).
3. Use this solution http://forum.xda-developers.com/show...&postcount=493 posted by adolfotregosa.
AND:
4. Install Advanced Task Killer, set Security Level in Options to Low and then set following processes to ignore:
a) com.android.providers.drm
b) LiveViewApplication
c) OpenWatch
d) com.android.bluetooth
+ all of the processes from plugins you have (they have "liveview" in their name)
So as You can see in both configurations MinFreeManager is used, but the optional configuration is enriched with Advanced Task Killer.
kpjimmy said:
I do not use any task killers. But to answer your question the connectivity issue still remains, even with this fix. You'll need to live with this issue for now until Sony Ericsson addresses the issue or some dev here can come up with a permanent fix.
Click to expand...
Click to collapse
It sad but it's true. This is just a PARTIAL fix, which makes LiveView more or less usable (sometimes it is great, sometimes You just want to threw it out) it will not make all of connection issues dissapear. But I have to say that with the newest firmware update vie SE Service Update and with this fix it is really good.
LockeOn said:
It sad but it's true. This is just a PARTIAL fix, which makes LiveView more or less usable (sometimes it is great, sometimes You just want to threw it out) it will not make all of connection issues dissapear. But I have to say that with the newest firmware update vie SE Service Update and with this fix it is really good.
Click to expand...
Click to collapse
Shoot I didn't even know they released a new firmware update. I have my unit at work so I won't be able to update and test until next week. Lockeon, is the update pretty straightforward? D/L the update software, select x10 mini, connect usb, press both top buttons and that should connect it right?
Thanks again for the heads up on the new update!
kpjimmy said:
Shoot I didn't even know they released a new firmware update. I have my unit at work so I won't be able to update and test until next week. Lockeon, is the update pretty straightforward? D/L the update software, select x10 mini, connect usb, press both top buttons and that should connect it right?
Thanks again for the heads up on the new update!
Click to expand...
Click to collapse
Yup, just do everything You mentioned and it will update the device, at the end it will give You "Instalation failed" message, but don't worry next time You connect liveview and run service update it will display that You have the newest firmware.
Task manager is to be used because when Android goes down of memory it kills background processes, included bluetooth manager and LV plugin applications. This is why LiveView Application loses connection, it does not find bluetooth process until you do not try to connect LV again and Android re-activate it.
To be sure that memory is not managed by Android I set Auto kill frequency to 30' and at Crazy level... then I do not have disconnections
Sent from my GT-P1000 using XDA App
Myzhar said:
Task manager is to be used because when Android goes down of memory it kills background processes, included bluetooth manager and LV plugin applications. This is why LiveView Application loses connection, it does not find bluetooth process until you do not try to connect LV again and Android re-activate it.
To be sure that memory is not managed by Android I set Auto kill frequency to 30' and at Crazy level... then I do not have disconnections
Sent from my GT-P1000 using XDA App
Click to expand...
Click to collapse
Acctualy that is not entirely true, because if You open some kind of game or use flash in browser it will eat your memory faster than Advanced Task Killer can free it, and You will lose connection with LiveView. To reconnect You would have to start LiveView Application once again. To prevent Android from killing bluetooth manager and LiveView stuff it is important to set Secondary Server values to very low (that is why MinFreeManager is needed). Advanced Task Killer helps keeping high RAM level better than MinFreeManager which prevents phone and liveview from lagging but it won't protect LiveView and bluetooth stuff from beeing killed by Android.
LockeOn said:
Acctualy that is not entirely true, because if You open some kind of game or use flash in browser it will eat your memory faster than Advanced Task Killer can free it, and You will lose connection with LiveView. To reconnect You would have to start LiveView Application once again. To prevent Android from killing bluetooth manager and LiveView stuff it is important to set Secondary Server values to very low (that is why MinFreeManager is needed). Advanced Task Killer helps keeping high RAM level better than MinFreeManager which prevents phone and liveview from lagging but it won't protect LiveView and bluetooth stuff from beeing killed by Android.
Click to expand...
Click to collapse
Yes, you are right. As you can read in my last blog post I say to make your first procedure as first step (not real, first step is LV update ).
The secondo step on my post says:
"Se non l’avete ancora fatto eseguite la prima procedura di stabilizzazione della connessione di LockedOn riportata nel mio primo post"
translated:
"If you did not make it yet, follow LockedOn's first connection stabilization procedure, as written in my first post"
As we say in Italy "Advanced Task Killer" is the "ciliegina sulla torta"... the thing that makes a good work become a excellent work!
I have a doubt: when I open MinfreeManager I always get default values instead of the one I set. Is it right or is there something wrong in my "root"?
For "rooting" in used Z4root
Man I really wished that the Liveview would at least retain the time and then update when reconnected to the phone. I can't use it unless the phone is attached to me! Eh...my lil gripe I guess lol...
Hi!
After a lot of investigation and searching, I eliminated connection problems with LiveView, but it still remains almost unusable, because its damn "LiveView Application" crashes the whole phone randomly. Where is that famous "linux stability" if one small app can easily crash the whole OS...
I've found out already, that this happens if the application's process gets killed by Android (thanks to XDA forum, I managed to correctly setup task killers). I googled for solutions, and found these:
1 - "There isn't a way to prevent this directly, without a rooted device." - SO! There IS a way to prevent this on a rooted devise! Does anyone know about it?
2 - "The app needs to put itself in the Notifications bar in order to keep from getting killed when it's in the background. This is what apps like Music or Pandora do in order to keep playing music and not get killed when they are backgrounded" - well, is there some tool to selectively "give" some running app the notification bar icon? Because if we wait for SE to implement this, we may as well wait for Apple to produce iPhone watch
3 - "HOWTO: Change Process Priority Using the Nice Command" - I'm not quite sure if this applies to Android, but I've found it on Motorola Droid forum...
Well, is there a developer ready to look into this? After all, ALMOST everything is working fine, the only thing that needs to be fixed - keeping process alive no mattaer what...
Best regards,
Draco.

[Guide][Tools] Windows 8 (or any Windows Version) Optimization

This is guide made for Windows 8, but can be used with any version of Windows. The options might just vary a little.
**This guide is meant to provide a way to improve performance on your computer. This is in no way, shape, or form, a fool-proof method (although i tried to make it fool-proof). I will not be responsible for any damage done to your computer by using any of these tools in this thread.**​
This guide will show you ways that I have found to optimize windows to get the most you can out of any computer. Some of these tools come with windows, while others I will provide links for your convenience.
To make some of this easier, i have created a '.bat' script for your use.​
HDD – Hard Drive
Free up space: Using Windows Tools
This first tool comes with windows. It is the disk cleaner.
The easiest way to find this tool is to go to the start page and type in: “cleanmgr.exe” and click on that.
This takes a little while to sort through your hard drive. Here are the categories that I recommend cleaning:
Code:
[LIST]
[*]Downloaded Program Files
[*]Temporary Internet Files
[*]Recycle Bin
[*]System error memory dump files
[*]Temporary files
[*]Thumbnails
[*]Any of the user error reporting categories if you want
[/LIST]
There is the option to clean system files, which requires administrator privileges. Here are the additional categories that I recommend you clean:
Code:
[LIST]
[*]Previous Windows Installation(s)
[*]Windows Update cleanup
[/LIST]
Depending on how much data is going to be erased, this may take awhile. This tool also tends to use a lot of CPU
Free up space: Using CCleaner
This second tool is not part of windows, but is simple and easy to use. It is called CCleaner. This is a program that has a lot of options that are explained in the different sections (Registry)
- Link: CCleaner
For this category, you will be using the cleaner section which is opened by default when you open the program.
Everything that is checked, I recommend keeping checked. You may choose whatever you want though.
1st click analyze and let it sort through your HDD
It may pause and ask you if you want to force close Chrome or any other conflicting program. Go ahead and let it force close them.
2nd look at what it is going to remove a second time and make sure it’s all stuff that you don’t care about. After that, you may click clean.
There is a third tool that is under the “tools” section in CCleaner. It is the driver wiper.
When you go to this section, you will only wipe the free space on your HDD.
The 35 passes option is a little overkill. Feel free to choose what ever option you want though.
If you have an SSD, DO NOT do the 35 passes. this will only shorten the SSD's life. See more info regarding this in post #4
This could take many hours to complete so make sure you have time.
This also may not give you a whole lot of space, but it should give you some.
Make your disk load files faster:
The major thing that many people recommend to do often, is to defragment the HDD. For people with SSD's, this is not needed
This program is found by going to the start menu and typing in “defrag” in the settings section.
When this opens, click on your HDD, and then click on analyze. It will then scan your HDD and tell you the amount of your HDD is fragmented.
You then click on optimize and this process will take a while as it does about 13 passes over the HDD
Registry
*For this procedure, you will be using CCleaner again. For those who skipped the HDD section, link for this program is in that section.*
In CCleaner, click and on the registry section and then click: “scan for issues”
After it scans, you can take a look at what it has found before it removes them. You can also choose what to delete.
Click fix issues, and this is when it will ask to backup the registry. I HIGHLY recommend doing this.
It will then ask you one by one what you want to do with each entry. You also have the option to fix all issues with one click
Uninstalling programs
For uninstalling programs, the windows uninstaller does not do it for me. I use revo uninstaller
- Link: Revo Uninstaller
This program is pretty self-explanatory but it does more than just uninstalling the program. After the program is uninstalled revo will scan your HDD and your registry to find anything that it believes it left over from the program.
BEWARE: make sure you choose wisely what you delete. Revo does make a system restore point before it uninstalls the program, but this is not a fool-proof method.
**On windows 8, there is a small bug, as far as I know, that when scanning all of this, it will use a decent amount of your CPU.**​
*If any of you have ideas on how I can make this guide better whether it is by adding methods, or just clarifying some of these directions as this is the first time that I have written a reference guide like this. Any help is greatly appreciated. :fingers-crossed:
Thanks:
Microsoft: for Windows
Piriform: for CCleaner
VSRevo Group: for Revo Uninstaller
BillP Studios: for WinPatrol (Next post)
GoodDayToDie: for giving some major tips.
Awidawad: letting me use his code as a guide
Tips:
GoodDayToDie: Post #4
SixSixSevenSeven: Post #5
Tips on how to make your computer start-up faster.
Programs start-up
Using task manager
In task manager, there are a ton of options that can be used to help performance. This is especially true with the new task manager that
Microsoft has pushed out with Windows 8.
For the majority of people, when you open up task manager, it will look like this:
To get the full format of task manager, which you will need for this process, you will need to click on the button at the bottom that says: “More Details” and it will open the full version of task manager.
Now to disable start-up programs:
At the top where all the tabs are, click on the “Start-up” tab and you should see something like this:
Now all you have to do is click on the process that you do not want starting with your computer, and click the “Disable” button. Here are some processes that I recommend but you can choose whatever you want.
Code:
[LIST]
[*]Adobe CS6 Service Manager
[*] Apple Push
[*] Bing Desktop Application
[*] Evernote Clipper
[*] Hamachi Client Application
[*] iTunesHelper
[*] KiesPDLR
[*]Logitech Download Assistant
[*]Quicktime Task
This is only what I have disabled. You may disable whatever you want because there are no system tasks that are there to disable.
**That does not meant that you can disable whatever you want because that might cause some programs to not work**
[*]Using WinPatrol
[/LIST]
This program does more than just control start-up programs. This section is only going to talk about the start-up section.
This section of the program, in essence, is a more advanced program to deal with start-up programs.
- Link: WinPatrol
After you install WinPatrol, go to the "Startup Programs" section. It should look like this:
Run through the list of programs and find ones you want to disable. My list of recommended programs is listed under the task manager section.
NOTE: If you do not know if what you are going to disable is going to effect any of your programs, then I would recommend using the "Disable" button. If you KNOW that it WON'T effect any program, then feel free to hit the "remove" button
This program does not only take care of start-up programs. There are many other features such as Active taks and IE Helpers that i will not be covering in this thread. I do however, recommend that you look at them.
Services:
Using Service Manager:
This is going to show you how to use the service manager that is built into Windows to disable some services form starting automatically with your computer. For this, you will not be disabling any services completely, but rather just have them set to manual which will allow them to run when needed.
Start by opening the start page and typing "services" into the settings section. you should end up with a screen that looks like this:
Click on "View Local Services"
Right-click on a service such as "Apple Mobile Device", click properties, and change the startup type from Auto, to Manual.
Choose other services and do the same.
WARNING: I highly advise you NOT to disable any system services as this could cause problems. I am at no fault for what you disable.​
Tips from users:
GoodDayToDie said:
tip of my own: there's a bunch of Windows Services which are enabled by default because *somebody* might need them, but which are really unnecessary on most computers. Some good examples include the Bluetooth service (if you don't have or don't use Bluetooth), Encrypting File System (if you don't use EFS), Print Spooler (if you never print), and so on. These can be disabled from the Services management console (services.msc, or find Services using the Start search). I actually recommend just turning them from "Automatic" down to "Manual"; this way, if you ever do want to use such a thing, it's possible that it will still work when you try to invoke it. As with other tweaks, do bear in mind what you've changed and watch for any potential system problems; if you're unsure, either revert the change or don't make it in the first place. Changing certain system services will make the system nigh-unusable. Also, be aware that changing many of these services really won't help much; it might shave fractions of a second each off of the bootup time of the system and/or save a few megs of RAM, but an idle service really isn't that big a threat to system performance if it's not coded completely horribly.
Click to expand...
Click to collapse
SixSixSevenSeven said:
In almost a year on win7 I never had to manually invoke defrag, whenever I went to and analysed the disk it was only ever 1%, on the 80gb hard disk I had at the time its an insignificant amount of dragged data and I ignored it. I got windows 8 in November and so far it still says 0%.
I would recommend at least checking the values though, especially for external drives (my one hit 20%, think it was unplugged during windows scheduled defrags)
Click to expand...
Click to collapse
the_scotsman said:
Windows 8 knows if an SSD is being used. If it sees one, it won't allow you to "defrag". it will still allow you to "optimise" the drive. What this does is to manage TRIM to help clean the drives.
Look up TRIM if you want to know more. But do not disable the scheduled "optimisation" of an SSD drive as it's not a defrag, it does other things.
More info here: http://www.helpwithwindows.com/Windows8/Windows-8-on-Solid-State-Drive.html
Click to expand...
Click to collapse
One last one just in case
also if this is in the wrong section, can someone please let me know. Thanks :good:
this guide is also a work-in-progress and no where near complete. again, feel free to offer whatever advice you have
A couple things to point out here, quickly:
* Don't try to do a massive overwrite a la CCleaner if you have a SSD. It will do nothing except use up a small portion of the disk's lifetime. SSD logical sectors are dynamically mapped to physical NAND blocks by a wear-leveling algorithm; overwriting the same address on the "disk" 35 times probably just means burning one write operation (out of tens or hundreds of thousand each, mind you) on 35 different chunks of NAND memory. Trying to read the "erased" data back in after even a single overwrite is quite futile, though.
* Manual defragmentation shouldn't be necessary on Win7 or later, unless somebody has disabled or otherwise tampered with the automatically scheduled task that runs it in the background. If you never leave the computer on except when it's in active use, though, it might be necessary. Also, SSDs don't benefit from defragmentation in any meaningful way - the speed boost is completely trivial given the lack of seek times, but again it burns a bit of NAND lifetime - although Windows should be smart enough to figure this out on its own.
A tip of my own: there's a bunch of Windows Services which are enabled by default because *somebody* might need them, but which are really unnecessary on most computers. Some good examples include the Bluetooth service (if you don't have or don't use Bluetooth), Encrypting File System (if you don't use EFS), Print Spooler (if you never print), and so on. These can be disabled from the Services management console (services.msc, or find Services using the Start search). I actually recommend just turning them from "Automatic" down to "Manual"; this way, if you ever do want to use such a thing, it's possible that it will still work when you try to invoke it. As with other tweaks, do bear in mind what you've changed and watch for any potential system problems; if you're unsure, either revert the change or don't make it in the first place. Changing certain system services will make the system nigh-unusable. Also, be aware that changing many of these services really won't help much; it might shave fractions of a second each off of the bootup time of the system and/or save a few megs of RAM, but an idle service really isn't that big a threat to system performance if it's not coded completely horribly.
+1 on defrag. In almost a year on win7 I never had to manually invoke defrag, whenever I went to and analysed the disk it was only ever 1%, on the 80gb hard disk I had at the time its an insignificant amount of dragged data and I ignored it. I got windows 8 in November and so far it still says 0%.
I would recommend at least checking the values though, especially for external drives (my one hit 20%, think it was unplugged during windows scheduled defrags)
A note on freeing up space (which is a good idea!):
goldflame09 said:
I recommend that you use the “very complex overwrite "35 passes" option.
If you have an SSD, DO NOT do the 35 passes. this will only shorten the SSD's life. See more info regarding this in post #4
Click to expand...
Click to collapse
35 passes is also overkill on hard disks. Most government standards only require 1-3 passes. Just one pass is sufficient to prevent data recovery via software - there are probably only a handful of labs in the world which can recover data after this (by removing the platters from the drive and reading the bits off).
You also don't need to do this at all if you use bitlocker or truecrypt to encrypt the drive.
Updated: added service management to second post
Windows 8 knows if an SSD is being used. If it sees one, it won't allow you to "defrag". it will still allow you to "optimise" the drive. What this does is to manage TRIM to help clean the drives.
Look up TRIM if you want to know more. But do not disable the scheduled "optimisation" of an SSD drive as it's not a defrag, it does other things.
More info here: http://www.helpwithwindows.com/Windows8/Windows-8-on-Solid-State-Drive.html
the_scotsman said:
Windows 8 knows if an SSD is being used. If it sees one, it won't allow you to "defrag". it will still allow you to "optimise" the drive. What this does is to manage TRIM to help clean the drives.
Look up TRIM if you want to know more. But do not disable the scheduled "optimisation" of an SSD drive as it's not a defrag, it does other things.
More info here: http://www.helpwithwindows.com/Windows8/Windows-8-on-Solid-State-Drive.html
Click to expand...
Click to collapse
Added to tips from users section
Sent from my Kindle Fire using Tapatalk 2
Updated: Added '.bat' script to make this as easy as possible for all of you
will be adding description soon for extras that i have included

Categories

Resources