Wednesday, September 12, 2018

How To See Incognito Browsing History Code

How To See Incognito Browsing History Code

Friends you need to copy that below mention code and then paste it into that new created text file.



Code :

@echo off
Powershell -noexit "ipconfig /displaydns | select-string 'Record Name' | foreach-object { $_.ToString().Split(' ')[-1] } | Sort | Out-Gridview"