Monday, February 1, 2021

Install two versions of Firefox in the same machine

  • Say Firefox1 is already installed in your computer having an icon on the desktop. This is the default Firefox browser.
  • Now you want to install a second version of Firefox. Let its name be Firefox2.
  • Download the zipped version of the Firefox2.
  • Now create a new Folder in C:\Firefox2
  • Unzip the installation package of Firefox2
  • Double click on the installer file. Select Custom installation.

  • Click next. Select the folder of Firefox2
  • Click next to install. Uncheck the Create icons.
  • After installation is complete do not Launch the Firefox immediately.
  • Click Finish. Now create a Desktop Icon with the following line. (Important)
  • Type the location of the item: C:\Firefox2\firefox.exe -p -no -remote (space between each switch)
 
  • Click Next
  • Click Finish. 
  • Important! Now disconnect from Internet, otherwise the Firefox will automatically update.
  • Now double click on the Firefox2 icon.
  • Firefox Profile Manager will open.
  • Now Create another Profile by clicking on Create Profile.
  • Click Next
  • Type a new profile name. Then click Finish.
  • A new profile of Firefox2 will be shown. Now click Start Firefox.
  • Open the Firefox Settings and Stop updating
  • Now connect to your Internet again.
  • Firefox 50


















 

Saturday, June 6, 2020

How to organize Youtube live


Youtube Live Streaming configuration in OBS



Broadcasting a Zoom session


Broadcasting directly form Zoom Pro

How to create certificate from google form


Creating a custom certificate

Thursday, July 12, 2018

Hard Drive Not Showing During Windows 7 Installation

Cause: 

The partition is created by a previous Windows XP installation. Therefore, Windows 7 installation is not successful to show the HDD.

Solution:


  1. Start the Windows 7 installation from a USB or CD.
  2. Select Repair your Computer
  3. In the System Recovery Option dialogbox click on Next button.
  4. Select the Command Prompt option.
  5. At the command prompt type DISKPART
  6. DISKPART>list disk
  7. DISKPART>select disk 0
  8. DISKPART>clean
  9. Exit the DOS window and then go to setup Windows.
A YouTube solution LINK

Saturday, February 3, 2018

No folder or file is shown in my USB pen drive

Although you pen drive contains data but it is not showing except some links and FOLDER.
To solve this problem go through the following steps:

STEP-1
Insert your pen drive to a USB port. Open MyComputer and find out the drive letter of the pen drive. Let me assume it is G:

STEP-2

Click on the Windows Start Button. Type cmd in the Search Box. The command prompt box will opened. Now type  attrib -h -r -s /s /d g:\*.* 


Just copy the above command and paste it into the terminal window. Press Enter key.

STEP-3
Now open the pen drive in the MyComputer. Here you will find a folder with other files. Delete the files those you cannot recognise and keep your required files.

BEST OF LUCK!

Thursday, September 29, 2016

Tuesday, August 19, 2014

Run Turbo C++ in Windows 7 or Windows 8

For running Turbo C++ in Windows 7 or Windows 8. The application provides all the features of the old IDE, eliminating all the incompatibility issues that are encountered in a normal Turbo C++ installation on modern Windows editions.

  • Just download the .zip file from this link. Softpedia. A file TurboC++ for Windows 8n7_v3.7.9.9.zip will be downloaded.
  • Unzip the file in any folder and click the file TurboC++ for Windows 8n7_v3.7.9.9.exe to set it up.
  • Double click on the icon to start TurboC IDE.




It is just that mush easy and straight forward.