Two apps that affect the size of the profile are NetBeans and Thunderbird. By default, the user files are placed in the profile. A third app is DropBox. That is a real killer.
NetBeans
First, close NetBeans.
To move the user files for NetBeans, navigate to the install dir for NetBeans and modify
Look for
netbeans_default_userdir=.....
Change it to the new location. Use ${varname} to include environment variables.
If an environment variable is used, this will change the location of the file for all new configurations.
Thunderbird
First, close Thunderbird.
To move the user file for Thunderbird, modify the profiles.ini in the AppData folder.
In Windows, type %appdata% from the run... option in the Start menu to open the AppData folder.
Change to the Thunderbird folder. The profiles.ini file is here. Edit it and change two things:
IsRelative=0
Path=C:\........
Move the default profile folder that is in the Profiles folder to the new location.
This only moves a profile that already exists. I do not know how to change the initial location of the profile.
Dropbox
From the Dropbox preferences, select a new location for the Dropbox files. Caution: The Dropbox folder cannot be placed on a network share. Dropbox can not tell the difference between "The share folder is not available" and "The user just deleted all the files in the share".
No comments:
Post a Comment