Skip to main content

G mail dot(.) trick fool any site

G mail dot(.) trick fool any site
=================================
Its very useful trick, with that trick can create many account in One
Site.

If u Have only one G mail Id,
and u want to Reg. on any Site second time, and
they are not Allowed One email two Times, then u
Use this Trick
trick is that-
u add one or more dots(.) in old email id,
Suppose your old id is- hackermail@gmail.com On next time u Use!
hacker.mail@gmail.com,hacker..mail@gmail.com,or just insert many dot(.)in your G mail id
with that Ur registration Success and
if u think!
"Which id we get Conformation mail" don't Worry u Get confirmation mail on Ur Real mail id.

Comments

Popular posts from this blog

IBM iAccess for windows 7.1 "a system restart is pending" error

 IBM iAccess for windows 7.1 "a system restart is pending" error HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager 1. Look for the following key:  PendingFileRenameOperations or   FileRenameOperations ** 2. Right-click ->  Rename . 3. Add a prefix ### and press Enter. 4. Close regedit and attempt the installation.  Note:  Make sure to go back and remove the ### prefix. The installation should continue.

Webex always using Microphone

 Webex always using Microphone 1). Navigate to Webex settings 2). Devices - Use Ultrasound 3). Remove ticket "Use Ultrasound"

Your organization manages updates on this PC

 Your organization manages updates on this PC We can disable updates from SCCM/WSUS for time being by using below command $currentWU = Get-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” -Name “UseWUServer” | select -ExpandProperty UseWUServer Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” -Name “UseWUServer” -Value 0 Restart-Service wuauserv Once required updates are installed on Laptop switch back to previous settings Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” -Name “UseWUServer” -Value $currentWU Restart-Service wuauserv