Back to Top

KramatSoft

Article - Linux - StandardInstallation

Ubuntu 14.04 Desktop Installation (Standard Installation)

  • Download Ubuntu 14.04 ISO from http://www.ubuntu.com/download/desktop 
  • Create ISO USB bootable disk using  Universal USB Installer , you can download from http://www.pendrivelinux.com/ 
  • Configure your PC to boot enable from USB disk.
  • Restart your PC.
  • Then after that will show the image below, please choose "Install Ubuntu".
  • After that you just follow the installation instruction guide, below image is installation screen progress.
  • When it finished it will ask you to restart the PC, please don't forget to remove your Bootable USB disk.
  • After that just confirmed to restart PC, then it will come to Ubuntu Desktop Login Screen as image below.

 

 

Article - Windows - TabDevice

How to junction Program Files folder to other directory in Windows 8.1 or Windows 10.

 

When we used Tab Device we usually having problem with the C:\ drive, because currently it come with the small capacity storage.

Usually all the program installed on folder  “C:\Program Files”. When the C drive shortage with the free space then we stuck, we can’t installed anything again on our Tab Device.

So to avoid this issue we can do the following step with using junction :

1.       Ensure you have other drive storage that attached in your tab, usually it SSD memory disk and it usually acknowledge as other drive letter such as D drive, E drive, etc.

2.       For example it D drive so ensure your D drive is have enough free space.

3.       After you ensure about 2 point above so we can start to copy the “C:\Program Files” folder to “D:\Program Files” with following sintaks :

a.       First you you need to open the command prompt program, press “Win button + R button” in the same time then it will show box as image below, in that box type cmd then press “OK” button.

 

 

 

 

 

 

 

 

b.       Then will show the command prompt program like image below :

c.       Run the syntax below in the command prompt program :

                                                                i.      robocopy "C:\Program Files" "D:\Program Files" /E /COPYALL /XJ

 

4.       Registry Edit :

a.       First you need to open the command prompt program, please press “Win button + R button” in the same time then it will show box as image below, in that box type regedit then press “OK” button.

 

b.       After the registry program open then go to : ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion"

c.       Change the “Program Files” directory to the drive letter (D:\) 

5.       Rename the “C:\Program Files” directory into “C:\ProgFBAK”

6.       Then run the junction program below from the command prompt program :

a.       mklink /J "C:\Program Files" "D:\Program Files"

7.       Reboot your PC, then check everything working, example run your Ms.Excel program and ensure it work, if it don’t open you maybe make and error typing or not follow the step carefully, so please check and go back and try again.

8.       If it working smoothly then you can delete the “C:\ProgFBAK” folder.