I ended up doing the following...
1) Stop MySQL Service
2) Initialize default mysql database ("data" folder) using command line
mysqld.exe --initialize --user=mysql
3) Run (start) MySQL with passwords disabled
mysqld.exe -u mysql --skip-grant-tables
4) Manually edit `mysql`.`user` table passwords