How to find the windows open in Incognito mode in Chrome before the computer closed them all down?

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
My computer shut down all pages I had open in Incognito Mode without my prompting. I believe because I had too many windows open at the same time.
Is there a way to find the windows I had open in that Incognito Mode before the computer closed it all down?
google-chrome private-browsing
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
My computer shut down all pages I had open in Incognito Mode without my prompting. I believe because I had too many windows open at the same time.
Is there a way to find the windows I had open in that Incognito Mode before the computer closed it all down?
google-chrome private-browsing
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
The point of incognito mode is not making the history.
â GabrielaGarcia
3 hours ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
My computer shut down all pages I had open in Incognito Mode without my prompting. I believe because I had too many windows open at the same time.
Is there a way to find the windows I had open in that Incognito Mode before the computer closed it all down?
google-chrome private-browsing
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
My computer shut down all pages I had open in Incognito Mode without my prompting. I believe because I had too many windows open at the same time.
Is there a way to find the windows I had open in that Incognito Mode before the computer closed it all down?
google-chrome private-browsing
google-chrome private-browsing
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
Pierre.Vriens
1,13951216
1,13951216
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
Gary Smith
62
62
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Gary Smith is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
The point of incognito mode is not making the history.
â GabrielaGarcia
3 hours ago
add a comment |Â
3
The point of incognito mode is not making the history.
â GabrielaGarcia
3 hours ago
3
3
The point of incognito mode is not making the history.
â GabrielaGarcia
3 hours ago
The point of incognito mode is not making the history.
â GabrielaGarcia
3 hours ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
Use IPConfgi DisplayDNS
A PC keeps a list of all urls visited, even those visited in Incognito modes. This is not a bug. Just like an ISP records all your browsing history, so does your PC.
How to Retrieve Your Browsing History
The following command not only works for Google incognito but also for all private browsers such as InPrivate browsing in IE and privatewindow in Firefox.
On Windows:
Open RUN by pressing WIN + R (on your windows pc)
Type CMD and press ok
Type the following
ipconfig/displaydnsthen press enter.
Find Out Which Sites Users Have Accessed In Private Browsing Modes
Private browsing is a relative new feature that allows users to hide
their web activities. The mode blocks that browsing session data os
stored in the browser or on the computer's hard drive. This for
instance means that no data is written to the cache or the cookie
storage.
Users naturally feel safer using that mode, but that should not be the
case. Why? Because there are means to find out which sites have been
accessed in private browsing mode locally.
You see, one feature of the Windows operating system is a DNS cache,
that stores domain name and IP links. Without going into to much
details, the DNS cache records information about every website that
the user opens in a web browser in Windows.
Curious Windows users just need to list the contents of the DNS cache
to find out what websites a user has been visiting in private browsing
mode. It may require some additional comparison to find the private
browsing mode websites, but that requires just some manual work and
can be neglected.
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
1
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
add a comment |Â
up vote
1
down vote
By design of Incognito, there is NO (repeat: NO) way to "find the windows I had open in that Incognito Mode before the computer closed it all down" (as in your question).
And if anybody knows some sort of work around for it, then that is to be considered as a bug ... which has become a feature.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Use IPConfgi DisplayDNS
A PC keeps a list of all urls visited, even those visited in Incognito modes. This is not a bug. Just like an ISP records all your browsing history, so does your PC.
How to Retrieve Your Browsing History
The following command not only works for Google incognito but also for all private browsers such as InPrivate browsing in IE and privatewindow in Firefox.
On Windows:
Open RUN by pressing WIN + R (on your windows pc)
Type CMD and press ok
Type the following
ipconfig/displaydnsthen press enter.
Find Out Which Sites Users Have Accessed In Private Browsing Modes
Private browsing is a relative new feature that allows users to hide
their web activities. The mode blocks that browsing session data os
stored in the browser or on the computer's hard drive. This for
instance means that no data is written to the cache or the cookie
storage.
Users naturally feel safer using that mode, but that should not be the
case. Why? Because there are means to find out which sites have been
accessed in private browsing mode locally.
You see, one feature of the Windows operating system is a DNS cache,
that stores domain name and IP links. Without going into to much
details, the DNS cache records information about every website that
the user opens in a web browser in Windows.
Curious Windows users just need to list the contents of the DNS cache
to find out what websites a user has been visiting in private browsing
mode. It may require some additional comparison to find the private
browsing mode websites, but that requires just some manual work and
can be neglected.
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
1
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
add a comment |Â
up vote
2
down vote
Use IPConfgi DisplayDNS
A PC keeps a list of all urls visited, even those visited in Incognito modes. This is not a bug. Just like an ISP records all your browsing history, so does your PC.
How to Retrieve Your Browsing History
The following command not only works for Google incognito but also for all private browsers such as InPrivate browsing in IE and privatewindow in Firefox.
On Windows:
Open RUN by pressing WIN + R (on your windows pc)
Type CMD and press ok
Type the following
ipconfig/displaydnsthen press enter.
Find Out Which Sites Users Have Accessed In Private Browsing Modes
Private browsing is a relative new feature that allows users to hide
their web activities. The mode blocks that browsing session data os
stored in the browser or on the computer's hard drive. This for
instance means that no data is written to the cache or the cookie
storage.
Users naturally feel safer using that mode, but that should not be the
case. Why? Because there are means to find out which sites have been
accessed in private browsing mode locally.
You see, one feature of the Windows operating system is a DNS cache,
that stores domain name and IP links. Without going into to much
details, the DNS cache records information about every website that
the user opens in a web browser in Windows.
Curious Windows users just need to list the contents of the DNS cache
to find out what websites a user has been visiting in private browsing
mode. It may require some additional comparison to find the private
browsing mode websites, but that requires just some manual work and
can be neglected.
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
1
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Use IPConfgi DisplayDNS
A PC keeps a list of all urls visited, even those visited in Incognito modes. This is not a bug. Just like an ISP records all your browsing history, so does your PC.
How to Retrieve Your Browsing History
The following command not only works for Google incognito but also for all private browsers such as InPrivate browsing in IE and privatewindow in Firefox.
On Windows:
Open RUN by pressing WIN + R (on your windows pc)
Type CMD and press ok
Type the following
ipconfig/displaydnsthen press enter.
Find Out Which Sites Users Have Accessed In Private Browsing Modes
Private browsing is a relative new feature that allows users to hide
their web activities. The mode blocks that browsing session data os
stored in the browser or on the computer's hard drive. This for
instance means that no data is written to the cache or the cookie
storage.
Users naturally feel safer using that mode, but that should not be the
case. Why? Because there are means to find out which sites have been
accessed in private browsing mode locally.
You see, one feature of the Windows operating system is a DNS cache,
that stores domain name and IP links. Without going into to much
details, the DNS cache records information about every website that
the user opens in a web browser in Windows.
Curious Windows users just need to list the contents of the DNS cache
to find out what websites a user has been visiting in private browsing
mode. It may require some additional comparison to find the private
browsing mode websites, but that requires just some manual work and
can be neglected.
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Use IPConfgi DisplayDNS
A PC keeps a list of all urls visited, even those visited in Incognito modes. This is not a bug. Just like an ISP records all your browsing history, so does your PC.
How to Retrieve Your Browsing History
The following command not only works for Google incognito but also for all private browsers such as InPrivate browsing in IE and privatewindow in Firefox.
On Windows:
Open RUN by pressing WIN + R (on your windows pc)
Type CMD and press ok
Type the following
ipconfig/displaydnsthen press enter.
Find Out Which Sites Users Have Accessed In Private Browsing Modes
Private browsing is a relative new feature that allows users to hide
their web activities. The mode blocks that browsing session data os
stored in the browser or on the computer's hard drive. This for
instance means that no data is written to the cache or the cookie
storage.
Users naturally feel safer using that mode, but that should not be the
case. Why? Because there are means to find out which sites have been
accessed in private browsing mode locally.
You see, one feature of the Windows operating system is a DNS cache,
that stores domain name and IP links. Without going into to much
details, the DNS cache records information about every website that
the user opens in a web browser in Windows.
Curious Windows users just need to list the contents of the DNS cache
to find out what websites a user has been visiting in private browsing
mode. It may require some additional comparison to find the private
browsing mode websites, but that requires just some manual work and
can be neglected.
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 41 mins ago
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
Invariant Change
1315
1315
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Invariant Change is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
1
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
add a comment |Â
2
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
1
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
2
2
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
You could also check the gateway/firewall logs, if you [or your IT department <gulp>] have access.
â Tetsujin
41 mins ago
1
1
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
Why do I get the impression, these answers are scaring a lot of people right now, hehe!
â Invariant Change
40 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
hehe, yup. I can track every user & where they've been for the past 6 months [I don't, but I could - the information is available to me in the gateway logs, even if they use our VPN.]
â Tetsujin
38 mins ago
add a comment |Â
up vote
1
down vote
By design of Incognito, there is NO (repeat: NO) way to "find the windows I had open in that Incognito Mode before the computer closed it all down" (as in your question).
And if anybody knows some sort of work around for it, then that is to be considered as a bug ... which has become a feature.
add a comment |Â
up vote
1
down vote
By design of Incognito, there is NO (repeat: NO) way to "find the windows I had open in that Incognito Mode before the computer closed it all down" (as in your question).
And if anybody knows some sort of work around for it, then that is to be considered as a bug ... which has become a feature.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
By design of Incognito, there is NO (repeat: NO) way to "find the windows I had open in that Incognito Mode before the computer closed it all down" (as in your question).
And if anybody knows some sort of work around for it, then that is to be considered as a bug ... which has become a feature.
By design of Incognito, there is NO (repeat: NO) way to "find the windows I had open in that Incognito Mode before the computer closed it all down" (as in your question).
And if anybody knows some sort of work around for it, then that is to be considered as a bug ... which has become a feature.
answered 3 hours ago
Pierre.Vriens
1,13951216
1,13951216
add a comment |Â
add a comment |Â
Gary Smith is a new contributor. Be nice, and check out our Code of Conduct.
Gary Smith is a new contributor. Be nice, and check out our Code of Conduct.
Gary Smith is a new contributor. Be nice, and check out our Code of Conduct.
Gary Smith is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1366420%2fhow-to-find-the-windows-open-in-incognito-mode-in-chrome-before-the-computer-clo%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password

3
The point of incognito mode is not making the history.
â GabrielaGarcia
3 hours ago