Sunday, January 19, 2014

Disable User Account Control (UAC)

First Go to Start ---> Control Panel ---> User Accounts (or just search disable uac) .
Click on Modify User Account Control
Just drop the bar to "Never Nofity"



Disable automatic restart on Windows 7/Vista/Xp

First go to Start --> Control Panel --> System --> System Properties
Click the Advadenc Tab and there ucheck the Automatically restart option


Saturday, January 18, 2014

How to change Blogger Template ?

To change your Blogger Tempalte first you need to check out websites that have blogger templates.
First Download the template that you have created or downloaded in internet.
A good site to download free blogger templates is btemplates.com .


Next Step is to log in your blogger account,find and click on Template.




Backup your current template becouse with this file you can restore it.
Now click Choose File and find the Template.xml file and then upload it.



Sunday, January 12, 2014

How to Delete/Remove a User Account by Command Prompt (CMD)

Delete/Remove a User Account by Command Prompt (CMD)

1.Go to Star-->Run and type "cmd" without quotes




2.In Cmd type "net user usernamehere /delete" without quotes and press enter

For Example :"net user James /delete"


How to add a User Account by Command Prompt (CMD)

Add a user Account by Command Prompt

1.Go to Star-->Run and type "cmd" without quotes


2.In Cmd type "net user usernamehere /add this type of user does not require a password to log in

But if you want to create a user that logins with password you should type :net user usernamehere passwordhere /add .
For Example
net user james 12345 /add. James is the username that will be created and 12345 will be the password for this user to log in