Tips n Tracks

  • Increase font size
  • Default font size
  • Decrease font size
  • default color
  • black color

Reference

Sample image

Microsoft .NET Framework Get Details.

Sample image

Microsoft .NET Framework Get Details.

Reference

Sample image Microsoft .NET Framework Get Details.
Sample image

Microsoft .NET Framework Get Details.


Windows Registry

Collection of useful command run on Command Prompt


Collection of useful command run on Command Prompt

Hello friends!, here i am going to introduce you with command line scripting All credit are dedicate to actual author. Here is a list of commands that you can run from the Run Command prompt (I have tested it on XP): You can run any program from command prompt whose reference is present in you systems32 folder. You must confirm it. Open you System32 folder. its location will be in WINDOWS\system32. Now right mouse click and arrange Icons by > Type and select Show in Groups. You will see Grouped items. And Max of item in Application category will be run directly on command prompt

Go to Start Menu > Run… or Windows+R and type in the command to run

Some of useful run commands are…


Read the rest of this entry »

How can I register (install) a .dll on windows?


How can I register (install) a .dll on windows?

To register (install) a .dll on windows Microsoft provided a command-line tool ‘Regsvr32.exe’. Regsvr32 registers .dll files as command components in the windows registry.

When you use Regsvr32.exe, it attempts to load the component and call its DLLSelfRegister function. If this attempt is successful, Regsvr32.exe displays a dialog indicating success. To register dll go to start > Run

Tip..!!
You can also register a dll by creating a .bat file. Now we see example to register dll ‘RTF_to_HTM.dll’. Open Notepad.exe and put text ‘regsvr32 RTF_to_HTM.dll’ and save it.
File Name – registerDLL.bat
Save as Type – All Files


Read the rest of this entry »