IIRC whenever I use to install WAS on my Windows PC it used to create short cuts to desktop of profile management tool. This time it wasn't created, please tell me the name and location of that batch file (in WAS) from where I can create the similar short cut again by myself.
Not sure about the UI part but in case you want to create it from commands you can do this -
manageprofiles.bat -create -profileName AnyAppSrv -profilePath %WAS_HOME%\profiles\AnyAppSrv -templatePath %WAS_HOME%\profileTemplates\default -serverName server1 -cellName AnyAppSrvNode1Cell -nodeName AnyAppSrvNode1 -hostName localhost -enableAdminSecurity false
Note: Path may differ which you have to set on your own.