you can open ms paint quickly by following these steps
(1) Go to Start then Run
(2) type mspaint
(3) Enter
and you are in paint
Thursday, November 19, 2009
Wednesday, November 18, 2009
Do large your web font
Now i am going to tell you how you can make your web font large So if you feel dificulty to read text in your web browser and you want to make your web page font large so do this job
(1) hold you finger on Control key and keep pressing on it
(2) move your mouse wheel , the font will be large
and that,s it . enjoy
(1) hold you finger on Control key and keep pressing on it
(2) move your mouse wheel , the font will be large
and that,s it . enjoy
Thursday, November 12, 2009
internet explorer shortcut keys
(1) Control+A ....... To select all items on the web page
(2)Control+C .........To copy and select items to the clip board
(3) Control+V.........To paste an item from clipboard into a docutment
(4)Control+D..........To add the current page / docutment to your favorites
(5) Control+E..........To open the IE search utility
(6) Control+G.........To open the find box to search the current document
(7)Control+H.........To open the history utility
(8) Control+L.........To open the favorite utility
(9)Control+N.........To open new explorer windo
(10)Control+P........To print the current page/document
(11)Control+S.........To save the current docutment/page
(12)Control+W.......To close the current explorer windo
(13)Alt+Home key......To go to your default home page
(14)Alt+rigt arrow key .....To go to farward one page
(15)Alt+left aroww key ......T o go to the back one page
(2)Control+C .........To copy and select items to the clip board
(3) Control+V.........To paste an item from clipboard into a docutment
(4)Control+D..........To add the current page / docutment to your favorites
(5) Control+E..........To open the IE search utility
(6) Control+G.........To open the find box to search the current document
(7)Control+H.........To open the history utility
(8) Control+L.........To open the favorite utility
(9)Control+N.........To open new explorer windo
(10)Control+P........To print the current page/document
(11)Control+S.........To save the current docutment/page
(12)Control+W.......To close the current explorer windo
(13)Alt+Home key......To go to your default home page
(14)Alt+rigt arrow key .....To go to farward one page
(15)Alt+left aroww key ......T o go to the back one page
Wednesday, November 11, 2009
Remove recycle been from your Desk top
Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.
Simple and easy cmd.exe tricks for begginers
Hi:this is like a cmd.exe heads up,hope u can learn somethign from it post your comments
Background
These are just some simple cmd.exe commands that normal people don't know about.
Actually most people don't even know what cmd.exe and as soon as you open it their like 'oh
shit you must be a hacker'. God damn sterotypes
The code
Ok the first code is to see all the users on the computer
the second will change the password of any user (including the admin) note: unless using a
network command line interface eg. Powershell it will only change the individual computers
admins password which is still pretty useful
the next adds a new using to the comp
you guessed it, this one deletes a user
and this one adds a user to a localgroup
Blocks of code should be set as style "Formatted" like this.
Code:
net user
net user (username) * [note: just start typing the new password you wont, no writting will
come up though just hit enter when ur done]
net user (username) /add
net user (username) /del
net localgroup (localgroup eg.administrators) (username) /add
thx for whatching
Background
These are just some simple cmd.exe commands that normal people don't know about.
Actually most people don't even know what cmd.exe and as soon as you open it their like 'oh
shit you must be a hacker'. God damn sterotypes
The code
Ok the first code is to see all the users on the computer
the second will change the password of any user (including the admin) note: unless using a
network command line interface eg. Powershell it will only change the individual computers
admins password which is still pretty useful
the next adds a new using to the comp
you guessed it, this one deletes a user
and this one adds a user to a localgroup
Blocks of code should be set as style "Formatted" like this.
Code:
net user
net user (username) * [note: just start typing the new password you wont, no writting will
come up though just hit enter when ur done]
net user (username) /add
net user (username) /del
net localgroup (localgroup eg.administrators) (username) /add
thx for whatching
Subscribe to:
Posts (Atom)