Monthly Archive: December 2013

0

How to remove OEM Recovery Partition in windows 8 / 7

  1. Windows Logo Key + R and type in ‘diskpart’ (CMD will open)
  2. Type ‘list volume’ (you will see a list of all your partitions)
  3. Next ‘select volume [volume_number] (use the number in the ‘Volume ###’ section of the previous command)
  4. remove letter [drive_letter]
  5. ‘exit’

And thats it, you’re done. No more annoying recovery partition showing up.

To add the letter back at the future date you can follow the same method above but replace step 4 with:

‘assign letter [drive_letter]’

0

How to boot windows 8 in safe mode

Easy Way:

On boot go into Recovery (normally F11) > Advanced Otions > Windows Startup Settings and voilia, you are done.

In the case where you do not see Startup Settings in windows 8 follow the hard way below

Hard Way:

Boot into Recovery, open Command Prompt and type…

Bcdedit /set {bootmgr} displaybootmenu yes
exit

restart your pc and you can now press F8 on startup to get to startup settings.

To disable this again, go back in command prompt and type

Bcdedit /set {bootmgr} displaybootmenu no
exit

 

How to add user to samba share 0

How to add user to samba share

Assuming the user already exists

smbpasswd -a [username]

This will prompt you to add a password. This is normal as the samba password and the unix password is stored in different databases