Showing posts with label drive. Show all posts
Showing posts with label drive. Show all posts

Friday, September 23, 2016

Microsoft wants Windows 10 sell well on USB Flash Drive

Microsoft wants Windows 10 sell well on USB Flash Drive


Install Windows 10 from USB Flash Drive



Microsoft leads with Windows 10 probably a new form of distribution of its operating system. The two designed for client PCs in the private and business operational versions of Windows 10 (Home & Professional) are now available on USB sticks.

According to our information, Microsoft plans, both Windows 10 and Windows Home offer 10 Professional in the form of USB sticks with the enclosed license. In addition, there should be different language versions, which we can only confirm the previously defintive availability of versions in English and French. 

Windows 10 USB sticks

Windows 10, we can already mention: Windows 10 Home will be available for 119.99 dollars, while for Windows 10 Professional on a flash drive should be $ 199.99 due. Compared to the normal retail versions prices therefore covers not higher than in the normal DVD or download versions that carry the same price. Microsoft provides with the introduction of USB sticks as a Windows 10 installation media is another option for the customer. Thanks to the sticks can be the new operating system in the future with little effort and in pure form on a PC or tablet without an optical drive installed. A download will become obsolete, as well as the creation of installation media from a downloaded ISO file. 


Available link for download

Read more »

Friday, August 19, 2016

DVD drive not recognized in Windows 8

DVD drive not recognized in Windows 8


1. Open a Command Prompt as Administrator (Cltr+Shift+Enter)

2. Type:

reg.exe add "HKLMSystemCurrentControlSetServicesatapiController0" /f /v EnumDevice1 /t REG_DWORD /d 0x00000001

Press Enter

3. Reboot

Source: answers.microsoft.com

Available link for download

Read more »

Monday, August 8, 2016

Wiping a drive erase data permanently

Wiping a drive erase data permanently


Boot from a Linux Live CD.
Open a terminal as root.

Run:
# cat /dev/zero > /dev/hda

(Suppose that HDD or partition is hda.)

If you are not sure about it, than:
# fdisk -l

But you can use these Windows based softwares also:

Hard Disk Wipe Tool

Disk Wipe

Available link for download

Read more »

Thursday, August 4, 2016

How to create a bootable USB flash drive to install Windows 8 1

How to create a bootable USB flash drive to install Windows 8 1


Requirements:

*USB Flash Drive (8GB will be perfect)
* Windows 8 or 8.1 DVD or ISO.


1. Save your data from pendrive...

2. Start a command prompt as an administrator:

Click Start.
In the Start Search box, type cmd, and then press CTRL+SHIFT+ENTER.
If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

OR

Click Start, click All Programs, and then click Accessories.
Right-click Command prompt, and then click Run as administrator.
If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.

3. Write DISKPART, then Enter
(Click on pictures below.)




Then write LIST DISK and note USB flas drives number (Disk number - eg. Disk 1) .




4. Now write the next commands (and hit Enter after every command)


SELECT DISK 1

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS 
(Formatting time of USB flash drive depends on its size.)



ASSIGN

EXIT





Dont close Command Prompt, well need it a bit later.

5. Place DVD to DVD-ROM or mount Windows 8.1 ISO.
Check drive letter for DVD or mounted ISO (my flash drive is for G:, and mounted ISO is for H:)

6. Back to Command Prompt and write these commands:
(First change drive to DVD or ISO:)

H: (DVD drive or ISO)

CD BOOT

BOOTSECT.EXE /NT60 G:
 (USB flash drive letter)

boot

7. Copy all Windows 8.1 DVD, ISO files and folders onto USB flash drive.

masolas

8. When copy finished we can use the bootable Windows 8.1 USB flash drive for install the new Windows 8.1 system.

Dont forget to set the right boot device to USB-HDD in BIOS.

Bios-hd-menu-1

Or choose it from boot menu:



Available link for download

Read more »