"After 32-bit Anaconda installation ,Anaconda Navigator Not found Only Anaconda prompt is found"
First install Anaconda2-5.3.1-Windows-x86.exe
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86.exe
After this, open Anaconda Prompt
1.enter command to check python installation where python
(base) C:\Users\admin>where python
C:\Users\admin\Miniconda3\python.exe
2.enter command to check conda installation where conda
(base) C:\Users\admin>where conda
C:\Users\admin\Miniconda3\Library\bin\conda.bat
C:\Users\admin\Miniconda3\Scripts\conda.exe
3.enter command to find version conda --version
Inside the System Properties window, go to the Advanced tab and click on Environment Variables…
Select the Path variable and click the Edit button.
click the New button. Then, add these two locations:
C:\Users\*YourUser*\Anaconda3\Scripts
C:\Users\*YourUser*\Anaconda3
4.After this steps ,add Command to install Anaconda Navigator
conda install anaconda-navigator
Now open the start menu ,you can found the anaconda navigator
For further reference
https://appuals.com/fix-conda-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file/