Monday, November 29, 2010

Cookies, Flash Cookies, Removing them – Part II



In my last Blog, we I talked about what the cookies are, and some of the dangers they can be.
Today I am going to talk about how to manage and get rid of cookies from the computer.
First, I will start with regular old cookies. In my opinion, the best tool to manage cookies on your computer is CCleaner. If your computer has been on my bench for repair, you will have it on your desktop.
Crap Cleaner (Ccleaner) is one of the best free cleaner utilities around. I like the Ccleaner SLIM, that is a smaller version without the option of it installing a useless toolbar.
Ccleaner will clean out your temp files where a lot of the crud like malware and viruses like to hide out, and it will clean out Windows and other program temp files that you do not need and just take up disk space.
A really cool feature of Ccleaner is that you can tell it if you want it to keep some cookies. For example, if you go to a weather site every day, it is nice for it to remember you are in 97355 zip code, so you don’t have to enter it every day for the weather report. The cookie keeps that info for you, and it is safe. So you can tell Ccleaner to NOT delete that cookie.
In Ccleaner you click on the Options button, then Cookies. The left window shows cookies that are on the computer, and the right shows the ones you want to keep.
image
Just click on a cookie to highlight it, then click on the arrow pointing to the right and that will save that cookie. If you don’t want a particular one, just leave it alone, it will be deleted.
The other really nice thing about CCleaner is that it cleans out the dreaded Flash Cookies that I mentioned in the previous blog.
Older versions do not have this feature, so you should update CCleaner if you can.
To see if your version will clean out the Adobe Flash Cookies, click on the cleaner Brush Icon, then Applications. Scroll down and look at the Multimedia section, and make sure Adobe Flash is there, and checked off. I leave all the items here checked off.
There is another way to “manage” the adobe flash cookies, but I don’t like it and think it is cumbersome. You go to the adobe website, and from their website, you run a program that allows you to manage the cookies on your computer, that Adobe allowed on there in the first place.
I just don’t like it at all. To me it is really slimy that Adobe does not put something in the software that you load on the computer to remove those cookies.
But you get what you pay for, and for free, that is what we get, advertising junk. If you are interested in that process, here is a link on how to do it that way.
Warning, as soon as you click on this site, it is looking at your cookies, and displaying them for you to manage.
There are some good things to set in here, including disabling flash cookies completely.
I went into mine and disabled any access, and made sure all disk storage space says NONE. Click on do not allow on the other choices.
Make sure you click on each tab above, and change the settings in each section if you want to turn off those cookies.
If you use FireFox you can use the Better Privacy add-on to help manage the Flash cookies and other privacy settings.
Here is a very good Video that covers pretty much all of the solutions I have mentioned. It is only 5 minutes, but very informative and easy to follow. It does cover the Adobe Website and some of the privacy settings.

Lock Your Folders !




Procedure :1. Make a folder on the desktop and name it as "folder"
2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
3. In the 'save as' name it as lock.bat and click save ! (Save it on Desktop)
4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
5. In the 'save as' name it as key.bat and click save ! (Save it on Desktop)
6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
8. Lock your folder and hide the key.bat somewhere else on your hard disk !
9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it !

Add Folder To - "SEND TO"



Many a times we require a FOLDER too often, like to store our Multimedia files and all !!!
No no need to access the folder and carry out the traditional COPY & PASTE !!!

Just add it too "SEND TO" !!!

Do as follows :
** Open any FOLDER.
** Then, TOOLS >> Folder Options** Click view TAB.
** In LIST of Advance Settings, click Show hidden files and folders !
** Now, go to C:\Documents and Settings** Here, double click and open your (username) folder !
** Now, open SendTo folder.
** Here copy and paste the shortcut of your favorite folder.

That's Done !!!

Now, tranfer files to your favorite folder :

** Right Click the file
** Then, Send To** Click the folder name !

Crack BIOS Password !!!






Forgot BIOSPassword ?

Do the following :

1. 
Open the CPU
2. Now, observe themotherboard.
3. You notice a coin like silverBattery(3V).




--------------------------
--------------- NOTE --------------------------------------------------------
This battery is 24 x 7 power supply for the BIOS, which is used to run thesystem clock will the main power is off. It also initiates the booting process when power is switched on.
-----------------------------------------------------------------------------------------------------------

4. Remove the battery from the motherboard
.
(It is safe to remove the Battery)
5. Wait 30 seconds and place the battery back on the motherboard.
6. Now, when you start your system you won't be prompted for the BIOS password.

Enjoy !!!
------------------------------------ CAUTION -----------------------------------------------
1. 
Perform on your own risk !2. 
You have to set the time of your computer when you start again.

Eject Your CD-DVD Drives... Infinitely




Enough of Computer Tricks here...
Hm... lets try some Pranks on the Novice and Rookies.. what say?
So... here comes my another Exclusive...!

Eject your drives in and out infinitely...

A simle VB Script will serve the purpose......!!!

Do the following:
** Go to Start >> Run
** Type Notepad and hit Enter
** Now in Notepad type:

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

** Go to File >> Save As...
** Type Eject.vbs and click Save

How to use:
$ Just Double Click the saved file ! (Eject.vbs)

How To Stop:
$  First Way:
Restart the Computer... and this will stop the script
$  Second Way:
Open Task Manager and in processes search for wscript.exe and clickEnd Process

Eject Your CD-DVD Drives... Infinitely




Enough of Computer Tricks here...
Hm... lets try some Pranks on the Novice and Rookies.. what say?
So... here comes my another Exclusive...!

Eject your drives in and out infinitely...

A simle VB Script will serve the purpose......!!!

Do the following:
** Go to Start >> Run
** Type Notepad and hit Enter
** Now in Notepad type:

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

** Go to File >> Save As...
** Type Eject.vbs and click Save

How to use:
$ Just Double Click the saved file ! (Eject.vbs)

How To Stop:
$  First Way:
Restart the Computer... and this will stop the script
$  Second Way:
Open Task Manager and in processes search for wscript.exe and clickEnd Process

Boost Up Internet Speed Without Software




Above 90% computers all over the world run Windows... and hence anothercomputer trick.

FACT
But do you know that about 20% of your internet bandwidth is reserved by Microsoft.
---------------------------------------------------------------------------------------------------------
Uses of Reserved Bandwidth
** Windows Automatic Updates rely on this reserved bandwidth.
** Fast loading Microsoft Websites** Sending Error Reports** Online Help support in Microsoft Office
---------------------------------------------------------------------------------------------------------
But this can be recovered back...
---------------------------------------------------------------------------------------------------------
The Remedy** Start >> Run** Type gpedit.msc** This opens the Policy Editor** Now, Local Computer Policy >> Computer Configuration** Then, Administrative Templates >> Network** Now, click on QOS Packet Scheduler** Now, on Right hand side** Double Click Limit reservable bandwidth** Now in Setting Tab
********************* NOTE **********************
It says : Not ConfiguredReality : The Explain Tab says "By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection"
***************************************************

** So, on Setting Tab select Enabled** Now, change Bandwidth limit (%) to 0 (Zero)

********************** NOTE ********************
Misconcept : This don't means that you won't be able to communicate with Microsoft or any its services !!!
Actually : This reserved Bandwidth is only to accelerate Microsoft internet connections more than other connections !!!
****************************************************

** Click OK !!!

Keep Your Internet Alive




These days Broadband connections are very common...

As a result we are always connected... this annoys the ISP's !

Recently, I made some changes in my internet connection and faced the following problem and came out with a solution...

***** Problem *****
ISPs(Internet Service Providersautomatically disconnects the connection after some time in case of absolute inactivity. This reduces the load on their servers.
But...
This is irritating for the user, as he has to login every now and then...

Now, Imagine you are reading an article and after 10 mins.. as you turn to next page...? It asks you to Login..??? Now... that's crazy... isn't it ?

***** Solution *****
I coded an application that keeps the connection alive ! Basically it maintains little activity and prevents it from logging out. This is tested to be safe.. so no worries.

-------------------------------------------------------------
Application : Keep_Alive
Size : 40 KBIt uses : 128 bytes every 5 min. (i.e. 36KB in 1 day)
Link : Download Here
-------------------------------------------------------------

***** How To Use *****
Double-Click the application(Keep_Alive)
> The Application runs in hidden mode, i.e. it will disappear and run in background
> You are done.. Now your connection will remain alive, forget about it.
-------------------------------------------------------------
But a Problem !
۩ On Restart the you again have to start the Application !!!
--------------------------------------------

So... Add it to your Start Up
-------------------------------------------------------------
Adding to StartUp...
-------------------------------------------------------------
** Go to Start > All Programs
** Right Click on Startup > open
** In Startup paste the application (Keep_Alive)
** This will start the Application every time you start your computer

Mission Accomplished...!
Now you will not get logged out automatically as the application will maintain some activity.

If you want to remove it...
** Just Delete it from the Startup Folder & Restart.
** To close it without Restart.. (ctrl + shift + esc) > Processes >Keep_Alive > End Process.

Enjoy.....!!!
readbud - get paid to read and rate articles