Showing posts with label Customization. Show all posts
Showing posts with label Customization. Show all posts

Wednesday, 2 March 2016

How to solve Google SMTP Server attempt prevent error ?

Posted by Nikulsinh On Wednesday, March 02, 2016 38 comments
Before some time, I am working on my ASP.NET Project and Send mail to customer Email Address using Google Gmail SMTP Service Provide, but Google say me "Sign-in attempt prevented" and apear bellow message in my Gmail inbox:

Hi Unique
Someone just tried to sign in to your Google Account ........ from an app that does't meet modern security standards....


And after see message, Just i enable "Less secure apps" and SMTP working Fine and problem solve..


Gmail SMTP Configuration
smtp.Host : smtp.gmail.com
smtp.Port  : 587
smtp Username: your Gmail ID
smtp Password : your Gmail Password
More visit: Google Apps SMTP Setting Official

Less Secure Apps Access URL: 
https://www.google.com/settings/security/lesssecureapps


Sunday, 3 January 2016


1. Download "Root Browser"

2. Open "Root Browser" and Go to "root" folder

3. Inside root folder go to "data" folder

4. Inside data folder go to "data" folder [again]

5. Inside data folder go to "com.whatsapp" folder

5. Inside com.whatsapp folder go to "shared_prefs" folder

6. Finaly, You see all the files, search "com.whatsapp_preferences.xml" file and click open

7. Open file in "RB Text Editor"

8. Change value 16 to 500 and Save file and close

Done...!

Sunday, 16 August 2015

How to Restore USB Drive Back to Full Capacity ?

Posted by Nikulsinh On Sunday, August 16, 2015 2 comments
Best Way To Restore USB Drive Back to Full Capacity ..!

If You have used USB Drive to install a Ubuntu or any Linux Distros on your PC, Your PEN drive might lost the Space. Whether Your PEN drive is 4GB / 8GB / 16GB or whatever it will Reduce to the size of the ISO file You have used normally to 700MB. You can format this Pendrive but still you will get only 700MB. So, What now?

There is a Simple trick to Recover Pen Drive to its Full Capacity.

What You Need?
  • A PC with Windows OS.
  • A Corrupted USB Drive.

Open Run ( Windows + R )

Type Diskpart and press Enter ( diskpart )

Type list disk ( list disk )

Type select disk 1 ( select disk 1 )

Type clean and enter ( clean )

Now you USB will show 0Bytes. Don't panic. Just unplug USB and insert again.
The system will prompt for fromat and do format.

Other: Go to Manage -  Disk Management 


Right Click on USB Drive, Choose "New Simple Volume" and Create New Volume...!

That's it. You have recovered Your USB drive to its full capacity from corruption!!

Friday, 7 August 2015

How to Embed PDF into Website

Posted by Nikulsinh On Friday, August 07, 2015 3 comments
Embedding a PDF From Drive into Website / Blog HTML

Embedding PDFs in a blog can be a great way to share information, especially with parents and the community. These days Google Drive makes this easy: when you’re viewing a PDF you can easily get the embed code and drop it into you blog. But, the code includes a preview pane and no options for zooming, so it’s not idea. The default Google Drive PDF embed code ends up creating this:

Steps:

  • Upload PDF File into Google Drive
  • Get PDF Link "Right click on File and Click on 'Get Link' "
  • Copy Link and Past into Embed Link

<iframe src="https://docs.google.com/viewer?srcid=[put your file id here]&pid=explorer&efh=false&a=v&chrome=false&embedded=true" width="580px" height="480px"></iframe>



Example:
<iframe src="https://docs.google.com/viewer?srcid=0B9NfvX4FYaxtUGxPTE41T3FuZUE&pid=explorer&efh=false&a=v&chrome=false&embedded=true" width="700px" height="480px"></iframe>
  • Past above code to your Website and Blog...!
  • Adjust Width and Height by Requirements 
Unique Developing - Web Design & Development

Thursday, 2 July 2015

How to Access Computer Hard Drive with Android Smartphone

Posted by Nikulsinh On Thursday, July 02, 2015 3 comments
How to Access / Use Computer Hard Disk / Drive with Android Smartphone at Same WiFi Network

Hello guys, Today I am explain How to Access Computer and System Hard Drive using Android Phone and any Latest Phone with "ES File Explorer Application"
So, I explain Step by Step Procedure with Screen Shot

Note: Required Same WiFi Network 

First:- Create a Windows Access Password, Means User Account to Access Windows Computer System for Another Device !

Second:- Enable Sharing Facility on Windows PC by Choosing "Advanced Sharing"
Go to My Computer


  • Drive List
  • Choose Any Drive and Right Click
  • Share with
  • Advanced Sharing 
  • & Open POP-UP Window
  • Click on "Advanced Sharing" and Open another Window
  • Marked "Share this Folder" and click OK - OK



Third:- Open "ES File Explorer" App in Your Android Smartphone and Find "LAN" Option
  • Fast Access 
  • Network 
  • LAN
Fourth:- Under LAN Option,
  • Scan (Left Bottom Side) and Wait Few Second
  • After Find, Click on Computer Name and then Open Small POP-Window then Enter
  • Username (Computer Username)
  • Password (Account Password) and Click OK

Download ES File Explorer via PLAY STORE
ES File Explorer

Complete Access for Hard Drive. Enjoy !
Idea Giving by Dhrupal Patel 

Sunday, 19 April 2015

How to Install Sony Vegas Pro - 13 0 in Windows 8.1

Posted by Nikulsinh On Sunday, April 19, 2015 1 comment
How to Install Sony Vegas Pro - 13 0 in Windows 8.1

Tags:
How to Install Sony Vegas Pro - 13 0 in Windows 8.1 and Successfully Registered
Crack / Patch / Activation / Serial Number / for Sony Vegas Pro Version 13.0


Patch Download
https://app.box.com/s/zn6zypreu3lm3zaxo19jvrexp9i78eh2

How to Uninstall Sony Vegas Pro - 13.0 in Windows 8.1 or 8

https://www.facebook.com/chand2like

Saturday, 28 March 2015

Change Windows 8 Screen CTRL + FUN + - (For Less)

Posted by Nikulsinh On Saturday, March 28, 2015 3 comments
Last day,

My Lenovo Laptop was change my Whole Laptop screen look like bellow image and I am can not change this to normal mode.


Solution:-
And then My Friend Harendrasinh can change this using CTRL + FUN + - (For Less) & CTRL + FUN + + (For Big) screen [Look like a Zoom Effect]

Harendrasinh Rathod

Windows 8 & 8.1 Shortcut Keys

 

Sunday, 1 February 2015

Disk - Clean and Clean All with Diskpart Command

Information
This will show you how to use the clean or clean all command on a selected disk to delete all of it's MBR or GPT partitions, volumes, and any hidden sector information on MBR disks is overwritten.

The data on the HDD is not written over using the clean command like it does with the clean all command below. With the clean command, the data on the HDD is only marked as being deleted instead and is only written over when new data is written/saved to the same location on the HDD next.
ORYou could use the clean all command (secure erase) to do the above and also have each and every disk sector on the HDD written over and zeroed out completely to securely delete all data on the disk to help prevent the data from being able to be recovered. "Clean All" takes about an hour per 320 GB to finish running.

1. In Windows 7, open an elevated command prompt (Administrator Mode), or a command prompt at boot.
OR
2. In Windows 8 and 8.1, open an elevated command prompt (Administrator Mode), or a command prompt at boot.
Check Disk Name
Be sure that you have the correct Disk #. You would not want to wipe clean the wrong disk.
  • A) Press the Windows + R keys to open the Run dialog, type compmgmt.msc , and press Enter.
  • B) If prompted by UAC, click/tap on Yes.
  • C) Click/tap on Disk Management in the left pane, and make note of the disk # in the middle pane of the disk that you want to clean or clean all.
NOTE: For example, I would use Disk 1 if I wanted to use clean or clean all on my USB key drive.

How to "Clean" or "Clean All" a Disk with the Diskpart Command

3. In the elevated command prompt, type diskpart and press Enter.

4. In the elevated command prompt, type list disk and press Enter.
NOTE: This will give you a list of disk numbers to select from.

5. In the elevated command prompt, type select disk # and press Enter.
NOTE: You would substitute # for the disk number listed that you want to use clean or clean all on. For example, I want to use one of them on Disk 1 (from step 1) for my USB key drive, so I would type select disk 1 and press Enter.

6. If the status of the selected disk # (ex: Disk 3) shows as Offline, type online disk, and press Enter to make it online. (see screenshot below)

7. Do either step 8 or 9 below for which command you would like to use.

8. To Use the Clean Diskpart Command
NOTE: (Recommended) See the green INFO box at the top of the tutorial for more information about this command. This command will wipe the HDD quickly.
  • A) In the elevated command prompt, type clean, press Enter, and go to step 10 below.
NOTE: This will not take long to finish. Think of it as being like a quick format.

9. To Use the Clean All Diskpart Command
NOTE: See the green INFO box at the top of the tutorial for more information about this command.

This command will wipe the HDD, and perform a secure erase. "Clean All" takes about an hour per 320 GB to finish running. It's best to only use this command if you wanted to help make sure that the data on the HDD cannot be recovered say when giving or selling the HDD to another person.
  • A) In the elevated command prompt, type clean all, and press Enter, and go to step 10 below. You will see the command prompt below as is until the "clean all" command is finished. (see screenshot below)
NOTE: This will take quite some time (several hours or more) to finish depending on how large the disk is since it is writing over each and every sector on it to zero. Think of it as being like a full or low level format.
10. When finished, in the elevated command prompt, type exit and press Enter. Close the elevated command prompt.

11. The disk will be left as unallocated space.

12. You will now need to create a new partition or volume on the disk to be able to use it again.
That's it,
 
Simple Command Direct Execute:
Run CMD on Administrator Mode
  1. diskpart
  2. list disk
  3. select disk 1
  4. clean
  5. clean all

For Expert User Only !

If Show Drive Format
Then Go to Disk Management and locket your Disk Part and Right click
Then Choose New Volume (New Drive Later)
 

Wednesday, 2 April 2014

How to get Google+ Plus custom URL

Posted by Nikulsinh On Wednesday, April 02, 2014 1 comment
How to Create Custom URL in Google + Plus Profile
How to Get Custom URL Name in Google Plus Profile

A custom URL is a short, easy-to-remember web address that links directly to your Profile or Page. For example, YouTube's Google+ Page owners can direct people to plus.google.com/+RathodNikulsinhNic to visit their page rather than
plus.google.com/u/0/105100545386418168541/


          •If you’re eligible, you can get a custom URL for your Google+ Profile or Page.
          •Your custom URL can’t be changed. It will be reassigned based on things like your name or the name of your linked website. You may also need to add a few letters or numbers to make it unique to you.

Getting your custom URL through Google+
To get your custom URL:

1.Sign in to Google+. Place your cursor in the top left corner for the Google + main menu and then click  Profile.

2.Click the About tab, and under Links > Google+ URL, click Get URL.


3.You’ll see the custom URL you’ve been approved for, which you aren’t able to change. You may also need to add a few letters or numbers to make it unique to you.

4.Click the box next to “I agree to the Terms of Service” then click Change URL in the bottom left corner.

5.You may be asked to verify your account using your mobile phone number. To do this, you’ll need to:
      a. Enter your mobile phone number when prompted, then click Send code in the lower left corner.
      b. Check your phone for the code that was sent to you.
      c. Enter that code in the box on your screen, then click Verify in the lower left corner.
 
 

6. This URL will be linked to your Google+ Page or Profile, so be sure everything is exactly the way you want it. Once your URL has been approved, you cannot request to change it. When you're certain, click Confirm choice.


Change capitalization or accents of your custom URL
If you want to change the capitalization or accents/diacritics of your custom URL, follow these steps:

1.Sign in to Google+. Place your cursor in the top left corner for the Google + main menu and then click  Profile.

2.Click the About tab, and under Links > Google+ URL, click Edit.

3.A box will appear allowing you to make edits to the formatting.
Remember, you can only change the capitalization and diacritics of the URL, not the URL itself.

Eligibility requirements
To get a custom URL, your account needs to be in good standing and meet a few other requirements.
For Individual Users:

      •Ten or more followers
      •Account is 30 days old or more
      •Profile includes profile photo


For Local Google+ Pages: Must be a verified local business
For Non-local Google+ Pages: Must be linked to a website

Custom URLs must be used in compliance with the Google+ User Content and Conduct policies and the Google+ custom URLs terms of use.
If you find a custom URL that violates our policies, please report the Profile.

Site search

    Submit URL