How to Uninstall Deep Freeze In my Computer

Here is the very simple steps to uninstall the software Deep Freeze. We will divide this steps into two ways. First, it must first be disabled (put deep freeze software in a thawed state  and then  second, it must be uninstalled.
how to uninstall deep freeze in my computer

To Disable (thawed state) Deep Freeze:


Step 1. Hold down the shift key and double-click on the Deep Freeze icon. Alternatively, you can press Crtl-Alt-Shift-F6. You should now see a password dialog.
Step 2. Enter your password and click OK. If you have not yet entered a password you should be able to click OK without entering anything. You should now see a dialog with boot options.
Step 3. Select "Boot thawed" and click OK. This will disable Deep Freeze on the next reboot.
Reboot your machine. After the machine reboots you are ready to uninstall Deep Freeze.

To Uninstall Deep Freeze:


Step 1. Locate the installation file you used to install Deep Freeze to this machine. By default the name of this file is called "DF5Std.exe" for versions 5.X and "DF6Std.exe" for versions 6.X.
Step 2. Run the installation file (DF5Std.exe or DF6Std.exe).
Step 3. Select the option to "Uninstall"

Note: The software should uninstall and reboot the machine. When the machine reboots, Deep Freeze should be uninstalled.
If you are licensed for deep freeze 'standard' and have forgotten your password, you can email technical support at "support@faronics.com" for further information.

If you are running the 'evaluation' version of Deep Freeze and have forgotten the password, restart the computer and enter the system BIOS settings. Advance the clock by at least 60 days and then restart, this will disable the software.
After the system has started, run the Deep Freeze installation program to uninstall Deep Freeze.
After the computer reboots, re-enter the BIOS and reset the clock to the current date.
You can then re-install Deep Freeze after restarting.

(All 60-Day evaluations stop functioning after 60 Days.
Once the software has expired it can be uninstalled.)

Uninstalling Deep Freeze Via Control Panel


Step 1. Go to Control Panel >>  Add/Remove Programs.
Step 2.  From there select  Deep freeze  program . There will be two options there, Change/Remove. Step 3. Click remove. The program should uninstalled.

How To Use Deep Freeze To Protect Your Computer Against Illegal Activities

One way of protecting your  computer is through using Deep Freeze Standard software. This is very popular among people (businessmen) in the internet cafe. Deep Freeze Standard is a software for protecting the computer by freezing all the hard drives or the whole computer system. In this article I would like to share you how to install Deep Freeze Standard on your computer in the most effective way.

Read also:

How To Delete Autorun Virus In Flash/Usb Drive
How To Recover Files From Your Infected Flash/USB Drive

use deep freeze to protect my computer from virus

Deep Freeze Standard is developed to comprehensively protect the computer as well as components in hard drives from losing data or external manipulations to modify these data.

Right after the utility is activated, all the settings as well as applications which are installed previously will be kept intact. Other programs and softwares which are activated after Deep Freeze Standard has been enabled will disappear completely after you shut down your computer. So, if you have some updates to install in you computer, it is advisable to uninstall first this program and install it back after your  important updates like virus protection.

What are the benefits from installing Deep Freeze Standard?


Protect the system and internal components of hard drives.
Recover the initial stages after the computer’s startup.
Customize freezing modes for one or multiple hard drives.
Protect settings with passwords.

System requirements

- Install Deep Freeze Standard on computers using Windows operating systems with all versions such as Windows 2000, Windows XP, Windows Vista and Windows 7/8.

INSTRUCTIONS TO INSTALL DEEP FREEZE STANDARD


Step 1: Open folder containing Deep Freeze Standard setup file, select DFStd.exe file (or if this software has not been available on your computer, you can download the latest version of Deep Freeze Standard here).

Step 2: A window will be displayed along with necessary information about the developer as well as Deep Freeze Standard software.
Click Next to proceed.

Step 3: The next window will contain the terms that the developer requires you to agree to proceed installing Deep Freeze Standard.

Select I accept the terms... to agree with these terms.

Click Next to proceed.

Step 4: Tick Use Evaluation to accept the trial. If you use the copyright code of the developer, you open License Key section and input the copyright code to use the copyright.

Click Next

Step 5: The Frozen Drives Configuration window will display all the available hard drives on the computer, select the hard drives that you want to freeze.

Click Next.

Step 6: Click Install to start installing Deep Freeze Standard .

Right after the installation finishes, your computer will be rebooted automatically; therefore, don’t be too surprised when your computer automatically shut down!


Wish you the best in your blogging career!

How To Make Drop Down Menu Tabs By using CSS3

Internet is already flooded with blogging tutorials that talks on making menu tabs through using css3 which makes the whole thing impressive and beautiful. I will show you the same tutorial but I will make it a little bit different since  I will add a very small and simple trick that is, make the home tab to be highlighted as you open your blog  pages. It is  cool and professional type of menu tabs for your blog. Without much words to say, let us go with the process!
See the live demo for " Drop Down Menu Tabs With CSS3".
menu tabs with css3


Read Also: How To Add Fancy CSS3 & JQuery Lavalamp Menu For Blogger

Making Drop Down Down Menu Through  CSS3


Step 1. Go to Blogger Dashboard >> Lay out
Step 2. Click  Add  a Gadget >> HTML/Javascript
Step 3. Paste the code below inside the blank page or space
<style>
/*------ CSS3 Drop Down Menu By BTAT (http://bloggingtipsandtrix.blogspot.com)---------*/
#btat-menu, #btat-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#btat-menu :first-child > a {
background-image: -webkit-gradient(linear, left top, left bottom, from(#168eca), to(#fff));
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 6px;
border-radius: 4px 0px 0px 4px;
-moz-box-shadow: 0 1px 1px #777;
-webkit-box-shadow: 0 1px 1px #777;
box-shadow: 0 1px 1px #777;
}
#btat-menu {
width: 560px;
height:38px;
margin: 60px auto;
border: 0px solid #222;
background-color: #111;
background-image: -moz-linear-gradient(#444, #111);
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
background-image: -webkit-linear-gradient(#444, #111);
background-image: -o-linear-gradient(#444, #111);
background-image: -ms-linear-gradient(#444, #111);
background-image: linear-gradient(#444, #111);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 1px #777;
-webkit-box-shadow: 0 1px 1px #777;
box-shadow: 0 1px 1px #777;
}
#btat-menu:before,
#btat-menu:after {
content: "";
display: table;
}
#btat-menu:after {
clear: both;
}
#btat-menu {
zoom:1;
}
#btat-menu li {
float: left;
border-right: 0px solid #158aee;
-moz-box-shadow: 1px 0 0 #444;
-webkit-box-shadow: 1px 0 0 #444;
box-shadow: 1px 0 0 #444;
position: relative;
}
#btat-menu a {
float: left;
padding: 12px 30px;
color: #999;
text-transform: uppercase;
font: bold 12px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}
#btat-menu li:hover > a {
color: #fafafa;
background-image: -webkit-gradient(linear, left top, left bottom, from(#168eca), to(#fff));
}
*html #btat-menu li a:hover { /* IE6 only */
color: #fafafa;
}
#btat-menu ul {
margin: 20px 0 0 0;
_margin: 0; /*IE6 only*/
opacity: 0;
visibility: hidden;
position: absolute;
top: 38px;
left: 0;
z-index: 9999;
background: #444;
background: -moz-linear-gradient(#444, #111);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
background: -webkit-linear-gradient(#444, #111);
background: -o-linear-gradient(#444, #111);
background: -ms-linear-gradient(#444, #111);
background: linear-gradient(#444, #111);
-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 -1px 0 rgba(255,255,255,.3);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#btat-menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
#btat-menu ul ul {
top: 0;
left: 150px;
margin: 0 0 0 20px;
_margin: 0; /*IE6 only*/
-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#btat-menu ul li {
float: none;
display: block;
border: 0;
_line-height: 0; /*IE6 only*/
-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#btat-menu ul li:last-child {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#btat-menu ul a {
padding: 10px;
height:15px;
width: 130px;
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}
#btat-menu ul a:hover {
background-image: -webkit-gradient(linear, left top, left bottom, from(#168eca), to(#fff));
}
#btat-menu ul li:first-child > a {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#168eca), to(#fff));
}
#btat-menu ul li:first-child > a:after {
content: '';
position: absolute;
left: 40px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #168eca;
}
#btat-menu ul ul li:first-child a:after {
left: -6px;
top: 50%;
margin-top: -6px;
border-left: 0;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-right: 6px solid #3b3b3b;
}
#btat-menu ul li:first-child a:hover:after {
border-bottom-color: #168eca;
}
#btat-menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3;
border-bottom-color: transparent;
}
#btat-menu ul li:last-child > a {
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
height:10px;
}
</style>
<br />
<ul id="btat-menu">
<li><a href="#">Home</a></li>
<li>
<a href="#">Categories</a>
<ul>
<li><a href="#">CSS</a></li>
<li><a href="#">Graphic design</a></li>
<li><a href="#">Development tools</a></li>
<li><a href="#">Web design</a></li>
</ul>
</li>
<li><a href="#">Work</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>

Replace the "#" sign with your own link and the bolded words (Home, Categories, css, graphic design etc. )with your own title.
Step 4. Save and you're done!

Recommended for you:

If you have  more questions regarding its customizations just contact me through this link and I will try my very  best to help you.
Thanks buddies and Peace OUT!!!

Professional Awesome Pinterest icon sets For Free

How to make more simple for individuals to follow us  on Pinterest is thruogh putting a Pinterest Follow button on your online journal, and sway them to stick your post by introducing a Pin It catch. The accompanying custom Pinterest symbols make impeccable take after or Pin It button. The good news for  is that it is free of charge  and comes in distinctive designs, shades and sizes.

Read also : How To Add Pinterest Pin It Button On Image Hover

Have a look at the succeeding images below with its corresponding URL:
1. Retro Pinterest icon by GraphicsVibe. Contains a single png icon in 8 different sizes: 128x128, 96x96, 72x72, 64x64, 48x48, 32x32, 24x24 and 16x16px.
Available at IconArchive.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyZGhdiscc_D36_UHKZhdTxdqXdwY_OcL_ATBi9T2wdhCxEMpsRdxvaKtNwwMYDE6JS9PUIbo6Mw7PIEFISN0Nl5UwJdPDQirb4M3x7zja2m5fujui0oZ0d8eEnyQwWaxvapQJYOWCDNo/s1600/pinterest-icon.png
2. Pinterest icons by Randa Clay. Contains three 32x32px and three 48x48px png icons.
Available at Randa Clay.

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-MNsk1Da9K5P7MR1PqmZ15Lecj1DmZvGNMC8FX4HulhnDciQeVyHYotn89C2Zds-tk8X3DVz23d0StmRToTg1_WTb6w41Ejyh9tFI0ytw3QPvo5N2Ft6sVqc0wrQGCCW8M9DNIDgFP1g/s1600/randa+clay+pinterest+icon.jpg

3. Pinterest icon by Dan Leech. Contains a simple red square png icon in 9 different sizes -from 16x16px to 256x256px.
Available at Softicons.


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkaVvSyAPkTShISHWfDMp7mlqiLjMFgdydTsioMhZRzDg_oFl8EVM1esdQytxVADYh_bPiVC9e5GXdbXjLL9TQ2tQrKdgrLK5Dy-5Jx-DZA12k_BPhY0zbHrL03mxb9XRV1K4C79XFH6U/s1600/pinterest+icon.png

How To Add Pinterest Pin It Button On Image Hover 4. Pinterest button set by Buttonshut.com. Contains 7 resizable red Pinterest buttons. Available at Buttonshut.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqBHcnxx7ak6e4yCWuawBSo44e8bUIQJeKv2_1cpb2FIGn9aNwl5QjbWWERnmDfDt3AYB379k224OLAYrUZSE6BXgxzhklezkScxdZVUSKtr92x3gDoRrD0Dyokbnw9XTsV20-yBCbI9g/s1600/Pinterest-Buttons.png


5. Blue Rectangle Pinterest icon by azmind. Contains a single png icon in 4 different sizes: 128x128, 64x64, 48x48 and 32x32px. Available at IconsPedia.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitRwZrB2mmV2SgqHeTG95jPi7Mlcan10sBnAtzyGYMCvPKyGPZFDKDCyW8sX-CjADHKFJwmIMVUSgcUerkJGDWj6q-iB-CcTvFf2Tfdy5bTnIddR6bl2LDSApI06xqo594toB7NHL8Phg/s1600/blue+pinterest+icon.png

6. Neon Glow Pinterest icon by GraphicsVibe. Contains a single png icon in 8 different sizes: 128x128, 96x96, 72x72, 64x64, 48x48, 32x32, 24x24 and 16x16px. Available at IconArchive.

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9oSJ8J52RMTjldbM4B7UrpuRR8yl9HCkUu9I7aCIG669grRdYNSVomRDybdc3GEukPmNNT2LQCpfSGOlpdojApdiF8cxAFQJiPUUIHTpyz-NBIMK0ox6hTbJ4CfD7G76cNfk5L2aMG7I/s1600/pinterest-icon+neon.png
7.  Minimalist Pinterest Icons contains a single png icon in 8 different sizes: 128x128, 96x96, 72x72, 64x64, 48x48, 32x32, 24x24 and 16x16px. Available at Designbolts.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-ilj6i4fK0cgvHf1BFGXsFTCG1ddmIwr488G4M_twIw4NNQLRABuDQKOqFk6t0LNOpuRR9mmrHGFnVs6m88hFBYohPepmAtKgFH-FnR0n5pgEQJLN992IUxRBHElyB1pgMJ3arw6cDc/s1600/Pinterest+gear+icon.png
8. Sparkiling Pinterest Icon by Graphics Vibe. This is available at 64x64px, 128x128px, 256x256px. You can download the complete file at Softicons.com
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxCIMFtvYsxmq_lvPV71KYBJICmtP-1gIm4YeSbstg9FqV66nXT6pis8b-9GYXpB9VUt4UTf8zW9NTkDO4oF752amrxQ06rhndkHG2AEPTMwDfxoGOrjCRE04cLj3FUcRJrZ9f0KKUBOs/s1600/pinterest+sparkling+icon.png

Happy Blogging Buddies!

How to Add Pinterest Pin It button on image hover

Hello buddies! I know you are waiting for my next  article since  in the last few days I was busy in my teaching profession but don't worry because  starting today  I  will try to update my blog more regurly. Today, I will share to you a very nice SEO tip for every blogger to their blog traffic and gain brand exposure and this is all about adding pinterest pin it button to all blog images. Have a mouse hover with image below for a live demo.
add pinterest pin it button

Adding Pinterest Pin It Button on Image Hover


Step 1.  Go to Blogger  Dashboard >> Template >> Edit HTML
Step 2. Locate the code below,
</body>
Step 3. Just above the code in step 2, paste the following code,
<script>
//<![CDATA[
var custom_pinit_button = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDkNrj7H_i6mmWzh6Tg-hGtFmLxRqnvNUlV-ZzWCcHRmtb_BaQ2cttjB2GzX1JngTvsBgcIf91WHglz-aRIlHV96BiSOA9App5XLSK3GRC0MQ82uC-maWrrgtIHxc1VADKBwyqrTO-htE/s1600/pinterest-icon.png";
var pinit_button_position = "center";
var pinit_button_before = "";
var pinit_button_after = "";
//]]>
</script>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' type='text/javascript'/>
<script id='pinit-img-button' src='http://bloggingtipsandtrix.googlecode.com/svn/trunk/script/pinterest.js' type='text/javascript'>
//  Please visit Bloggingtipsandtrix.blogspot.com for more widgets and tricks.
</script>


Step 4. Save your Template and you are done!

Customiztion:
  • To change the position or location of the pinterest button just replace the red bolded text "center"with topleft, topright, bottomright or bottom left.
  • And to change the Pin it button that appears when mouse hover on it, replace the image link in orange bold text above with your own Pin It button image link or URL.
  • You can also see some available url of Pinterest Icon here.
  •  If you want to disable this in one of your specific images, just go to your specific post and switch it HTML mode and locate the image element and type class="nopin" right before the closing slash and angle bracket as shown in the image below.

That's all buddies! Enjoy!

Turn On and Turn Off The Lights with jQuery Plugin

Hello brothers! Its been a quiet short time here that I was not able to post an article because of some important matters to settle but for now I will share you a widget that could make you happy. This is from Janko and made it bloggerize by helplogger. You can use this widget especially if you are showing a video to your visitor. I will make this tutorial more straight to make it more comprehensive to all of us.
Lights on and lights off Plugin with jQuery

Live Demo: Turn On and Turn Off The Lights with jQuery Plugin

Turn On and Turn Off The Lights with jQuery Plugin


Step 1. Go to Blogger Dashboard >> Template >> Edit HTML
Step 2. Look for the Code below
</head>
Step 3. Just above the code in step 2, paste the code below

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
$("#lightsoff").css("height", $(document).height()).hide();
$(".lightSwitcher").click(function(){
$("#lightsoff").toggle();
if ($("#lightsoff").is(":hidden"))
$(this).html("Turn off the lights").removeClass("turnedOff");
else
$(this).html("Turn on the lights").addClass("turnedOff");
});
});
//]]>
</script>
Note: Exclude the red highlighted color if you had already added a jQuery library in your Blogger template.
Step 4.  Look for the code below
]]></b:skin>
Step 5. Just above the code in step 4, paste the following code below

/* Turn off the lights
----------------------------------------------- */
#lightsVideo {
position:relative;
z-index:102;
}
#switch {
max-width:640px;
text-align:left;
position:relative;
height:25px;
display:block;
margin: 25px 0 0 60px;
}
.lightSwitcher {
position:absolute;
z-index:101;
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiivoLY-J2hs6KmBuMTo_01_SxCCo0ei3SbB6VMlUx35PGTjYEhFZ_4KRLceYwfQYSQgz_hM0ozSzH8GsxppnLeJ63cUxrotfgbdR4OCoLwIoDblEXq_sb2vyiETyVThMDdn_adJvWccbTr/s1600/lights-on.png);
background-repeat:no-repeat;
background-position:left;
padding: 0 0 0 20px;
outline:none;
text-decoration:none;
}
.lightSwitcher:hover {text-decoration:underline;}
.turnedOff {
color:#ffff00 !important;
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGrdkzmpol47xSSP4zyVHT4XKqL3CSBLyjf76Dxk2nIVu4nX09PxyCdW2MK1LXuYKA2tMdUp2yIqztqjzkRg0SmdrL9WU5WgqWWNoLmJhefK7b9jEFubMHOseaOgQpu04Re6TlHLdULrRx/s1600/lights-off.png);
}
#lightsoff {
background:#000;
opacity:0.9;
filter:alpha(opacity=90);
position:absolute;
left:0;
top:0;
width:100%;
z-index:100;
}

Step 6. Look for the code below
</body>

Step 7. Just above it, paste the code below
<div id='lightsoff'/>

Step 8. Save your Template
Step 9. Whenever you want to integrate this widget to your post, just copy the code below and paste it in your Blogger Post Editor page in HTML mode.
<center>
<div id="switch"><a class="lightSwitcher" href="javascript:void(0);">Turn off the lights</a></div>
<div id="lightsVideo">
...Here goes the code of the video...
</div>
</center>