Wednesday, February 26, 2014

How to fix fake serial problem in IDM

Nowadays IDM is the most widely used download manager because of its capability to download files at a faster rate than compared to that of any browser or any other download manager.But it has a trial period, which makes people to buy it but some people can not afford to buy a full version, so they have to use crack version of IDM, but sometimes crack serial key fails to work when you tries to update the version at that time a message occurs displaying 'Internet Download Manager has been registered with fake serial Number.
for overcoming this problems there are some of the best way is given to fix this problem:-

  • Trick first:
This trick is very useful when that type of error occurs in your IDM.
  1. First close opened IDM (Internet Download Manager).
  2. Open installed directory of IDM (eg. C:\Program Files (x86)\Internet Download Manager).
  3. Rename IDMGrHlp.exe into IDMGrHlp (Donot change the extension).
  4. Rename idmBroker.exe into IDMGrHlp.exe .

       Now Restart your computer then it is done and Enjoy!!!

  • Trick Second
  1. close IDM (if opened).
  2. Go to Run (i.e. window+R).
  3. type 'regedit' (without quotation).
  4. Now click on HKEY_LOCAL_MACHINE >> Software >>
  5. select Internet Download manager, And delete it.
  6. Now Download the register key of idm from here.
  7. install it and now its done.
                        Now enjoy guys

Download the Full version of IDM
Read More »

Activate C free 5 pro Permanently

Carefully read all the instructions :-
  •  Disconnect your PC/Laptop from the internet.
  •  Disable your antivirus.
  •  Run the application.
  •  After the installation is complete, you're supposed to register it, Otherwise, it will be a 30 days  trial.
  •  Select the Register option from the Help menu.
  •  Register with the following information.

Name
TEAM MESMERiZE
Email
MESMERiZE@wejustdo.it
Serial Number
5Onmluz+3IHs7MK+w9nGr83Dm7Ld+PCa5Iz4nvrh8InA9vDb

 'Close & Restart' the application which you'll be asked to do so. 
Now, you are done. You may enable your antivirus now.  
  •  To verify that your product is registered, select the About option from the Help menu.
  •  Whenever you Run this application, make it sure that you are disconnected from the internet.
Read More »

Simple steps to increase performance of PC

1.Defragmenting and optimizing your hard disk:-
  1. In windows 8, go to search box then type defragment then click " defragment and optimize your disk".
  2. then select every single disk and optimize and analyze them , it will take just few minutes. but in previous version of windows (eg.windows xp/vista/7). 
  3. click all programs then click accessories then click system tools and at last click "defragment and optimize your disk" then select every single disk and optimize and analyze them , it will take just few minutes.
2.Cleaning up your PC (or Notebook or Laptop):-
  1. Go to Run (or press windows+R) then type "cleanmgr" without quotation, click OK.
  2. New confirm box will open then click OK after few seconds options for cleaning up your PC (or Notebook or Laptop) window will open.
  3. Just click OK and click "delete files" (don't be panicked it only deletes temporary and unused files of your PC (or Notebook or Laptop), it won't affect your personal files).
  4. After few seconds it will be done, then your PC (or Notebook or Laptop) will be faster than before.
Read More »

Shutdown command line for Windows

The shutdown command is a Command Prompt command that can be used to shut down, restart, log off, or hibernate your own computer.
The shutdown command can also be used to remotely shut down or restart a computer you have access to over a network.
Shutdown Command Syntax:
shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e |/o] [/hybrid] [/f] [/m \\computer-name] [/t xxx] [/d[p:|u:]xx:yy] [/c "comment"] [/?]
How To Read Command Syntax if you're not sure how to read the shutdown command syntax shown above.
/i = This shutdown option shows the Remote Shutdown Dialog, a graphical version of the remote shut down and restart features available in the shutdown command. The /i switch must be the first switch shown and all other options will be ignored.
/l = This option will immediately log off the current user on the current machine. You can not use the /l option with the /m option to log off a remote computer. The /d, /t, and /c options are also not available with /l.
/s = Use this option with the shutdown command to shut down the local or /m defined remote computer.
/r = This option will shut down and then restart the local computer or the remote computer specified in /m.
/g = This shutdown option functions the same as the /r option but will also restart any registered applications after the reboot.
/a = Use this option to stop a pending shut down or restart. Remember to use the /m option if you're planning on stopping a pending shut down or restart that you executed for a remote computer.
/p = This shutdown command option turns off the local computer completely. Using the /poption is similar to executing shutdown /s /f /t 0. You can not use this option with /t.
/h = Executing the shutdown command with this option immediately puts the computer you're on into hibernation. You can not use the /h option with the /m option to put a remote computer into hibernation, nor can you use this option with /t, /d, or /c.
/e = This option enables documentation for an unexpected shut down in the Shutdown Event Tracker.
/o = Use this shutdown switch to end the current Windows session and open the Advanced Boot Options menu. This option must be used with /r. The/o switch is new beginning in Windows 8.
/hybrid = This option performs a shutdown and prepares the computer for fast start up. The /hybrid switch is new beginning in Windows 8.
/f = This option forces running programs to close without warning. Except with the /l, /p, and /h options, not using shutdown's /f option will present a warning about the pending shut down or restart.
/m \\ computer-name = This shutdown command option specifies the remote computer that you want to execute a shut down or restart on.
/t xxx = This is the time, in seconds, between the execution of the shutdown command and the actual shut down or restart. The time can be anywhere from 0 (immediately) to 315360000 (10 years). If you don't use the /t option then 30 seconds is assumed. The /toption is not available with either the /l, /h, or /p options.
/d [p:|u:]xx:yy = This records a reason for the restart or shut down. The p option indicates a planned restart or shut down and the u a user defined one. The xx and yy options specify major and minor reasons for the shut down or restart, respectively, a list of which you can view by executing the shutdown command without options. If neither p nor u are defined, the shut down or restart will be recorded as unplanned.
/c "comment" = This shutdown command option allows you to leave a comment describing the reason for the shut down or restart. You must include quotes around the comment. The maximum length of the comment is 512 characters.
/? = Use the help switch with the shutdown command to show detailed help about the command's several options. Executing shutdown without any options also displays the help for the command
Shutdown Command Examples:
shutdown /r /d p:0:0
In the above example, the shutdown command is used to restart the computer that's currently being used and records a reason of Other (Planned). The restart is designed by /r and the reason is specified with the /d option with p representing that the restart is planned and the 0:0 indicating an "Other" reason.
Remember, major and minor reason codes on a computer can be displayed by executing shutdown without options and referencing the Reasons on this computer table that's displayed.
shutdown /l
Using the shutdown command as shown here, the current computer is immediately logged off. No warning message is displayed.
shutdown /s /m \\SERVER /d p:0:0 /c
In this shutdown command example, a remote computer named SERVER is being shut down with a recorded reason of Other (Planned).Since no time is designated with the /t option, the shutdown will begin on SERVER 30 seconds after executing the shutdown command.
shutdown /s /t 0
Finally, in this last example, the shutdown command is used to shut down the local computer immediately since we designated a time of zero with the shutdown /t option.
Read More »

How to browse internet securely


1. Download and unzip PD-Proxy at http://www.pdproxy.com/download.htm

2. Open PD-Proxy.exe When a message asks you to install a driver press Yes.

3. Press the connect button and wait till it says that you are connected.

4. Enjoy browsing the internet securely...


Notes:
  1. Make sure the program has administrative privileges when using Vista/7
  2. Make sure the TAP-Win32 Driver is enabled.
Read More »

windows 8 default registry settings

There is default registry files of windows 8, which you can use for restoring the registry settings.
download link is given at the last of the post.

It contains following registry files

  1. Active-X Installer
  2. App Readiness
  3. Application Experience
  4. Application Identity
  5. Application Information
  6. Application Layer Gateway Service
  7. Application Management 
  8. AppX Deployment Service (AppXSVC)
  9. Background Intelligent Transfer Service
  10. Background Tasks Infrastructure Service
  11. Base Filtering Engine
  12. BitLocker Drive Encryption Service
  13. Block Level Backup Engine Service
  14. Bluetooth Support Service
  15. BranchCache
  16. Certificate Propagation
  17. CNG Key Isolation
  18. COM+ Event System 
  19. COM+ System Application
  20. Computer Browser Browser
  21. Credential Manager
  22. Cryptographic Services
  23. DCOM Server Process Launcher
  24. Device Association Service
  25. Device Install Service
  26. Device Setup Manager
  27. DHCP Client
  28. Diagnostic Policy Service
  29. Diagnostic Service Host
  30. Diagnostic System Host
  31. Distributed Link Tracking Client
  32. Distributed Transaction Coordinator
  33. DNS Client
  34. Encrypting File System (EFS)
  35. Extensible Authentication Protocol
  36. Family Safety
  37. Fax
  38. File History Service
  39. Function Discovery Provider Host
  40. Function Discovery Resource Publication
  41. Group Policy Client
  42. Health Key and Certificate Management
  43. HomeGroup Listener
  44. HomeGroup Provider
  45. Human Interface Device Access
  46. Hyper-V Data Exchange Service
  47. Hyper-V Guest Service Interface
  48. Hyper-V Guest Shutdown Service
  49. Hyper-V Heartbeat Service
  50. Hyper-V Remote Destop Virtualization Service
  51. Hyper-V Time Synchronization Service
  52. Hyper-V Volume Shadow Copy Requestor
  53. IKE and AuthIP IPsec Keying Modules
  54. Interactive Services Detection
  55. Internet Connection Sharing (ICS)
  56. IP Helper
  57. IPsec Policy Agent
  58. KtmRm for Distributed Transaction Coordinator
  59. Link-Layer Topology Discovery Mapper
  60. Local Session Manager 
  61. Microsoft Account Sign-in Assistant
  62. Microsoft iSCSI Initiator Service 
  63. Microsoft Software Shadow Copy Provider
  64. Microsoft Storage Spaces SMP 
  65. Multimedia Class Scheduler
  66. Net.Tcp Port Sharing Service
  67. Netlogon
  68. Network Access Protection Agent
  69. Network Connected Devices Auto-Setup 
  70. Network Connection Broker
  71. Network Connections
  72. Network Connectivity Assistant 
  73. Network List Service
  74. Network Location Awareness
  75. Network Store Interface Service 
  76. Offline Files
  77. Optimize drives
  78. Peer Name Resolution Protocol
  79. Peer Networking Grouping
  80. Peer Networking Identity Manager
  81. Performance Counter DLL Host
  82. Performance Logs & Alerts
  83. Plug and Play 
  84. PNRP Machine Name Publication Service
  85. Portable Device Enumerator Service 
  86. Power
  87. Print Spooler
  88. Printer Extensions and Notifications
  89. Problem Reports and Solutions Control Panel Support
  90. Program Compatibility Assistant Service
  91. Quality Windows Audio Video Experience
  92. Remote Access Auto Connection Manager
  93. Remote Access Connection Manager
  94. Remote Desktop Configuration
  95. Remote Desktop Services
  96. Remote Desktop Services 
  97. Remote Procedure Call (RPC) 
  98. Remote Procedure Call (RPC) Locator
  99. Remote Registry
  100. Routing and Remote Access 
  101. RPC Endpoint Mapper
  102. Secondary Logon
  103. Secure Socket Tunneling Protocol Service
  104. Security Accounts Manager
  105. Security Center
  106. Sensor Monitoring Service
  107. Server (LanmanServer)
  108. Shell Hardware Detection
  109. Smart Card 
  110. Smart Card Removal Policy 
  111. SNMP Trap
  112. Software Protection
  113. Spot Verifier
  114. SSDP Discovery
  115. Still Image Acquisition Events
  116. Storage Service 
  117. Superfetch
  118. System Event Notification Service
  119. System Events Broker 
  120. Task Scheduler 
  121. TCP/IP NetBIOS Helper
  122. Telephony 
  123. Themes
  124. Thread Ordering Server
  125. Time Broker
  126. Touch Keyboard and Handwriting Panel Service
  127. UPnP Device Host
  128. User Profile Service
  129. Virtual Disk
  130. Volume Shadow Copy
  131. WebClient
  132. Windows All-User Install Agent 
  133. Windows Audio 
  134. Windows Audio Endpoint Builder 
  135. Windows Backup 
  136. Windows Biometric Service 
  137. Windows Color System 
  138. Windows Connect Now 
  139. Windows Connection Manager
  140. Windows Defender Network Inspection Service 
  141. Windows Defender Service
  142. Windows Driver Foundation - User-mode Driver Framework 
  143. Windows Encryption Provider Host Service 
  144. Windows Error Reporting Service 
  145. Windows Event Collector
  146. Windows Event Log
  147. Windows Firewall 
  148. Windows Font Cache Service 
  149. Windows Image Acquisition (WIA)
  150. Windows Installer 
  151. Windows Management Instrumentation
  152. Windows Media Player Network Sharing Service 
  153. Windows Modules Installer
  154. Windows Presentation Foundation Font Cache 3.0.0.0
  155. Windows Remote Management (WS-Management)
  156. Windows Search
  157. Windows Store Service 
  158. Windows Time
  159. Windows Update
  160. WinHTTP Web Proxy Auto-Discovery Service
  161. Wired AutoConfig
  162. WLAN AutoConfig
  163. WMI Performance Adapter
  164. Work Folders Service
  165. Workstation (LanmanWorkstation)
  166. WWAN AutoConfig
Read More »

Tuesday, February 25, 2014

How to use free internet On Android phone

Internet is a Global system of interconnected computer networks. It also acts as medium between the server and the user for communicating, transferring, sharing, gathering and many more by using Internet Protocol Suite (TCP/IP). Billions of people in the world use internet because of its many more advantages. The Internet service is provided by the Internet Service provider they are different by their country. But some of the ISP blocks most of the important sites. for overcoming those problems VPN (virtual Private Network)s are here to unblocks all restricted sites and using VPN you can use free internet not only on your android devices but computers and and all technologies which supports internet browsing service.
Yes, you can use free Internet On Your Android Phone Using VPN (virtual Private Network). There are many more VPN services Which Totally Unblocks All Restricted sites . Lets not talk about the detail. lets go to the main topics.
YES ! It is possible using DROID VPN.

Steps to Be Followed:-
  • First you have to Root your Phone because it asks for the root permission.(Is your Phone rooted ? if not Click here.......). 
  • Install TunKo Installer on your Phone (Link is given below). 
  • signup in Droid VPN using your valid Email Address (SIGN UP LINK). 
  • Launch Tunko installer and install tun.ko which takes only few seconds. 
  • Install Droid VPN and launch it using your username and password .then touch connect then wait for few seconds it shows connected, then it is done.

      NOW ENJOY FREE INTERNET ON YOUR PHONE...
(Note: 100 mb internet data per day is allowed but my suggestion is that to make more account and use more data..)


                    
                        TunKo Installer                    Droid VPN
                                        
Read More »

Earn Money online

Nowadays online earning is growing rapidly. Some of the Best and trusted earning sites are given below, from where you can easily make $70 per month investing less than 2 hours per day.

Microworkers
Microworkers has been a great website for earning good amount of money for users all over the world. which pay their website via Paypal/Mastercard and many more option and has good reputation in internet.They have $10 minimum payout.
Shorttask
This is the best earning website specially for those people who do not have a PR website/blog. you will find many more available tasks there for users all over the world
Rapidworers
Another great website for making easy money. The minimum payout for this website is only $4 and what more it is instant.If you are a user of Microworkers you will not have much problem there.
Minijobz
This website can be very much useful for members other than tier 1 country (US, UK, Canada). Minijobz provides handsome amount jobs for India, Philippines workers. You will find more International job in this website.
Read More »

Search engine optimization

Read More »

Submit Website in search engine for free

Everybody wants to make their site or blog popular to allover the world. Everyone is searching for the backlinks, SEO for free. But there is rare sites which helps to submit your sites different search engine through them for free.

How to submit your sitemap to world's best search engine like Google and Bing ?
Google : http://www.google.com/webmasters/tools/ping?sitemap=YOUR_URL

eg.http://www.google.com/webmasters/tools/ping?sitemap=http://startingphaseofc.blogspot.com/sitemap.xml

Bing : http://www.bing.com/webmaster/ping.aspx?siteMap=YOUR-URL

eg.http://www.bing.com/webmaster/ping.aspx?siteMap=http://startingphaseofc.blogspot.com/sitemap.xml
There are other some List of sites which helps to submit your site or blog to search engine for free.
Read More »

How to root samsung galaxy young s5360

first of all you need to know that why should you ROOT your Samsung galaxy young s5360.

  • Samsung galaxy young s5360 is cheapest android smartphone available in the Market.
  • Samsung galaxy young has only 192 mb internal memory, but after rooting you can increase internal memory of your phone using custom ROM and using Link2sd app.
  • After rooting your Samsung galaxy young s5360 ,you can change boot screen of your Samsung galaxy young s5360.
  • you can manage system files of your Samsung galaxy young s5360.

Steps to be followed for rooting your Samsung galaxy young s5360 are follows:

  • First you have to download UPDATE.zip from here.
  • Copy update.zip in your SD CARD.
  • Turn off your Samsung galaxy young s5360.
  • Press "home button"+"Volume up key"+"Lock key" at the same time and hold it for 10 or 15 seconds until the recovery mode is opened.
  • By pressing "volume Down key" select "update your zip files from SD CARD" then press"home button" then select update.zip files from where you have placed.
  • Press "Home button" then it will take few seconds to complete.
  • After it is completed reboot your Samsung galaxy young s5360.
  • Then you will see "SuperUser" app on your Samsung galaxy young s5360. That means your phone is rooted.
""I am not responsible for any Possible damage for your Samsung galaxy young s5360""
Read More »