Alpha Tech Solutions

Alpha Tech Solutions contact us for: Laptop and Desktop parts, Server Spares etc...

Alpha Tech Solutions is a firm of all kind of laptop and desktop parts like Base, Panel, Hinge, Screen, motherboard, DVD writer Battery Keypad, SMPS,etc...... also deals in sever spares like thin client, CCTV etc.....

18/08/2017

tellem disu

11/03/2017

Rango ka tyohar holi ......
aap svi ko Mubarak ho

24/02/2017

Happy mahashivratri to all of u.... Bum bum bhole........
Har har mahadeo....

How to use the scraps
21/01/2017

How to use the scraps

21/01/2017

Everyone has their own Reasons of having password on their phone. Most of the time its about Security Reasons and to avoid unauthorized access but the real problem occurs when you fail to remember or forget your Password. In such situations, only thing that comes in mind is to factory reset the phone so that you can start all over again with new password.

Today we will be discussing and sharing Steps on How to Factory reset iphone without password. So in Case you have forgot your password. Or you just bought an iphone from someone but its password protected. Or May it be any reason you want to factory reset your iphone and don’t know the password, You are at the right place.

Before we proceed with steps to tackle with this issue, you need to make sure that your phone don’t have iCloud Activation, Because if you have Find my iphone activated then that means when you do reset your phone you won’t be able to login. It will ask you for the Password. Ok so Let us Get started and see how to factory reset your iphone without password.

STEPS TO FACTORY RESET IPHONE WITHOUT PASSWORD

Things you will need to perform this Method are:

iTunes Installed on your PC.USB Cable

Once you are ready with above mentioned things, we are ready to proceed. This Factory reset without password Method works on all iphones 6/5s/5c/5/4s/4/3gs/iPad or iPod.

Step 1: First of all we will power off the phone. What we will do is keep holding Sleep/wake Button and Slide to Power off.

Step 2: Now you need to start iTunes on your Computer and make sure USB Cable is attached to it. Now Hold Home Button and then insert USB data Cable into your iphone

03/11/2016

Surya bhagwan ka tyohar aap sbo ko mubarak ho...... Happy chhath puja

28/12/2015

thanks to all my dear friends who supporting me on facebook

22/05/2014

for the end user of laptop and desktop you can directly contact any kind of hardware and software problem.... call on this 9905908708

The PLC demo system aims to demonstrate the complete PLC signal chain. It has four isolated input channels and four isol...
24/04/2014

The PLC demo system aims to demonstrate the complete PLC signal chain. It has four isolated input channels and four isolated output channels. The input channels have 24 bit resolution (using AD8220 IN-AMP + AD7793 Sigma Delta ADC) and each channel can be configured to accept a wide variety of input signals, from 4-20ma current loops to high voltage inputs 0-5, 0-10v, +/-5v, +/-10v. It can also accommodate RTD/TC inputs. The output channels have 16 bit resolution using the AD5422 which features an integrated output driver and built in fault detection and protection. The AD5422 has the following programmable output ranges, 4-20ma, 0-5v, 0-10v, +/-5v, +/-10v. Channel isolation is achieved using the ADuM5401 or ADuM1401. The complete design uses ADI converters, isolation technology, processors and power management products, allowing customers to evaluate the whole signal chain.

21/04/2014

Here is how I went about deleting that protected partition so I could format the ENTIRE drive for use in my wife’s computer…

#1 Open command Prompt

#2 Type “diskpart” and press enter to launch the text based diskpart tool…

#3 Here is a transcript of the session:
Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: V131

DISKPART> list disk

Disk # # # Status Size Free Dyn Gpt
——– ————- ——- ——- — —
Disk 0 Online 298 GB 0 B
Disk 1 Online 7640 MB 0 B
Disk 2 Online 298 GB 285 GB

DISKPART> SELECT DISK 2

Disk 2 is now the selected disk.

DISKPART> LIST PARTITION

Partition # # # Type Size Offset
————- —————- ——- ——-
Partition 1 Recovery 13 GB 1024 KB

DISKPART> SELECT PARTITION 1

Partition 1 is now the selected partition.

DISKPART> DETAIL PARTITION

Partition 1
Type : 27
Hidden: Yes
Active: No
Offset in Bytes: 1048576

Volume # # # Ltr Label Fs Type Size Status Info
———- — ———– —– ———- ——- ——— ——–
* Volume 5 PQSERVICE NTFS Partition 13 GB Healthy Hidden

DISKPART> INACTIVE

The current partition is already marked inactive. (I didn’t need to do this…)

DISKPART> DELETE PARTITION

Virtual Disk Service error:
Cannot delete a protected partition without the force protected parameter set. (I eventually had to lookup the override command because I had forgotten how to do it…)

DISKPART> DELETE PARTITION FORCE (wrong)

The arguments specified for this command are not valid.
For more information on the command type: HELP DELETE PARTITION

DISKPART> FORCE DELETE PARTITION (wrong, but since it was not recognized it did list all the options for me…)

Microsoft DiskPart version 6.1.7601

ACTIVE – Mark the selected partition as active.
ADD – Add a mirror to a simple volume.
ASSIGN – Assign a drive letter or mount point to the selected volume.
ATTRIBUTES – Manipulate volume or disk attributes.
ATTACH – Attaches a virtual disk file.
AUTOMOUNT – Enable and disable automatic mounting of basic volumes.
BREAK – Break a mirror set.
CLEAN – Clear the configuration information, or all information, off the
disk.
COMPACT – Attempts to reduce the physical size of the file.
CONVERT – Convert between different disk formats.
CREATE – Create a volume, partition or virtual disk.
DELETE – Delete an object.
DETAIL – Provide details about an object.
DETACH – Detaches a virtual disk file.
EXIT – Exit DiskPart.
EXTEND – Extend a volume.
EXPAND – Expands the maximum size available on a virtual disk.
FILESYSTEMS – Display current and supported file systems on the volume.
FORMAT – Format the volume or partition.
GPT – Assign attributes to the selected GPT partition.
HELP – Display a list of commands.
IMPORT – Import a disk group.
INACTIVE – Mark the selected partition as inactive.
LIST – Display a list of objects.
MERGE – Merges a child disk with its parents.
ONLINE – Online an object that is currently marked as offline.
OFFLINE – Offline an object that is currently marked as online.
RECOVER – Refreshes the state of all disks in the selected pack.
Attempts recovery on disks in the invalid pack, and
resynchronizes mirrored volumes and RAID5 volumes
that have stale plex or parity data.
REM – Does nothing. This is used to comment scripts.
REMOVE – Remove a drive letter or mount point assignment.
REPAIR – Repair a RAID-5 volume with a failed member.
RESCAN – Rescan the computer looking for disks and volumes.
RETAIN – Place a retained partition under a simple volume.
SAN – Display or set the SAN policy for the currently booted OS.
SELECT – Shift the focus to an object.
SETID – Change the partition type.
SHRINK – Reduce the size of the selected volume.
UNIQUEID – Displays or sets the GUID partition table (GPT) identifier or
master boot record (MBR) signature of a disk.

DISKPART> DELETE PARTITION OVERRIDE

DiskPart successfully deleted the selected partition.

DISKPART>

That’s it! Proceed with caution and of course adjust all the relevant disk/partition numbers to match YOUR computer. :-)

Address

B-9/13 Mansarover Building Nehru Place
Delhi
110019

Telephone

+911130821461

Website

Alerts

Be the first to know and let us send you an email when Alpha Tech Solutions posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Alpha Tech Solutions:

Share