Forum
 
Go Back   D3scene > Development > General Programming
Check out our store for super cheap gaming deals. You will like it, especially the fast delivery and low price.
Free Registration Blogs Downloads D3Live! FAQ Members List Calendar Search Today's Posts Mark Forums Read TS2

Our highly recommended store
We here on D3scene are partners of Offgamers. They offer virtual products, such as CD-Keys, Services and ingame Currency for almost every game. We love them and you will love them!
Cheap CD-Keys
Offgamers is the only store that offers CD-Keys below the market price. When getting banned on games you are forced to get a new CD-Key, we are doing so with Offgamer's CD Keys. You are able to game again in less than an hour!
Leveling services
Offgamers has a team of expert levelers. They are highly skilled and know how to level you up very fast. If you have too less time to level on your own then use Offgamers - we do aswell!
Why we use Offgamers
Our D3scene.com community gets products from Offgamers since 2 years. Read our testimonals and you will see why we do so. There is no other shop that is that fast and secure.

[GUIDE] How to remove Temporary Internet Files at startup.

This is a discussion on [GUIDE] How to remove Temporary Internet Files at startup. within the General Programming forum part of the Development category; Hello. I am now going to show you how you can remove all Temporary Internet Files (from here refered as ...

Welcome on D3scene.com! Make sure to register - it's free and very quick! You have to register before you can post and participate in our discussions with 35000 other registered members. Downloads, user profiles and some forums can only be seen by registered members. After you create your free account you will be able to customize many options, you will have the full access to new hacks, latest cheats and last but not least will see no advertisements at all. We would love to see you around in our community!
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-13-2007, 08:13 PM
XplittR's Avatar
Ex-Admin with OrangePower
 
Join Date: Feb 2007
Location: Right behind you
Posts: 2,181
Reputation: 435
Rep Power: 5
XplittR is just really niceXplittR is just really niceXplittR is just really niceXplittR is just really niceXplittR is just really nice
Send a message via MSN to XplittR Send a message via Skype™ to XplittR
[GUIDE] How to remove Temporary Internet Files at startup.


Have a look at our store

Hello. I am now going to show you how you can remove all Temporary Internet Files (from here refered as Temp)(it will not delete cookies) at startup.

Requirements:
- Windows XP (might work with other versions)
- This tutorial

So, open up an notepad file (Start -> Run -> Notepad). This is the program we are going to program in. You do not require any skills in windows/batch-programming, as this guide tells you everything.

An explaining of the commands we will use.

@echo off - This means the commands you write below wont show in the command promt(cmd).
cls - This emptys your cmd to be blank.
del /F /S /Q - This deletes the files inside the folder at the shown path. /F /S and /Q makes it delete the files without asking for your permission.


This is what my file look like:
Code:
@echo off
cls
del "C:\Documents and Settings\Bendik\Lokale innstillinger\Temporary Internet Files\*.*" /F /S /Q
del "C:\Documents and Settings\Bendik\Lokale innstillinger\Temp\*.*" /F /S /Q
del "C:\Windows\Temp" /F /S /Q
del "C:\WINDOWS\Prefetch" /F /S /Q
And all you do is to open your harddrive where windows is placed. This is usually C:. Then open the "Documents and Settings" folder, and open you accounts folder, then open the hidden folder wich i think i called "Local settings" in english (unconfirmed). Then open the folder called Temporary Internet Files or whatever its called on you computer, and copy the path (same place as the adress bar in your browser is by default) into your notepad file. Do this with the other folder in the "Local settings" folder, called "Temp" or somehow. If you dont got one, remove that line. Remember to leave the "*.*" to be there, or this wont work. Also, "Documents and Settings" folder got spaces in the name, so it requires you to have an " to mark the path.

Then you can leave the 2 bottom lines as they are. If you do not want to remove the files in the Prefetch folder (It wont harm you computer) you can remove that line.

Now its time to save your document: File -> Save as... -> Tempfiles removing.bat and save it to your desktop (or anywhere else you want to be, but remember where it is.)

Now you can run it, and an cmd window will open and alot of text will be shown and running. That is the program you want to be running at every startup.

So now you can eigher drag it into the Startup-folder at the start-menu, or you can add it to the register.

To add it to the Startup-folder you have to leftclic start-menu -> All programs, then rightclick the Startup-folder there, and click Open. Now cut or copy your file (the .bat file) into this folder, and there you go, it will run at every startup.

If you want to add it to your registry, you do this: Start -> Run -> regedit, then if you want it to run at every user at the computer, choose HKEY_LOCAL_MACHINE, and if you only want it to effect the user that you are currently using, you choose the HKEY_CURRENT_USER. You choose this by leftclicking once at the " + " to the left of the folder. Now you continue into these folders: Software -> Microsoft -> Windows -> CurrentVersion -> Run.
Now at the right side, rightclick an empty space and click New -> Stringvalue (or something close to that, the option number 2 from top) and call it whatever you want. Now doubleclick it and type in the path to the bat file. I got mine on the desktop and its called "tempsletting.bat" so in my case its "C:\Documents and Settings\Bendik\Skrivebord\tempsletting.bat", so you change the path to where you saved your file, and remember to include the " .

If you want to remove this program: Delete the file from the Startup-folder if you placed it there. If you placed in the registry, you have to go to where you placed it (HKEY_CURRENT_USER/HKEY_LOCAL_MACHINE -> Software -> Microsoft -> Windows -> CurrentVersion -> Run, and delete the string.


Thanks for your attention, I hope you will like this guide and find it useful. If you do, please give me + reputation.

Feel free to ask any questions.

Greetings, XplittR

Check out our store
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
  #2  
Old 04-09-2007, 03:38 AM
Mentor
 
Join Date: Feb 2007
Posts: 133
Reputation: 0
Rep Power: 2
mophi is an unknown quantity at this point
Send a message via MSN to mophi
Re: [GUIDE] How to remove Temporary Internet Files at startup.

What is temporary internet files in first place ? ( Im not that good to Pc stuff )

Does it make ur pc any better or what ?
Reply With Quote
  #3  
Old 04-09-2007, 04:01 PM
Member
 
Join Date: Feb 2007
Posts: 37
Reputation: 0
Rep Power: 2
homie- is an unknown quantity at this point
Re: [GUIDE] How to remove Temporary Internet Files at startup.

temp files are just files which are not needed on your hard drive the whole time. But often programs who need temp files to work, do not erase those temp files after the program is shut down. And after some time you have a lot of trash on your hard drive, only consisting of temp. files and this is slowing down your system.
Reply With Quote
D3scene
Welcome to D3scene - probably the best location for all Gamers.

To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!


The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 03:29 AM.


vBulletin style developed by Transverse Styles
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.

»About D3scene »Navigation