Installing an NX client on a USB

Last update on June 9, 2009 10:22 AM by jak58
Published by jak58

Installing an NX client on a USB






NX is a great when it comes to have remote access to your machine:
The user interface is performant and it provide secure communications (with ssh).

However, the NX client must be installed each time and having it installed on a USB key will save much time .

Here is how to proceed:
  • Download the NX client for Windows on the NoMachine website.


http://www.nomachine.com/download.php
  • Install it normally.


Create an empty directory (eg NxPortable).
In this folder, create the file start_nx.bat containing:

@echo off
echo Launch NX client...
set USERPROFILE=%CD%\Data
App\nxclient.exe %*
echo Nettoyage...
reg delete /f /va "HKCU\Software\Cygnus Solutions"
reg delete /f /va "HKLM\Software\Cygnus Solutions"
echo Finish.
  • In this same directory, create two subdirectories: app and data
  • Copy the NX client files from the C:\Program Files\NX Client for Windows to the app directory.
  • You should get this:


NxPortable\start_nx.bat
NxPortable\data\ (directory)
NxPortable\app\nxclient.exe (and the other files of the client NX in NxPortable\app\)
  • Now you just put it on your USB drive and run start_nx.bat

Instead of writing in the directory of the user profile,it will write in the subdirectory \data
A DOS window will remain open all the time the NX client is still open.
Best answers for « Installing an NX client on a USB » in :
Installing Windows XP from a USB key Show Installing Windows XP from a USB key Creating your bootable USB key: Installing XP Here’s how to create a Windows XP, bootable, USB key. This is very useful especially persons using Netbook or in the case that your PC is not equipped...
Install FreeNX server Show Install FreeNX server Instruction for installation Clients NX NX is a system that enables you to access your desktop from another computer over the internet. There exist different types of NX server: NX Server and 2X for...
VirtualBox: Installing client additions under Ubuntu ShowVirtualBox: Installing client additions under Ubuntu Once you installed the operating system in VirtualBox, it is recommended to install the client additions. These are drivers to install in the virtual machine to improve operations...
Installing Linux using your USB drive ShowInstalling Linux using your USB drive UNetbootin Other features UNetbootin If it happens that you have to install linux on a machine and you don’t have any CD or DVD to make an image but you have your USB flash drive. The minimum...
Install XP from your flashdisk ShowInstall XP from your flashdisk When your computer has a defect with its CD Drive and you are unable to read any CDs on it, you can choose to install Windows XP from a USB/ Flash disk and this is done quite easily. Below is what you need...
Download Broadcom Ethernet NIC NetLink Driver for Linux ShowThese drivers from Broadcom( BCM57xx/NetXtreme Broadcom NetLink BCM57xx WHQL) are compatible with the following chipsets: BCM 5781 BCM 5786 BCM 5787 BCM 5788 BCM 5789 These drivers work on Linux (tg3) ,if your are searching for the same...
Download Ext2 Installable File System ShowIf you currently have Windows running and you realize that you need some files for your work which you have stored on an Ext2 volume of your Linux installation, you no longer have to shut down Windows and boot Linux! Furthermore, Windows will now...
Installation of Linux ShowInstallation of the RedHat distribution The RedHat distribution is currently one of the most popular distributions, considering that the installation procedure is very simple. As a matter of fact, this procedure simply asks you to choose from a...