Skip to main content

Secret Hacking Codes for iphone

Secret Hacking Codes for iphone

Secret Hacking Codes for iphone
*#43#   
Use to verify if call waiting is enabled
*#61#  
Verify the number for unanswered calls
*3282#     
Get your data usage information.
*729     
Options to make payments. Its operator specific.
*#62#   
Verify the number for call forwarding if no service is available.
*#67#   
Verify the number for call forwarding if phone is busy
*#33#  
To verify whether barring is enabled or disabled for outgoing
*#21#   
To display the settings for your call forwarding
*3001#12345#*
Enters Field mode which allows you to access most of the hidden settings and functions of your iPhone.
*#30#    
This shows whether you have enabled or disabled the presentation of the calling line, presumably the number of the party placing the call.
*#76#    
State whether the connected line presentation is enabled or disabled. Similar to the calling line presentation.
*#06# 
Display the IMEI of your iPhone, as always this is the standard code for all brands of phones.
*225#    
Displays the account balance for postpaid contracts.
*777#     
Displays the account balance for prepaid accounts.
*646#  
Displays the remaining minutes available.
611     

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