Profile directory
Author: a | 2025-04-25
Viewing profile directory structure from above. Up one directory from your profile is the Profiles directory which contains one or more profiles, and one directory above that is the Firefox directory which contains Crash Reports directory, Profiles directory, and profiles.ini file. The profiles.ini is a map of profiles used by the Profile Manager.
launching a specific profile in edge with -profile-directory
Question How can I use Selenium WebDriver in Java to load a specific Chrome user profile? System.setProperty("webdriver.chrome.driver", "path/to/chromedriver.exe");ChromeOptions options = new ChromeOptions();options.addArguments("user-data-dir=path/to/your/profile");WebDriver driver = new ChromeDriver(options); Answer Loading a specific Chrome profile in Selenium WebDriver allows you to utilize previous browsing data, extensions, and configurations. This can be useful for testing features in a user-specific environment. import org.openqa.selenium.WebDriver;import org.openqa.selenium.chrome.ChromeDriver;import org.openqa.selenium.chrome.ChromeOptions;public class LoadChromeProfile { public static void main(String[] args) { // Set the path for ChromeDriver System.setProperty("webdriver.chrome.driver", "path/to/chromedriver.exe"); // Create an instance of ChromeOptions ChromeOptions options = new ChromeOptions(); // Specify the user data directory (Chrome profile path) options.addArguments("user-data-dir=path/to/your/profile"); // Initialize the WebDriver with ChromeOptions WebDriver driver = new ChromeDriver(options); // Navigate to a website to check if the profile is loaded driver.get(" // Close the driver driver.quit(); }} Causes Incorrect path to the Chrome profile directory Not setting the necessary Chrome options ChromeDriver version mismatch with the installed Chrome version Solutions Ensure you provide the correct path to the user data directory. Use the ChromeOptions class to specify the profile directory. Keep the ChromeDriver version updated and compatible with the installed Chrome Common Mistakes Mistake: Incorrect user profile path leading to Chrome not starting. Solution: Double-check the path provided for the `user-data-dir` argument to ensure it points to the correct profile. Mistake: Forgetting to use new ChromeOptions when creating the WebDriver instance. Solution: Always use the correct ChromeOptions when initializing your WebDriver. Mistake: Running a mismatched Chrome and ChromeDriver version. Solution: Verify that your installed Chrome browser version matches the ChromeDriver version. Helpers Selenium WebDriver load Chrome profile Chrome profile Java Selenium Java example WebDriver Chrome options Related Questions How to use the Auto-Transcribe Folder Agent in Dragon NaturallySpeaking Information:The AutoTranscribe Folder Agent can be used to automatically transcribe recordings that are copied to a specified directory through a selected Dragon User Profile. The AutoTranscribe Folder Agent monitors the specified directory and uses the selected User Profile to transcribe the recording into text. The resulting transcriptions are then created in a separate directory that is chosen by the user. To initiate this process, a task is configured that associates a particular User Profile with an input and an output directory. Since each input and output directory pairs can be associated with their own User Profile, multiple tasks can be configured to transcribe recordings from different devices.Notes:Supported audio file formats: .wav, .wma, .mp3, .dss, .ds2.Note: Only unencrypted .dss or .ds2 files can be used with the AutoTranscribe Folder Agent.Only Dragon NaturallySpeaking Legal and Professional contain the AutoTranscribe Folder Agent.If the AutoTranscribe Folder Agent is active and Dragon NaturallySpeaking is launched, the AutoTranscribe Folder Agent will be disabled to avoid any possible conflicts with the Dragon User Profiles.The following steps below contain instructions on how to use the AutoTranscribe Folder Agent:Creating a task:To create a new AutoTranscribe Folder Agent task:Open the AutoTranscribe Folder Agent dialog box. To display the AutoTranscribe Folder Agent dialog box, either:Double-click the AutoTranscribe Folder Agent icon in the Windows System Tray.Right-click the AutoTranscribe Folder Agent icon in the Windows System Tray and choose Open.Click "Task > New" from the Dragon AutoTranscribe Folder Agent.Provide the following information for the new task:Input Directory: Select the directory where the AutoTranscribe Folder Agent will monitor for files to transcribe.Output Directory: Select the directory where the AutoTranscribe Folder Agent will write out the transcription of all files placed in the Input Directory. The files are transcribed to .TXT files.Location: Specify the locationActive Directory Profiles and SharePoint
Be able to pick which profile we’ll use each time the app starts. Configuring the Master (at-home) Profile: To do simple configuration of the at-home profile you’ll need to navigate back to the homes screen (of XBMC, not of your iOS device). Tap on Videos. You currently have no video directories enabled so tap on Add Videos to add a folder. In our case, our home media is stored on a media server utilizing SMB sharing so we tap on “Windows network (SMB)” to search for our media directories on the server. If you’ve already prepped other XBMC units in your house you can easily copy the sources files from those installations to your iOS device by copying the sources.xml file from the profile directory of the existing XBMC computer to the profile directory of the iOS installation (which is located in /private/var/mobile/Library/Preferences/XBMC/userdata/ on the iOS device). You can access the directory, since your device is jailbroken, using tools like iFile or by just SFTP’ing into your iPad. Note: you only need to copy the files if you intend on syncing your XBMC iOS installation to the media watched on other XBMC devices in your home. Regardless of whether you went the simple route or the whole-house syncing route, you should now be able to access your media off your network source from within the Master profile. Configuring the Travel (away-from-home) Profile: For this profile you need to exit XBMC and launch it again in order to select the alternate profile. Repeat the steps of tapping on Video, tapping on Add Videos. From within the source selection menu tap on Browse and then tap on Home folder. Because you’re on a jailbroken device using a jailbreak app, you can navigate the actual file structure of your iPad. If you wish to watch the video that you’ve already synced to your iPad via iTunes, navigate to /var/mobile/Media/iTunes_Control/Video/ to add the iTunes-controlled video into XBMC. If you want to use a different directory for media you personally add to the iPad, you could (using a program like iFile or SFTP’ing into the. Viewing profile directory structure from above. Up one directory from your profile is the Profiles directory which contains one or more profiles, and one directory above that is the Firefox directory which contains Crash Reports directory, Profiles directory, and profiles.ini file. The profiles.ini is a map of profiles used by the Profile Manager. This gives the path to the profile directory. The user data directory is the parent of the profile directory. Example (Windows): [Profile Path]Pad2Pad - Profile on PCB Directory
It is recommended that you first go into the site manager and create a site profile. }}--> }}-->While it is not required that you use a site profile via command line, it is strongly recommended for security reasons (to protect your user and password). }}--> }}-->For more examples without a site profile, check the help file topic 'command }}--> }}-->line' from within Core FTP.Once you have verified that your site profile connects and lists the remote directory correctly from within the GUI, you can then be assured that command line transfers will work with your site profile.FTP Upload via command line:Standard upload of a file with a site profile named 'mysite' into a remote directory /upload/:c: \program files\coreftp\coreftp.exe -s -O -site mysite }}--> }}--> -u c:\path\file.dat }}--> }}--> -p /upload/ }}-->Zip and upload a directory from c:\IBM' to a remote directory /public_html/store:"c:\program files\coreftp\coreftp.exe" -s -O -ZIP -AUTONAME -u c:\IBM -site mysite }}--> }}-->-p /public_html/store/ }}--> }}-->-output c:\temp\output.log }}--> }}-->-log d:\temp\log.log The -output }}--> }}-->and -log parameter are for information about transfers. }}--> }}-->They are optional but listed for informational purposes.FTP Download via command line:Download all text files from a remote directory /downloads/"c:\program files\coreftp\coreftp.exe" -s -O }}--> }}--> }}--> }}-->-site mysite }}--> }}--> -d /downloads/*.txt }}--> }}--> -p c:\windows\desktop\ }}--> Stand alone command line zip/unzip of files (Pro ver):"c:\program files\coreftp\coreftp.exe" -ziponly c:\path\desination.zip c:\sourcefiles\*.dat "c:\program files\coreftp\coreftp.exe" -unziponly c:\path\sourcefile.zip c:\destination_path\The -s is for silent mode. }}--> }}-->In the Pro version the splash screen is completely removed.To specify a different destination filename, use -FN filename.See the help topic "command line" in the Core FTP help file for a detailed list of options and examples.Common Issues:Site profile not found errors - Make sure the user account calling Core FTP is the same one that created the site profile.If this is not an option available to Text editor will tell you though for sure. Take a look at the path for "Windows Storage File" for example, The default path doesn't even have the correct filename at the end.For preferenceg files, remember that Opera has operaprefs_default.ini in the program files directory, operaprefs.ini in the user's roaming profile directory, and operaprefs_fixed.ini in the system32 directory.operaprefs_default.ini is your base settings that apply to all users. operaprefs.ini is the user preferences that can override operaprefs_default.ini. operaprefs_fixed.ini, overrides the others and forces settings upon users.Now, you can set "Opera Directory" and "Opera Local Directory" if you want (under the User Prefs section). And, you can set it in any of the files to get the effect you want. However, Opera can be pretty buggy with these settings.Last time I checked, when you set them in operaprefs.ini, only some of the preference files will be stored in the location you set. Others will remain in the roaming profile folder (including operaprefs.ini). In other words, you can't just use operaprefs.ini to change the Opera Directory so that opera totally uses the operaprefs.ini path you specify for everything else. If you could, you could imagine a whole level of operaprefs.ini files changing the Opera Directory to point to the next one. I think it only works for changing the location of some of the preference files. I consider this a bug and think I filed on it once. Don't remember the bug, but I don't think it received any attention as it was just too much of a corner case.Now, you might be able to get away with setting Opera Directory and or Opera Local Directory in operaprefs_default.ini. I forget if that works fine. I vaguely remember it not working fine for a usb installation though. I think maybe Opera still put some preference files in the "profile" directory even though both "Opera Directory" and "Opera Local Directory" were both changed to other folders (different from each other even). But, even if this works for a normal Opera install, it'd cause all users to use the same folder, which doesn't make sense unless those folders are in a spot that's accessible (read and write) to all users and no user was using them at the same time.As for operaprefs_fixed.ini, since it's just an override, I think the Opera Directory and Opera Local Directory settings in it will indeed override the others. Just don't know if you'd run into the same bug as with the other situations.In short, play around with the settings if you want. But, don't be surprised if it creates a mess. rif last edited by Wow Burnout my head hurts after reading all of that!!!! It seems some of those profileProfile Directory - College of the Arts
Re: License problem, hyena 8.6, TS server 2008 R2To add to what cmccullough posted, when Hyena runs, each time, it will attempt to copy many of the files from the installation directory into the 'users' profile directory. By 'user' I mean the account that Hyena is running under. The files that get copied include every configuration file that Hyena needs to both run and that would get modified by the user. This design is due to Microsoft Windows requirements to not modify files in the installation directory and have roaming features in all applications. Unfortunately, I don't know of a way in Hyena to determine where Hyena either wrote the files into or where it attempted to write them to. One way that I get to the directory however is to open a command prompt window. Windows seems to always open the window into the default main profile top level directory. From there, you can usually change the directory to \application data\systemtools\hyena and that is where your files will be.Also, keep in mind that although Microsoft wants all applications to put data into this directory structure, its hidden by default in Windows so using Explorer to find it will not work using default settings.Finally, you can override all of this by changing where Hyena looks for the configuration files. See the Help file, look under Configuration and Customization->Sharing Configuration Information, then look at the Sharing Configuration Files. You can use this option to override the default behavior of Hyena looking at the user's profile directory to either:1. Place the files where a user will have read/write access or better roaming access2. or place the files where more than one user can share the same configuration. Kevin StanushSystemTools Software Inc.Profile Directory - College of Law
Home / Products / Search HarePoint Active Directory Self Service Found 6 results About HarePoint Active Directory Self Service Description: Allow end users to manage their Active Directory profile. HarePoint Active Directory Self Service is a web part for Microsoft SharePoint 2013, 2010, 2007 which allows users to manage and update their Active Directory profile. With this product you'll always have up-to-date directory ... HarePoint Active Directory Self Service 1.6.2986 Release Notes: Adds support for Microsoft SharePoint Server 2019, plus better handling of Active Directory groups. Better handling of Active Directory groups within SharePoint groups. Support for SharePoint Server 2019 has been added. Minor bug fixes in processing forms containing optional custom properties. ... HarePoint Active Directory Self Service v1.5 Release Notes: Adds support for SharePoint Server 2016. Updates in 1.5.1944 Support for SharePoint Server 2016 has been added. ... HarePoint Active Directory Self Service Prices Pricing: HarePoint Active Directory Self Service v1.6.x- Server License 1 SharePoint WFE License- Includes 1 Year Maintenance (Technical support and version updates) Our Part No: 550361-1141636 1 Year Maintenance Renewal for 1 SharePoint WFE License Our Part No: 550361-1141638 ... HarePoint Active Directory Self Service Licensing HarePoint Active Directory Self Service Compatibility Compatibility: Operating System for Deployment Windows Server 2019 Windows Server 2016 Windows 10 Windows 8.1 Windows 8 Windows Server 2012 Windows 7 Windows Server 2008 Windows Vista Windows XP Architecture of Product 32Bit 64Bit Product Type Add-In Application Application Type Server Application Compatible .... Viewing profile directory structure from above. Up one directory from your profile is the Profiles directory which contains one or more profiles, and one directory above that is the Firefox directory which contains Crash Reports directory, Profiles directory, and profiles.ini file. The profiles.ini is a map of profiles used by the Profile Manager.Profile Directory - School of Music
Env-configA simple utility to manage environment configs in Java-based projects by merging *.properties files with environment variables overrides. All notable changes to this project are documented in CHANGELOG.md.The format is based on Keep a Changelogand adheres to Semantic Versioning.SetupAdd the following dependency to use this EnvConfig:Maven com.github.sitture env-config ${version}">dependency> groupId>com.github.sitturegroupId> artifactId>env-configartifactId> version>${version}version>dependency>Github PackagesIf you would like to use github package instead of maven central, add the following repository to pom.xml. github GitHub Packages ">repositories> repository> id>githubid> name>GitHub Packagesname> url> repository>repositories>Gradlecompile 'com.github.sitture:env-config:${version}'Configurationsystem propertyenvironment variabledescriptionenv.config.pathENV_CONFIG_PATHThe base directory where the configuration files are lived. default: config directory under the project.env.config.environmentENV_CONFIG_ENVIRONMENTThe environment to activate. default: default directory under the base configuration directory.env.config.profiles.pathENV_CONFIG_PROFILES_PATHThe base directory where the profile based configuration files are lived. default: ${env.config.path}/${env.config.environment}/env.config.profileENV_CONFIG_PROFILEThe profile to activate from the active environment directory.env.config.keepass.enabledENV_CONFIG_KEEPASS_ENABLEDWhether to load properties from a keepass file. default: falseenv.config.keepass.filenameENV_CONFIG_KEEPASS_FILENAMEThe keepass filename to load from the resources folder (src/main/resources). default: the root project directory name. i.e. project.build.directoryenv.config.keepass.masterkeyENV_CONFIG_KEEPASS_MASTERKEYThe password to open the keepass file. This is required if env.config.keepass.enabled=true.env.config.vault.enabledENV_CONFIG_VAULT_ENABLEDWhether to load properties from a vault secret. default: falseenv.config.vault.addressENV_CONFIG_VAULT_ADDRESSThe host address of the vault instance. This is required if env.config.vault.enabled=true.env.config.vault.namespaceENV_CONFIG_VAULT_NAMESPACEThe vault namespace to look for secrets. This is required if env.config.vault.enabled=true.env.config.vault.default.secret.pathENV_CONFIG_VAULT_DEFAULT_SECRET_PATHThe base secret path for the project. This is optional when there's a shared secret across multiple projects.env.config.vault.secret.pathENV_CONFIG_VAULT_SECRET_PATHThe base secret path for the project. This is required if env.config.vault.enabled=true.env.config.vault.tokenENV_CONFIG_VAULT_TOKENThe vault token used for authentication. This is required if env.config.vault.enabled=true.Configuration precedenceJava System properties - System.getProperties()OS environment variables - System.getenv()Environment profile properties - config/${env.config.environment}/${env.config.profile}/*.propertiesDefault profile properties - config/default/${env.config.profile}/*.propertiesEnvironment specific properties - config/${env.config.environment}/*.propertiesDefault properties - config/default/*.propertiesUsageTo start using this:config directoryThe default required directory for configuration files in config under project root. This can be overridden by ENV_CONFIG_PATH environment variable.create a directory called config in project root.config environmentsThe default environment is set to default and can be overridden byComments
Question How can I use Selenium WebDriver in Java to load a specific Chrome user profile? System.setProperty("webdriver.chrome.driver", "path/to/chromedriver.exe");ChromeOptions options = new ChromeOptions();options.addArguments("user-data-dir=path/to/your/profile");WebDriver driver = new ChromeDriver(options); Answer Loading a specific Chrome profile in Selenium WebDriver allows you to utilize previous browsing data, extensions, and configurations. This can be useful for testing features in a user-specific environment. import org.openqa.selenium.WebDriver;import org.openqa.selenium.chrome.ChromeDriver;import org.openqa.selenium.chrome.ChromeOptions;public class LoadChromeProfile { public static void main(String[] args) { // Set the path for ChromeDriver System.setProperty("webdriver.chrome.driver", "path/to/chromedriver.exe"); // Create an instance of ChromeOptions ChromeOptions options = new ChromeOptions(); // Specify the user data directory (Chrome profile path) options.addArguments("user-data-dir=path/to/your/profile"); // Initialize the WebDriver with ChromeOptions WebDriver driver = new ChromeDriver(options); // Navigate to a website to check if the profile is loaded driver.get(" // Close the driver driver.quit(); }} Causes Incorrect path to the Chrome profile directory Not setting the necessary Chrome options ChromeDriver version mismatch with the installed Chrome version Solutions Ensure you provide the correct path to the user data directory. Use the ChromeOptions class to specify the profile directory. Keep the ChromeDriver version updated and compatible with the installed Chrome Common Mistakes Mistake: Incorrect user profile path leading to Chrome not starting. Solution: Double-check the path provided for the `user-data-dir` argument to ensure it points to the correct profile. Mistake: Forgetting to use new ChromeOptions when creating the WebDriver instance. Solution: Always use the correct ChromeOptions when initializing your WebDriver. Mistake: Running a mismatched Chrome and ChromeDriver version. Solution: Verify that your installed Chrome browser version matches the ChromeDriver version. Helpers Selenium WebDriver load Chrome profile Chrome profile Java Selenium Java example WebDriver Chrome options Related Questions
2025-04-18How to use the Auto-Transcribe Folder Agent in Dragon NaturallySpeaking Information:The AutoTranscribe Folder Agent can be used to automatically transcribe recordings that are copied to a specified directory through a selected Dragon User Profile. The AutoTranscribe Folder Agent monitors the specified directory and uses the selected User Profile to transcribe the recording into text. The resulting transcriptions are then created in a separate directory that is chosen by the user. To initiate this process, a task is configured that associates a particular User Profile with an input and an output directory. Since each input and output directory pairs can be associated with their own User Profile, multiple tasks can be configured to transcribe recordings from different devices.Notes:Supported audio file formats: .wav, .wma, .mp3, .dss, .ds2.Note: Only unencrypted .dss or .ds2 files can be used with the AutoTranscribe Folder Agent.Only Dragon NaturallySpeaking Legal and Professional contain the AutoTranscribe Folder Agent.If the AutoTranscribe Folder Agent is active and Dragon NaturallySpeaking is launched, the AutoTranscribe Folder Agent will be disabled to avoid any possible conflicts with the Dragon User Profiles.The following steps below contain instructions on how to use the AutoTranscribe Folder Agent:Creating a task:To create a new AutoTranscribe Folder Agent task:Open the AutoTranscribe Folder Agent dialog box. To display the AutoTranscribe Folder Agent dialog box, either:Double-click the AutoTranscribe Folder Agent icon in the Windows System Tray.Right-click the AutoTranscribe Folder Agent icon in the Windows System Tray and choose Open.Click "Task > New" from the Dragon AutoTranscribe Folder Agent.Provide the following information for the new task:Input Directory: Select the directory where the AutoTranscribe Folder Agent will monitor for files to transcribe.Output Directory: Select the directory where the AutoTranscribe Folder Agent will write out the transcription of all files placed in the Input Directory. The files are transcribed to .TXT files.Location: Specify the location
2025-04-21Be able to pick which profile we’ll use each time the app starts. Configuring the Master (at-home) Profile: To do simple configuration of the at-home profile you’ll need to navigate back to the homes screen (of XBMC, not of your iOS device). Tap on Videos. You currently have no video directories enabled so tap on Add Videos to add a folder. In our case, our home media is stored on a media server utilizing SMB sharing so we tap on “Windows network (SMB)” to search for our media directories on the server. If you’ve already prepped other XBMC units in your house you can easily copy the sources files from those installations to your iOS device by copying the sources.xml file from the profile directory of the existing XBMC computer to the profile directory of the iOS installation (which is located in /private/var/mobile/Library/Preferences/XBMC/userdata/ on the iOS device). You can access the directory, since your device is jailbroken, using tools like iFile or by just SFTP’ing into your iPad. Note: you only need to copy the files if you intend on syncing your XBMC iOS installation to the media watched on other XBMC devices in your home. Regardless of whether you went the simple route or the whole-house syncing route, you should now be able to access your media off your network source from within the Master profile. Configuring the Travel (away-from-home) Profile: For this profile you need to exit XBMC and launch it again in order to select the alternate profile. Repeat the steps of tapping on Video, tapping on Add Videos. From within the source selection menu tap on Browse and then tap on Home folder. Because you’re on a jailbroken device using a jailbreak app, you can navigate the actual file structure of your iPad. If you wish to watch the video that you’ve already synced to your iPad via iTunes, navigate to /var/mobile/Media/iTunes_Control/Video/ to add the iTunes-controlled video into XBMC. If you want to use a different directory for media you personally add to the iPad, you could (using a program like iFile or SFTP’ing into the
2025-04-19It is recommended that you first go into the site manager and create a site profile. }}--> }}-->While it is not required that you use a site profile via command line, it is strongly recommended for security reasons (to protect your user and password). }}--> }}-->For more examples without a site profile, check the help file topic 'command }}--> }}-->line' from within Core FTP.Once you have verified that your site profile connects and lists the remote directory correctly from within the GUI, you can then be assured that command line transfers will work with your site profile.FTP Upload via command line:Standard upload of a file with a site profile named 'mysite' into a remote directory /upload/:c: \program files\coreftp\coreftp.exe -s -O -site mysite }}--> }}--> -u c:\path\file.dat }}--> }}--> -p /upload/ }}-->Zip and upload a directory from c:\IBM' to a remote directory /public_html/store:"c:\program files\coreftp\coreftp.exe" -s -O -ZIP -AUTONAME -u c:\IBM -site mysite }}--> }}-->-p /public_html/store/ }}--> }}-->-output c:\temp\output.log }}--> }}-->-log d:\temp\log.log The -output }}--> }}-->and -log parameter are for information about transfers. }}--> }}-->They are optional but listed for informational purposes.FTP Download via command line:Download all text files from a remote directory /downloads/"c:\program files\coreftp\coreftp.exe" -s -O }}--> }}--> }}--> }}-->-site mysite }}--> }}--> -d /downloads/*.txt }}--> }}--> -p c:\windows\desktop\ }}--> Stand alone command line zip/unzip of files (Pro ver):"c:\program files\coreftp\coreftp.exe" -ziponly c:\path\desination.zip c:\sourcefiles\*.dat "c:\program files\coreftp\coreftp.exe" -unziponly c:\path\sourcefile.zip c:\destination_path\The -s is for silent mode. }}--> }}-->In the Pro version the splash screen is completely removed.To specify a different destination filename, use -FN filename.See the help topic "command line" in the Core FTP help file for a detailed list of options and examples.Common Issues:Site profile not found errors - Make sure the user account calling Core FTP is the same one that created the site profile.If this is not an option available to
2025-04-12Text editor will tell you though for sure. Take a look at the path for "Windows Storage File" for example, The default path doesn't even have the correct filename at the end.For preferenceg files, remember that Opera has operaprefs_default.ini in the program files directory, operaprefs.ini in the user's roaming profile directory, and operaprefs_fixed.ini in the system32 directory.operaprefs_default.ini is your base settings that apply to all users. operaprefs.ini is the user preferences that can override operaprefs_default.ini. operaprefs_fixed.ini, overrides the others and forces settings upon users.Now, you can set "Opera Directory" and "Opera Local Directory" if you want (under the User Prefs section). And, you can set it in any of the files to get the effect you want. However, Opera can be pretty buggy with these settings.Last time I checked, when you set them in operaprefs.ini, only some of the preference files will be stored in the location you set. Others will remain in the roaming profile folder (including operaprefs.ini). In other words, you can't just use operaprefs.ini to change the Opera Directory so that opera totally uses the operaprefs.ini path you specify for everything else. If you could, you could imagine a whole level of operaprefs.ini files changing the Opera Directory to point to the next one. I think it only works for changing the location of some of the preference files. I consider this a bug and think I filed on it once. Don't remember the bug, but I don't think it received any attention as it was just too much of a corner case.Now, you might be able to get away with setting Opera Directory and or Opera Local Directory in operaprefs_default.ini. I forget if that works fine. I vaguely remember it not working fine for a usb installation though. I think maybe Opera still put some preference files in the "profile" directory even though both "Opera Directory" and "Opera Local Directory" were both changed to other folders (different from each other even). But, even if this works for a normal Opera install, it'd cause all users to use the same folder, which doesn't make sense unless those folders are in a spot that's accessible (read and write) to all users and no user was using them at the same time.As for operaprefs_fixed.ini, since it's just an override, I think the Opera Directory and Opera Local Directory settings in it will indeed override the others. Just don't know if you'd run into the same bug as with the other situations.In short, play around with the settings if you want. But, don't be surprised if it creates a mess. rif last edited by Wow Burnout my head hurts after reading all of that!!!! It seems some of those profile
2025-04-07