Tech stuff

ok...so u got a technical question..

here is few of my favourite places to find an answer.

www.codeguru.com

www.experts-exchange.com


ok...so now u got to know about.....


Longhorn --> Vista, WinFX, WinFS, Aero, b_l_a_h...b_l_a_h
this is the best and short:

http://en.wikipedia.org/wiki/Windows_Vista

man...i have been living through microsoft technologies all these years, specifically VC++/MFC/COM and recently .Net. To be frank, without these sites I dont think I could have survived..hehe........

so what r ur favourite tips & tricks with windows...??

I always loved to have this:

Opening a Command Prompt from Windows Explorer:

HKEY_CLASSES_ROOT\Folder\shell\Command Prompt plzzz\command under shell create New->key : "Command Prompt plzzz" under that key , create New->key : command set the Default as : cmd.exe "%1"

Create a shortcut to allow you to quickly lock your computer

Howto This tip is extremely easy to implement, just create a shortcut to the following location: %windir%\System32\rundll32.exe user32.dll,LockWorkStation

If you want to send a quick e-mail

Type mailto: in the Run: box (found in the Start menu). Type mailto: in the Address: box of windows explorer/Internet Explorer.

I think these are the most commonly used "run" commands by me

winver Check the Windows Version
conf start netmeeting
dcomcnfg dcom config
regsvr32 ".dll" register COM dll
".exe" /REGSERVER register COM exe
-------------- --------------
installutil ".exe" .net reg of service
sn -k generate sec key(strong naming)
sn -p strip the public key
sn -tp list public keys
sn -R re-sign (delay sign)
permview view assembly permissions
caspol policy setting
ildasm MSIL Disassembler, view .net assemly
regasm .net to COM, register assembly with COM
regasm /codebase creates codebase entry also in registry(for non-GACs)
tlbexp create type lib from assembly(CCW)
tlbimp COM type lib to .net assembly (RCW)
aximp converts COM type lib for activex control into a windows form control
xsd ".xml" generate xsd(schema file) out of xml
shutdown -a abort a system shutdown!

Google



[Home]

Hosted by www.Geocities.ws

1