Am a great fan of starwars Saga directed by george lucas .let me tell you a small trick to watch starwars movieon our desktop.Inorder to view this trick first of all u have to establish connection to the internet.
Saturday, December 5, 2009
Star wars movie in command prompt
Author: Dinu
| at : 6:26 AM |
Category :
tricks
|
Thursday, December 3, 2009
free your ram
Author: Dinu
| at : 5:13 AM |
Category :
tricks
|
When u run your computer each program u open occupies some place in ram .When the program is closed the memory gets freed.so that the memory is available for the usage of the next program .At times it fails to clear the memory as a result our computer runs slowly because memory has almost reached its capacity. There's a solution how to clear them without restarting your computer.
Wednesday, December 2, 2009
speed up your sata harddisk
Author: Dinu
| at : 10:07 PM |
Category :
tricks
|
- Logon to Windows Vista with an Administrators group user account.
- Go to Control Panel -> System and Maintenance -> Device Manager. Alternatively, right click on “Computer”, and select “Properties”. Then click on “Device Manager” on the left Tasks pane. Give User Account Control permission to Continue.
- Expand the “Disk drives”, and find the SATA harddisk installed on the system.
- Double click on the SATA HDD device or right click on the S-ATA HDD then select “Properties”.
- Click on “Policies” tab.
- Tick the check box of “Enable advanced performance” nested under “Enable write caching on the disk” to enable the SATA harddisk performance improvement. You may also have to select “Optimize for performance” instead of “Optimize for quick removal” if it’s not selected.
Registry tricks
Author: Dinu
| at : 5:28 PM |
Category :
tricks
|
trick to disable drives in my computer
This trick helps to disable the local and network drives when u click on my computer icon.Registry is actually one of the things many people fear to change its settings .But if u master those settings then u can tame ur computer according to ur needs.
This trick helps to disable the local and network drives when u click on my computer icon.Registry is actually one of the things many people fear to change its settings .But if u master those settings then u can tame ur computer according to ur needs.
Trick to show ur name in taskbar
Author: Dinu
| at : 7:15 AM |
Category :
tricks
|
Here am going to tell u how to add any name after the time present in taskbar.
Start -> Control Pannel -> Regional and Language option -> Customize (beside English US) -> Go to TIME tab ->
Start -> Control Pannel -> Regional and Language option -> Customize (beside English US) -> Go to TIME tab ->
error reporting in xp
Author: Dinu
| at : 7:08 AM |
Category :
tricks
|
When a system error occurs in XP, a little dialog box appears asking if you want to report the error to Microsoft. Click the message box to make it disappear. You don't have to report the error if you don't want to .on today ill show you how to turn off the feature if you find it is bugging u..
secret codes for nokia
Author: Dinu
| at : 7:04 AM |
Category :
nokia codes
|
Here am gonna present some common codes to all nokia mobiles.
1) *#06# For checking IMEI(international Mobile Equipment Identity)
2) *#7780# Reset to factory settings
3) *#0000# To view software version
4) *#2820# Bluetooth device address
1) *#06# For checking IMEI(international Mobile Equipment Identity)
2) *#7780# Reset to factory settings
3) *#0000# To view software version
4) *#2820# Bluetooth device address
Remove brontok virus manually
Author: Dinu
| at : 12:38 AM |
Category :
tricks
|
"Brontok virus" came from Indonesia.After infecting with this virus in the first run, it copies itself to the user's application data directory. It then sets itself to start up with windows, by creating a registry entry in the
HKLM\Software\Microsoft\Windows\CurrentVersion\Run Registry key. It disables the Windows Registry Editor (regedit.exe)and modifies Windows explorer settings. It removes the option of "Folder Options" in the Tools menu so that the hidden files, where it is concealed, are not easily accessible to the user.Monday, September 28, 2009
Installing windows vista/7 using a pendrive ......
Author: Dinu
| at : 7:19 PM |
Category :
tricks
|
Recently my dvdwriter stopped working .But i want to format my system as it was badly hit by virus.I thought how for a long time ...........after a couple of minutes.I remembered the most infamous "diskpart" .Using this command we can do many interesting things .Ill cover the rest of da tricks in my next tutorials.Lets get to work now
Sunday, August 30, 2009
Creating shortcut to remove pendrive
Author: Dinu
| at : 6:24 PM |
Category :
tricks
|
Inorder to remove a pendrive from our system what we actually do is click on the icon present in the taskbar and then select remove/eject pendrive option. but for
people like me would think that it would be better if there is a shortcut to do all this stuff.
step 1. Create shortcut on your desktop
by right click and selecting new shortcut from the menu.
step 2. Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish.
shortcut is created and now you can assign a shortcut key to it.
just right click on it and select properties-> click on shortcut tab -> assign a shortcut key to it(it will take clrt + alt by default)
if you press 5 then the shortcut will be ctrl+alt+5
people like me would think that it would be better if there is a shortcut to do all this stuff.
step 1. Create shortcut on your desktop
by right click and selecting new shortcut from the menu.
step 2. Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish.
shortcut is created and now you can assign a shortcut key to it.
just right click on it and select properties-> click on shortcut tab -> assign a shortcut key to it(it will take clrt + alt by default)
if you press 5 then the shortcut will be ctrl+alt+5
Friday, August 28, 2009
creating a customised user account
Author: Dinu
| at : 7:28 PM |
Category :
hacks,
network tricks
|
Many people create user accounts using useraccounts option present in controlpanel.............right
but do u know that we can create user accounts using command prompt? many noobs dont know this trick
so am making this tutorial for them.
To create an account using dos
follow these steps
1. goto run dialogue box or use this shortcut "windows key+r"
2.Type cmd and press enter
3.Now type c:\net user to see the list of accounts present in ur system.
4.Now create a user account that doesnt exist using
c:\net user batman xxx /add and press enter
command actually creates an account named batman with password xxx and /add
adds the user batman to the current users
5. Now u can confirm that whether this account has been added or not by issuing
c:\net user command again .which in turn displays list of user accounts present in ur system
Now comes the interesting part.............................................
let us consider a scenario in which u wanna create an account or user who can access the account
only in da specified days in a week and in da specified time then wat would u do ..................
confused ok let me tell u how u can do that easily
for example take da batman account that we hav created.I want to make restrictions on batman account such that he can access my system from "monday to sunday" and in between the timings
"10am to 1pm " because after 1pm i want another user to login this computer to learn his lessons.
to accomplish the above task
c:\net user batman /time: M-SU,10am-1pm
congrats you hav successfully created a customised user account
but do u know that we can create user accounts using command prompt? many noobs dont know this trick
so am making this tutorial for them.
To create an account using dos
follow these steps
1. goto run dialogue box or use this shortcut "windows key+r"
2.Type cmd and press enter
3.Now type c:\net user to see the list of accounts present in ur system.
4.Now create a user account that doesnt exist using
c:\net user batman xxx /add and press enter
command actually creates an account named batman with password xxx and /add
adds the user batman to the current users
5. Now u can confirm that whether this account has been added or not by issuing
c:\net user command again .which in turn displays list of user accounts present in ur system
Now comes the interesting part.............................................
let us consider a scenario in which u wanna create an account or user who can access the account
only in da specified days in a week and in da specified time then wat would u do ..................
confused ok let me tell u how u can do that easily
for example take da batman account that we hav created.I want to make restrictions on batman account such that he can access my system from "monday to sunday" and in between the timings
"10am to 1pm " because after 1pm i want another user to login this computer to learn his lessons.
to accomplish the above task
c:\net user batman /time: M-SU,10am-1pm
congrats you hav successfully created a customised user account
Wednesday, August 26, 2009
Some common issues .......
Author: Dinu
| at : 9:28 AM |
Category :
tricks
|
Yesterday one of my friends told me that he had a problem in creating a folder in dos including spaces for eg when he tries c:\md my folder where md stands for make directory .He is ending up with creating 2 folders with names my and folder when he asked me suddenly it didnt strike .Later I found that oh man its very easy inorder to create a folder/directory with spaces just issue it in
the following manner c:\md "my folder" now press enter .voila u are done..
v all know that we can access temporary folder present in our windows directory either by typing temp or %temp% in our run dialogue box.We can also access root directory through ru dialogue box by typing %systemroot% in run .It takes u directly into c:\windows
Tuesday, August 25, 2009
Logging Into Windows VIsta/7 Automatically
Author: Dinu
| at : 3:27 PM |
Category :
tricks,
windows 7 tricks
|
While installing windows xp,vista or 7 it asks to enter a user name and password .Many of us give a password of our choice .Some of us may feel vexed entering the password again n again when there is no important data.To overcome this after logging in type "control userpasswords2"
without quotes .Now uncheck the box "Users must enter a user name and password to use this computer", and then press Apply. Enter the right username and password in the boxes shown. Press OK.
now reboot the computer voila ur computer starts of automatically
Monday, August 24, 2009
flushdns demystified
Author: Dinu
| at : 4:52 PM |
Category :
network tricks
|
Before telling about flushdns let me first tell you about IP address,Dns....
Any computer connected to internet has a unique address called as IP address.It is a 32 bit address in the form xx.xx.xx.xx where xx takes the values from 0-255.
IP address is similar to our house address .As our house address helps people to xactly pinpoint our location on this earth which helps them to send letters,couriers and to come and meet us directly.In the same way IP address helps to determine the location of a computer so that data is sent exactly to the recipients address.But we humans cannot remember many IP addresses it wud b nice to remember them if the address is denoted in the form of letters and words.
here comes the usage of DNS .
Dns(Domain Naming system):- Dns maps ip addressess to human understandable address for example ip address of google.com is 66.249.89.104.It is easy to remember google.com than remembering this lengthy ip address.Also at times IP referring to a domain may change but domainname remains constant.In such cases domain names are very useful.On the other hand Computers cannot find a computer/host using domain name hence their first step is to convert Domainname into IPaddress .
To do the above step it has to connect to a Dns server known as Primary Dns server requesting what is the ip addresses of this domain name.
Dns server inturn looksup into its table and returns IP address of that paricular domain.If the primary dns server fails to return ip address our computer connects a secondary Dns server which will fiannly give its Ip addresses.
After recieving this IP addrs our system stores these addresses in dnscache for frequent usage .But sometimes due to cache poisoning or some other reason Dns cache doesnot map IP address-domain names correctly so we cannot browse the net.
now wat we hav to do is just "flushdns" thru the command c:\ipconfig /flushdns.
Some times our system responds saying that couldnot flush the dns resolver cache .
This implies that Dns client sevice is not running on our computer .
Now goto "run" type services.msc .Look for a service called DNS client.
Now right click and select properties.Now select startup type as manual or automatic and click on the start button to start the Dns client service.Now our command
c:\ipconfig /flushdns works fine
Wednesday, August 19, 2009
Amazing computer facts.........
Author: Dinu
| at : 1:27 AM |
Category :
knowledge
|
Let me tell some interesting as well as amazing facts which i have come to know recently.
Our journey begins now..
1) In early days intel emerged as a top computer manufacturer in colloboration with microsoft.
The then rival to intel was AMD which stands for advanced micro devices.It gave tough competition to intel
by producing topnotch processors.It offered good graphical performance when compared to its rival intel.
Inturn it also released vast amount of heat which became a bottle neck hence AMD started developing good heatsinks along with boards.
whats so interesting about this nothing na .let me tell u that
An Amd 1400 chip running without a heatsink gets as hot as 370 degrees.
2) Seagate is famous for producing harddisks both internal and external
Do u believe that
Seagate started its journey by producing the first hdd for pcs in 1979.It held 5 M.B of data.
(3). If u opened up the case of the original Macintosh, u will find 47 signatures
one for each member of Apple's Macintosh divison as of 1982.
(4). The first computer company to register for a domain name was digital
equipment corporation.
(5). Did u know Apple & Sun came very close to a merger in 1996.
(6). The technology contained in a single game boy unit in 2000 exceeds all
the computing power that was used to put the first man on moon in 1969.
(7). Hewlett Packard was started at a garage in Palo Alto in 1939.
8).Tetris has sold over 40 million copies worldwide, since it began in 1982.That provided the creator 800 million in revenues.
9).The superflop sega dreamcast, released in 1999, was the first console game machine to sport a 128 Bit architecture.
10).The most expensive game ever developed was "ShenMue" for sega dreamcast.It costs $20 million.
11).The QWERTY keyboard layout is 129 years old.
12).South Korea's SK telecom offers an inaudible ring tone to its customers which, it claims, can repel mosquitoes.
13).In 1971, the first speech recognition software named, "Hearsay" was developed in India.
14).Macquariums are aquariums made from old macintosh computers.
15).The servers are in Denmark.The software is from Estonia.The domain is registered in Australia & the corporation is in south pacific island.That was Kazaa, the p2p software.
16).Bill gates & Paul Allen started a company called Traf-O-Data to monitor traffic flow.
Subscribe to:
Posts (Atom)