This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.
1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Now in the right pane
create a new DWORD item and name it NoDrives (it is case sensitive).
Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
Now restart your computer.
So, now when you click on My Computer, no drives will be shown(all gone...).
To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again. Magic........lol....
CONTACT US
To submit your projects, articles or
to report broken link please email to:
to report broken link please email to:
scemaelectronic@gmail.com
Total Pageviews
Link List
ANALOG COMPONEN
electrocomputer. Powered by Blogger.
Saturday, April 28, 2007
Disable CD Burning
Exciting isn't it?
The user can't burn any CDs by this trick. This restriction will disable the use of the inbuilt CD recording functions of Windows.
Open your registry and follow this path: HKEY_CURRENT_USER>Software>Microsoft>Windows>Current Version>Policies>Explorer and
create this key: "NoCDBurning" and set its value to 1. Close you registry and logout/restart your system for the change to take the effect.
The user can't burn any CDs by this trick. This restriction will disable the use of the inbuilt CD recording functions of Windows.
Open your registry and follow this path: HKEY_CURRENT_USER>Software>Microsoft>Windows>Current Version>Policies>Explorer and
create this key: "NoCDBurning" and set its value to 1. Close you registry and logout/restart your system for the change to take the effect.
Wednesday, April 25, 2007
Reverse the mouse buttons
1) No context menu
What will you see when you right click on the desktop? You will see a context menu which says arrange icons, refresh,..and so on. Are you angry at your friend for not wishing you for you B'day? Do you wanna play a trick on a newbie in your family who is new to computers? This is a cool trick to play. By this tweak, you will be able to disable the right click on the desktop or any icons/files/folders/applications... But right click will work on taskbar of the start button and registry. So, dont worry!!!
Open your registry and you will see all unknown files like HKEY_CLASSES_ROOT....... and so on. Don't panic. Follow this path. HKEY_CURRENT_USER>SOFTWARE>MICROSOFT>WINDOWS>CURRENT VERSION>POLICIES>EXPLORER. On the right side of the registry, you will see two files(in general) named 'default' and 'NoDriveTypeAutoRun'. Right click on the empty space in the registry and goto New>DWORD VALUE and name it as "NoViewContextMenu". Remember, no spaces and N,V,C,M should be capitals. Right click on this and click modify. The default value will be 0. Change it to 1. Note: DONOT CHANGE THE HEXADECIMAL TO DECIMAL. Click OK. Close your registry and logout. Bingo!!! Once you login again, right click wont work. Your friend will be perplexed and the next thing he/she does is call the system administrator not knowing that not all system administrators will be knowing about registry. Now, to enable it again. follow the same path and set the value to 0. Logout and then login to see the effect.
2) Reverse the mouse buttons
This is a cool trick to play on newbies. Actually, there are two ways to do this. One is changing the settings in the Control panel and the other is through editing registry. You can do it either way. But I prefer the second way, which is challenging.
(i) Through Control Panel - goto Start> Control Panel> Printers and other hardware> Mouse. In Button configuration, enable the switch primary and secondary buttons option and click OK. But remember, you have just swapped the mouse buttons. So, for OK, you have to click the right mouse button. The newbie will be perplexed. Well, this trick is good for left handers.
(ii) Editing the registry - By default the left mouse button is the primary and the right is secondary. Open your registry and follow this path:
HLEY_CURRENT_USER>Control Panel>Mouse and on the right side of the registry, create this String value(REG_SZ): 'SwapMouseButtons' and set its value to 1. Bingo!!! You are done. Log out/Restart the computer.
You can try this: Combine tricks 1 and 2. That means, this will result in swapping of the mouse buttons and disabling the left click(once the buttons are swapped). User is ready to call system administrator cuz he feels that the system is behaving wildly.
What will you see when you right click on the desktop? You will see a context menu which says arrange icons, refresh,..and so on. Are you angry at your friend for not wishing you for you B'day? Do you wanna play a trick on a newbie in your family who is new to computers? This is a cool trick to play. By this tweak, you will be able to disable the right click on the desktop or any icons/files/folders/applications... But right click will work on taskbar of the start button and registry. So, dont worry!!!
Open your registry and you will see all unknown files like HKEY_CLASSES_ROOT....... and so on. Don't panic. Follow this path. HKEY_CURRENT_USER>SOFTWARE>MICROSOFT>WINDOWS>CURRENT VERSION>POLICIES>EXPLORER. On the right side of the registry, you will see two files(in general) named 'default' and 'NoDriveTypeAutoRun'. Right click on the empty space in the registry and goto New>DWORD VALUE and name it as "NoViewContextMenu". Remember, no spaces and N,V,C,M should be capitals. Right click on this and click modify. The default value will be 0. Change it to 1. Note: DONOT CHANGE THE HEXADECIMAL TO DECIMAL. Click OK. Close your registry and logout. Bingo!!! Once you login again, right click wont work. Your friend will be perplexed and the next thing he/she does is call the system administrator not knowing that not all system administrators will be knowing about registry. Now, to enable it again. follow the same path and set the value to 0. Logout and then login to see the effect.
2) Reverse the mouse buttons
This is a cool trick to play on newbies. Actually, there are two ways to do this. One is changing the settings in the Control panel and the other is through editing registry. You can do it either way. But I prefer the second way, which is challenging.
(i) Through Control Panel - goto Start> Control Panel> Printers and other hardware> Mouse. In Button configuration, enable the switch primary and secondary buttons option and click OK. But remember, you have just swapped the mouse buttons. So, for OK, you have to click the right mouse button. The newbie will be perplexed. Well, this trick is good for left handers.
(ii) Editing the registry - By default the left mouse button is the primary and the right is secondary. Open your registry and follow this path:
HLEY_CURRENT_USER>Control Panel>Mouse and on the right side of the registry, create this String value(REG_SZ): 'SwapMouseButtons' and set its value to 1. Bingo!!! You are done. Log out/Restart the computer.
You can try this: Combine tricks 1 and 2. That means, this will result in swapping of the mouse buttons and disabling the left click(once the buttons are swapped). User is ready to call system administrator cuz he feels that the system is behaving wildly.
Friday, April 20, 2007
Chat With Command Prompt
If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!
Tuesday, April 17, 2007
Create Your Own Logon Message
1 Click start
click run
type regedit,
then click ok!
2 In The registry editor, drill down to the following key:
hklm\software\Microsoft\Windows NT\Current version\Winlogon.
3 Right click LegalNoticeCaption,
click modify,
Type: THIS IS NEXT TRICK,and then click ok!
4 Right click legalNoticeText,
click modify, and then Close your message!
5 Restart Your Computer.
6 The message will appear every time you logon!
click run
type regedit,
then click ok!
2 In The registry editor, drill down to the following key:
hklm\software\Microsoft\Windows NT\Current version\Winlogon.
3 Right click LegalNoticeCaption,
click modify,
Type: THIS IS NEXT TRICK,and then click ok!
4 Right click legalNoticeText,
click modify, and then Close your message!
5 Restart Your Computer.
6 The message will appear every time you logon!
Friday, April 6, 2007
Simplest Intercom
Using old phones
Using your old phones, you could create personal "micro" telephone exchange as simple as above circuit.
I manage to solder the test circuit less than a minute. Than connect the phone and test it.
It works. So why 39 ohm?
From
Epanorama Dot Net,
the correct value of the resistor should be a resistor that can limit the circuit current around 30mA total loop.
The method is by replacing the resistor in the circuit with a variable resistor, plug in the phones, apply power and tune the current
with the variable resistor so the current flow is 30mA.
After that take out the variable resistor and measure the resistance/ohm across it.
Find the fixed resistor with the nearest ohm reading to it and replace it to the circuit.
Simplest Circuit
Testing In Progress
Subscribe to:
Posts (Atom)
Category
- 2.4 Ghz. Transceiver (2)
- 230v circuits (2)
- 55 timer circuit. (2)
- 555 timer (3)
- actif high (1)
- activ low (1)
- Alarm (2)
- Alarm Circuit (1)
- Am Transmitter (1)
- Amplifer (2)
- Amplifier (7)
- AND gate (2)
- antenna (4)
- Antenna schema Circuit (2)
- atx (1)
- Audio (2)
- Audio Circuit (1)
- Battery Charger (2)
- biquad (1)
- buck (2)
- cable checker (1)
- CAN (2)
- Cars (4)
- charger (2)
- circuit ic (1)
- circuit long wire (2)
- Circuits (17)
- control (4)
- Control Kit tool (2)
- Controller (2)
- current limit (1)
- DC-AC (1)
- Detector Circuit (1)
- Digital circuit (6)
- Dimmer (1)
- dioda (1)
- Diode (2)
- DivX (1)
- Domestic (1)
- Drive (1)
- driver motor (1)
- Electrical Schematic Diagrams (1)
- electronic circuit (8)
- Emergency Light (2)
- Ethernet (2)
- Fast-Recovery Diodes (1)
- flasher (2)
- Flyback (1)
- flyback transformer (1)
- FM (2)
- Fun Circuits (3)
- h bridge (1)
- high voltage (1)
- hp tx1000 (1)
- indikator (1)
- insect repellant (2)
- intercom (1)
- interface (5)
- Inverter (2)
- IR (1)
- irda (1)
- l293d (1)
- Lecture Vedio (3)
- Levitation (1)
- Lights and L.E.Ds (3)
- logic gate (1)
- Magnetic (2)
- Magnetic Rotary Encoder (1)
- Microcontroller (10)
- motor control (1)
- Music (1)
- NE555 (1)
- notebook (1)
- optical mouse (1)
- or (1)
- oscillator (2)
- Oscillator Generator (1)
- Other Circuits (4)
- pic microchip (1)
- PIC16F (1)
- Power Amplifier (1)
- power supplies (2)
- power supply (4)
- Printer (2)
- Projects (1)
- psu (1)
- Push-Pull (2)
- pushbutton (1)
- radio (2)
- Rangkaian delay speaker (2)
- RCD Snubber (2)
- Reading Recommendations (6)
- Regulator (1)
- Relay and delay (2)
- repair (1)
- RF (1)
- rf transmitter (1)
- security (1)
- Sensor (3)
- Sensors (2)
- Simple Component (6)
- Snubber (4)
- Sound (1)
- spdif (1)
- switch (1)
- Switch-Mode (2)
- switching (2)
- telephone (2)
- timer (1)
- Tips and Tricks (17)
- toslink (1)
- touch sensor (1)
- touch switch (1)
- Transceiver Nodules (2)
- Transistor (1)
- transistor amplifier circuit (1)
- transmitter (5)
- ttl (1)
- Ultrasonic circuit (1)
- USB (3)
- Vedio (4)
- WIDER (1)
- Wireless (5)
- wlan antenna (1)
- zener (2)
About Me
- schema electronic
- New circuits and/or links are added regularly as a resource for beginners, hobbyists, engineers, inventors and consultants. Let us know what is missing or if you have a circuit to include in this collection.