Skip to main content

Posts

Create apple id

DIY: How to file Income Tax Return online?

How to file Income Tax Return Online without spending single penny. You can maintain your track record and no need to go to any Agent. Don't forget to save your draft form in some intervals. 1. Go to link - https://incometaxindiaefiling.gov.in/e-Filing/Registration/RegistrationHome.html 2. Register yourself to file income tax return 3. Select 'Individual. 4. Now complete three steps     Step 1: Enter basic details     Step 2: Registration Form     Step 3: Registration successful 5. Once registration is done you will get eMail. Activate your account following link in your eMail. Note Your PAN number is your user id. 6. You'll be directed to Login screen. Enter your credential. 7. Now on right panel frame, click on 'Quick e-File ITR' link. 8. Select -      a. ITR-1      b. Assessment Year      c. New Address      d. digitally sign? - No. 9. Thi...

Appium: error: Couldn't start Appium REST http interface listener

Sometime it happens that Appium server doesn't start getting below error message - error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already. Solution: In Windows - Start Task manager > Open Processes Tab > Kill process ' node.exe ' Start the Appium server again it will resolve the issue.

Password Protect your MS Outlook using macro

Yes password protect your outlook not data file. There are lot of way to password protect the data file but there is only one way to protect your Outlook is by VBA macro code. This macro will protect your outlook from being opened. If your system is used by multiple user and you don't want anyone to access your outlook mail then VBA is the way. Steps to follow - 1. Open outlook, go to option and select 'Trust Center Settings" 2. Under macro setting select 'Enable all macros' radio button and save the configuration. 3. Now press alt+F11 button keyboard. 4. On Left panel in project explorer expand and open 'ThisOutlookSession'. 5. Paste the below code without quote: Private Sub Outlook_Security() passwd = InputBox("Enter Password:", "Outlook Security")     If Mid(passwd, 5, 1) = "#" Then         MsgBox ("Welcome user")         Exit Sub     Else      ...

Backup and Restore in Windows 7

Backup your files Backup files regularly to be sure not loosing your important files. Backup your file automaticaly or manually. Step to follow- Clicking the Start button,  Control Panel ,  System and Security , and then clicking Backup and Restore . Click Set up backup , and then follow the steps in the wizard.  Provide authendication if ask for admin rights. OR If backup already created before, then create a new backup by clicking Back up now .     Provide authendication if ask for admin rights. Always use external hard disks, DVDs, or CDs to backup your files, never backup in same hard disk where windows is installed. Restore files from a backup You can restore backed-up versions of files that are lost, damaged, or changed accidentally. You also restore individual files, groups of files, or all of the files that you've backed up. Clicking the Start button ,  Control Panel ,  System and Security , and then...