I have an idea. since op is stuck 13 years in the past. we need to save him from the gravitational time anomaly he and/or she is most likely stuck in, and do to the severity of op's assumed problems we must deduce the variables needed to answer op's clearly imperative question.
So...
A) Op's need to open his and/or her browser is of life, limb and time travel important, But we don't know what it is and we have no way to ask. so our solution to op's problem must apply generally to browsers of the time, which leaves us at "what windows does op got 13 years ago". Windows 7! probably...
Browsers available at the time for windows 7. Opera, firefox, chrome, internet explorer. which rules out Microsoft edge. so the is in some regard to a function of windows 7 that will; 1) open default browser, 2) goto most used email providers website 3) log into email.
i have step 1) covered,
Start "" "www.emailprovider.com" will open a web address on windows 7 to the default browser. but how to find the email provider.
Options:
- Bookmarks and an array of popular email providers.
- cookies and an array of popular email providers.
- recent programs and an array of popular email providers.
- an array of popular email providers registry entries.
- (add more if got more)
using the environment variable
%AppData% on windows 7 will open the users account data folder. from there we need to figure out what the email provider is
Code: Select all
%appdata% = %systemdrive%\users\%username%\roaming
on windows 10
Code: Select all
C:\Users\user\AppData\Roaming\Mozilla\Firefox\Profiles\dk9e0tkt.default-release\bookmarkbackups
is where bookmarks are stored for firefox browser: which is
Code: Select all
::Paths are for windows 10 but is a place to start
If exist %systemdrive%\Users\%username%\AppData\Roaming\Mozilla\Firefox\Profiles\dk9e0tkt.default-release\bookmarkbackups
If exist %appdata%\mozilla\firefox\dk9e0tkt.default-release\bookmarkbackups
if exist %systemdrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\firefox.exe
::formautofill@mozilla.org.xpi has 31 matchs for the search term "mail"
if exist %systemdrive%\Program Files\Mozilla Firefox\browser\features\formautofill@mozilla.org.xpi
::always there anyways
if exist %systemdrive%\%appdata%\Microsoft\Windows\Start Menu\Programs\Accessories\iexplorer.exe
if exist %systemdrive%\Program Files\Internet Explorer\iexplore.exe
%appdata%\chrome here
%appdata%\opera here
i need vmware\win7 or something --- more digging!
bump, bump, bump.