Monday, 23 July 2012

EK MARATHI MANUS RAJNIKANT LA BEST KARU SAKATO


Wednesday, 11 July 2012

prevent users from writing to usb

The following registry setting will prevent writing to usb in windows xp.
Expand HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l Add a new key and name it "StorageDevicePolicies".
In the window on the right then create a new DWORD value and label it WriteProtect, give it a value of "1" and users can no longer write to USB drives.
Giving a value of "0" will allow to write again

Love and Arranged Marriages



Love Marriage
Arranged Marriage
Resembles procedural programming language. We have some set of functions like flirting, going to movies together, making long conversations on phone and then try to fit all functions to the candidate we like.
Similar to object oriented programming approach. We first fix the candidate and then try to implement functions on her. The functions are added to supplement the main program. The functions can be added or deleted.
 
 
Family system hangs because hardware (called Parents ) is not responding.
 
Compatible with hardware ( Parents ).
You are the project leader so u are responsible for implementation and execution of PROJECT- married life.
 

You are a team member under project leader (parents) so they    are responsible for successful   execution of project Married life.
Client expectations include exciting feature as spouse cooking food, washing clothes etc.
 

All these features are covered in the SRS (System Req. Specification) as required features.
 
 
Love Marriage is like Windows , beautiful n seductive.... Yet one never knows when it will crash....
Arranged Marriage is like Unix .... boring n colorless...  still extremely reliable n robust.

Monday, 9 July 2012

Windows in Hindi

Bill Gates was in India last year. He announced that Microsoft plans to release a Windows version in Hindi. Here are some of
the Windows related terms that have been approved by Bill Gates to be used in the Hindi version of... Khidkiyan 2000:
( More appropriately Atyant Mulayam Khidkiyan 2000 )

Atyant Mulayam = Microsoft
Khidki = Window
Phaail = File
Bachao = Save
Aise Bachao = Save as
Subko Bachao = Save All
Mujhe Bachao = Help
Madad Pe Madad = Help On Help
Dhoondo = Find
Firse Dhoondo = Find Again
Hilao = Move
Chaara = Options
Bura sandesh yaa phail naam = Bad command or file name
Garbh girao, Firse koshish karo, Naakaamyab = Abort, retry,fail
chhavo = Tile
Aadmi Bhejo = Send Mail
Daak = Mail
Daakiya = Mailer
Bhaago = Run
Chhaapo = Print
Dekh Ke Chhaapo = Print Preview
Chipkao = Paste
Khaas Chipkao = Paste Special
Mitao = Delete
Kagaz Uper = Page Up
Kagaz Neeche = Page Down
Anth = End
Saaf karo = Clear
Sab Kuch Saaf Karo = Clear All
Makan = Home
Topi Ka Tala = CapsLock
Hathiyaar = Tools
Khuli Chaadar = Spreadsheet
Futaas Ki Goli Kha = Exit
Ped = Tree
Chooha = Mouse
Chooha Chalak = Mouse Driver (Software)
Tik-Tik Karo = Click
Idhar-se-Udhar,Udhar-se-Idhar Wala Danda = Scrollbar
Pardha = Screen
Pardha Bachanewala = Screen Saver
Krimi = Virus
Tika = Anti Virus
Karo = Do
Galthi = Error
Ghusao = Insert
Pahle Ghusao = Insert Before
Beech Mein ghusao = Insert Between
Baadhme Ghusao = Insert After
Chabi Phalak = Key board
Choohha Ka Bisthar = Mouse Pad
Avaaz Phodney Wali Cheez = Sound Blaster
Antarjatiya Jaal = InterNet
Baath Cheeth Dabba = Dialog Box
Chale? = Exit

FOUR YEARS OF ENGG

Saturday, 7 July 2012

Add Your Name (or) Application to right click Of My Computer

Caution ..
As it is related to Windows regisrty it can be dangerous
so,Try This at ur own risk


To write your name on right click application
please follow the steps.
1.Copy/Paste the following code in Notepad And then Save it as .reg

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"

2.
Now edit it and then Type your name In

Eg:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Rajesh"

3. If u want to get any application, once you click Your name or name of application
Then , Type the location Of the application Which u want to open In:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"

For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Thats It finally save it And then Run it .


------------------------------------------------------------
To add Application Control Panel

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll,Control_RunDLL"

To add Application Add/Remove

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command]
@="control appwiz.cpl"

To add Application Reboot

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"

To add Application Shutdown

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"