Pages

Ads 468x60px

Sep 25, 2011

How to Turn Off User Account Control (UAC) in Window 7

User Account Control (UAC) is a technology and security infrastructure introduced by Microsoft to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorizes an increase or elevation. Therefore, only applications trusted by the user may receive administrative privileges, and malware should be kept from compromising the operating system. 

User Account Control
But, sometimes UAC is kinda irritating. So, to turn off or disable the UAC, you can do that by going to Control Panel > User Accounts.

How To Put Password on a Post in Blogger

With the little help from this script, you can lock/hide some certain posts on your blogger so that only people with the password can view them. Therefore, someone without the password can't get access to that post.

To do that, copy and paste the following script to your post in HTML view.
<script type="text/javascript">
var password;
var pass1 = "PASSWORD";
password=prompt("Please enter the password to view this page:","");

if (password==pass1) {
  window.location= "LINK TO BE OPEN IF PASSWORD IS CORRECT";
} else {
  window.location= "LINK TO BE OPEN IF PASSWORD IS NOT CORRECT";
}
</script>


[TRICK] How to Display Your Name on Taskbar

How to make your taskbar display your name? Here's the simple trick using the region/language settings.

This is how it will looks like

1. Go to Menu > Control Panel > Region and Language.Then, click on the Additional settings..


2. Click on the Time tab. At the AM symbol and PM symbol, write your desire display name.

How to Change Your Computer's Time Format


Have you ever wonder how to change your computer clock from 24-hour system to 12-hour system time format? This is how you do it.

1. Go to Menu > Control Panel > Region and Language.Then, click on the Additional settings..

  

2. Click on the Time tab.At the 'Time formats' column, change the Short time to hh:mm tt and Long time to hh:mm:ss tt.