Start Run thunderbird.exe-p does not work in windows 7. how find/runProfiles manager?

I am trying to manually transfer my address book etc. from TB on my desktop [windows XP ] to my Laptop running widows 7. Have followed all instructions, using a memory stick to make the transfer manually. System reports it is working and takes several minutes. After completion address book is blank. Thought problem might be the name of the backup file, so changed name to same as default profile name on windows 7. Same nil result. Instructions say to create new profile using Profile manager; access by windows 7 Start>Run>Thunderbird.exe-p. Windows 7 reports cannot find the file. Also tried windows 7 Start>Run>Thunderbird.exe-P, same no find file. Can anyone explain how to locate/open/run Profile Manager, other than as tried ? When I type "profile manager" into Help search, all I get is the same general information and not about Profile Manager itself. Also why does Pasteing backup profile onto the new TB seem to work, but in fact does nothing ?
Regards, Tom

'''How to activate the 'Profile Manager' and create a shortcut icon on desktop to make future access easier:'''
* https://getsatisfaction.com/mozilla_messaging/topics/where_is_the_profile_manager_hidden_in_windows_8
* http://kb.mozillazine.org/Profile_Manager
Note: 'Start>Run>Thunderbird.exe-p' is not correct, so you are not following the instructions. Please read info at the above links above to enter the correct path. the info for Win7 and win8 are the same.
However, before going down that route ; I preume you have already created a Profile in Win7 machine; please read the following information.
re: 'trying to manually transfer my address book etc. from TB on my desktop [windows XP ] to my Laptop running widows 7.'
So are you trying to just migrate the address book or the entire Profile?
'''If just migrating various Address Books.'''
The 'Personal Address Book' and the 'Collected Addresses' are default Thunderbird files. These files can be copy pasted from one profile to another.
To see Profile folders:
* make hidden files visible: http://kb.mozillazine.org/Show_hidden_files_and_folders
* In XP Thunderbird, 'Help' > 'Troubleshooting Information'
* click on 'Show folder'
* close Thunderbird now.
* scroll down and look for 'abook.mab' and 'history.mab'
* copy those files and move to same location on the Win7 machine.
For other address books.
* In XP Thunderbird
* select 'Address Book'
* select the name of the address book
* Tools > Export
* choose where to save
* give suitable filename
* Save as type: comma separated .csv or LDIF
* Copy that file to desktop of new Win7 computer.
Then in Win7 Thunderbird Address Book
* Tools > Import
* Choose the saved address book and click on Open.
'''If you want to migrate the entire Profile:'''
This can be done manually or using a tool called MozBackup. See info at this link:
* http://kb.mozillazine.org/Move_to_a_new_PC
When manually copy pasting files, I presume you have installed Thunderbird on new win7 machine and allowed it to run for the first time to create a Profile, but did not choose to create any existing accounts. So you have a Profile, but no mail accounts except for the default Local Folders.
The files you need to copy are:
* In XP Thunderbird, 'Help' > 'Troubleshooting Information'
* click on 'Show folder'
* close Thunderbird now.
This shows you all the files '''in''' your Profile folder. These are the files you need to copy and paste into the new Profile folder in Thunderbird on Win7 machine, overwriting the default created files.
now open Thunderbird.
'''Additional info: on Profile folder: '''
* http://kb.mozillazine.org/Profile_folder_-_Thunderbird

Similar Messages

  • GPIB in a LabView-application running as EXE-file does not work

    I try to connect an Instrument over GPIB and I use VISA from a Windows2000 PC without LabView installed. The GPIB-card is not from National Instruments. The Programm is running as EXE-application. What else do I have to install beside the EXE-file to access the Instrument?

    NI_VISA.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • I have accidentally change my "Apple start-page" to one that does not have "search" window.  How do I get back to my original Safari start up page?

    When I am in safari and go to a site, I now do not have a place to "search".  I accidently lost the original page that appears when going to safari.  How do I get back to my original "start-page" that I started with?

    I think you may mean the search box on the toolbar.  In Safari click on the View menu and select Show Toolbar.
    Alternatively, if you mean the 'Home Page' then open Safari -> Preferences -> General and next to 'Homepage' put in the address of the page you want - I'm guessing "http://www.google.com/".

  • I am having trouble with my iPad, i can start it, but the iPad does not work. i tried to use the power and home button at the same time, the apple logo appears, but the iPad does not work. What am I suppose to do?

    I am having trouble with my iPad, i can start it, but the iPad does not work. i tried to use the power and home button at the same time, the apple logo appears, but the iPad does not work. What am I suppose to do?

    After the Apple logo appears, what happens then? Can you hear any sounds or if you tap on the screen, does it seem like apps can open or are you just seeing a black screen? You might have a hardware problem, but you can try restoring the software and see what happens.
    Read this in its entirety before you do anything. Make sure you read the sections at the end about using recovery mode.
    iTunes: Restoring iOS software - Support - Apple

  • ITunes 12.1.1 does NOT work with Windows - Fix??

    Hi everyone,
    I had issue after issue with the latest iTunes update (12.1.1) not working on my windows 7. It simply would not lunch when clicking on the shortcut to open.
    After a fair bit of searching I found this alternative version which seemed to do the trick and now it works:
    iTunes 12.1.1.4 for Windows (64-bit - for older video cards) - iTunes64Setup.exe(2015-02-18)

    The "for older video cards" installer - which, like most prior "64 bit" versions of iTunes, is actually a 32 bit application with a 64 bit installer - may be a useful fallback if the full 64 bit version does not install or run correctly.  Although 12.1.1.4 is a major improvement over 12.1.0.71, there are clearly still some lurking incompatibilities with some 64 bit Windows systems/components.  It is, however, a little misleading to say that "iTunes 12.1.1 does NOT work with Windows" - in many cases it works fine without switching to the alternative version.  I have the full 64-bit version of 12.1.1.4 running on three systems - two Windows 7 and one Windows 8.1 - no issues with either installation or operation on any of them.

  • Java 7 U25 work around does not work for windows 8

    I'm working on a java application which uses the statistical software R. This line Process p = Runtime.getRuntime().exec(C:\Program Files\R\R-2.15.1 + "/bin/" + "R CMD BATCH " + "./data/rJava.R");  in the application started throwing an error after the java 7 u25 update, but it was fixed by using the work around setting jdk.lang.Process.allowAmbigousCommands to true. This fix however does not work in windows 8, although the command does not error out with "cannot create process = 2" it just executes the line, but does nothing. But if I typed the command (R CMD BATCH " + "./data/rJava.R) directly into the commandline, it works perfectly. I've tried disabling the work around, and actually using suggested solutions in the release notes (see below), all worked in windows 7, but no success with windows 8. Any suggestions would be great
    Process p = new ProcessBuilder("c:\\Program File\\foo.exe").start();
    Process p = Runtime.getRuntime().exec(new String[] { "c:\\Program File\\foo.exe" });
    Process p = Runtime.getRuntime().exec("\"c:\\Program File\\foo.exe\"");

    avancentcisco - Win7 works fine with SSL VPN. But since we all were migrating to Win8, this was of no use to us. So we ditched SSL VPN all together.
    IPSec VPN with Cisco VPN Client (version 5.0.07) works absolutely fine on Windows 8. Once you get the set up right, everything works fine (we are using full tunnel) including internet access.
    If you struggle to get it working then let me know and I can help you out. There's not much info out there on the internet. I had to do it the hard way.

  • Flash player does not work in Windows 8 tiles

    Flash player does not work in Windows 8 start metro tile applications. Flash player also does not work in Windows 8 start tile internet explorer 10 1n windows 8. Flash player does work in Windows 8 desktop internet Explorer 10. I tried all of the recommended fixes suggested by adobe Flash Player Issues/windows 8 page. I have reinstalled Windows 8 operating system.  What should I try next?

    This is a known issue with Flash Pro CC - GM build.
    this crash has been fixed in the update that was released recently. Please update to 13.0.1.808 version and it should fix this.
    Please reply if it still persists after the update.
    -Sujai

  • ITunes 9 Home Sharing does not work on Windows 7 x64

    iTunes 9 Home Sharing does not work on Windows 7 x64.
    Getting the following error message:
    Home sharing could not be activated because this computer is not authorized for the account "iTunes account." Please authorize this computer and try again.
    This is a bug since my computer is authorized in iTunes and there is only 2 computer authorized for my iTunes account, so I have 3 more left till I should get this message.
    I've just upgraded my iPhone to OS 3.1 using it this morning.
    Please advise.
    Environment: Windows 7 x64, HP TouchSmart tx2-1020us Notebook
    Ivan Farkas
    <edited by host>

    I am using Windows 7 x64.
    I am running iTunes 9.0.2.25
    I am running Mcafee.
    I can see and play music from the iTunes installation on my Windows 7 machine, but I CANNOT access the library to copy songs from this computer to other computers on my network.
    YES, I have enabled "Home Sharing" using my iTunes account. NO, I have not authorized more than 5 computers on this account.
    I believe this to be a Windows 7 related issue, as Home Sharing worked as advertised when I was using Vista (before I upgraded to Windows 7).
    I CAN set up Home Sharing on two other (host) computers in my home network and it works. These computers are XP and a MacBook Pro. I CANNOT access my Windows 7 machine x64 to COPY music from one autorized library to another. Please help!!!
    P.S. - I have attempted to get this to work by turning OFF my McAfee firewall. Windows firewall is disabled.
    Message was edited by: turcott

  • Wireless Card does not work in Windows 8.1 for G585

    I just wanted to inform someone that the wireless network card does not work in Windows 8.1 Preview. I suspect the driver needs to be updated. When I go to the Device Manager it appears as a Realtek device RTL8192DE instead of a Qualcomm device that does not start. I tried installing the latest driver from the website but it makes the computer crash (BSOD) when trying to reboot after the installation which makes the Windows 8 automatic recovery turn on and I had to restore the system to a previous state before the driver installation.
    For now, I just refreshed my system back to Windows 8, instead of trying to use Windows 8.1 Preview .  If you have any suggestions, it would be great, otherwise I'll wait for a driver update.

    neilwar wrote:
    Oh goody. Just updated to 8.1 and it doesn't work. Looks like everyone else is having the same problem. Why no answer from Lenovo?
    Please refer to the dedicated thread on "Blue" 8.1.
    Thread locked
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • HP Mediasmart Live TV does not work on Windows 10

    HP Mediasmart Live TV does not work after Windows 10 upgrade.  Error says:  Your TV tuner cannot be accessed because it is being used by another application.  Please close any programs that might be using it and then try again.  Although I am able to open the settings and scan for channels, and I see the channels being found, but still no luck watching after the setup is done.  My HP Laptop has a built in HP ATSC/Analog TV Tuner card.  (AVerMedia maybe?)  I suspect that is may have something to do with the fact that the driver does capture at the same time you are watching (Allows you to pause and then continue watching live TV, also has the ability to scedule recordings)  Unfortunatly Windows 10 also removes Windows Media Center, so I can't check with that software, is also possible a remnant may be left behind to support Windows Media Center that is conflicting with something else.  Also would be nice if they would fix the installers so it does not uninstall the software, then fail to re-install it.  (All without any display or error messages, so your left scratching your head trying to figure out what happened.)  I managed to get the rest of MediaSmart to work, although it looks like the internet veiwer may not connect to anything anymore.  Looking for an updated driver or installer, or patch that would work for Windows 10.  As far as I can tell on the internet HP MediaSmart Live TV is supposed to work on Windows 10.

    OK, More information.   Installed Media Portal 1.  This works with the tuner card without additional modification, so this appears to be some kind of issue with the software.  Media Portal 1 does install a different version of Direct X, I don't know if that could have anything to do with it, but HP MediaSmart Live TV still comes up with the same error and will not run.

  • HP Deskjet 2540 scan does not work with windows 10

    my HP Deskjet 2540 scan does not work with windows 10, however, it still does eprinting. i need the solution and i haven't got it.  

    OK, More information.   Installed Media Portal 1.  This works with the tuner card without additional modification, so this appears to be some kind of issue with the software.  Media Portal 1 does install a different version of Direct X, I don't know if that could have anything to do with it, but HP MediaSmart Live TV still comes up with the same error and will not run.

  • HT3986 I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 pro

    I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 problem

    i try to download now, do you think when i download and install the windows support software, can i fix the problem?

  • My iPod dispalys this message: "Connect to a computer. Use iTunes to restore."  When I connect to a computer, iTunes doesn't recognise it.  The iPod 5th Gen does not work at all. How do I fix my iPod without losing any data?

    My iPod dispalys this message:
    "Connect to a computer. Use iTunes to restore."  When I connect to a computer, iTunes doesn't recognise it.  The iPod 5th Gen does not work at all. How do I fix my iPod without losing any data?
    I have seen the Apple webpage suggesting the "five R's" (including restore).  Before doing anything, I want to be sure that restoring or any other action is not going to delete or risk my data. 
    I would be very grateful if anyone can suggest a fix for this problem, in a way that will not risk my data. 
    Thanks in advance!

    Did you try a hard reset with the iPod still connected to your PC?  Have you tried multiple USB ports, preferably high powered USB 2.0 ports?
    To do a hard reset, first make sure the hold switch is in the Off position, then press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    Have you also worked through each and every single troubleshooting suggestion in this Apple support document?
    iPod not recognized in 'My Computer' and in iTunes for Windows
    B-rock

  • ACROBAT XI - DOES NOT WORK WITH WINDOWS VISTA

    WHY DOESN'T THE COMPANY STATE ACROBAT XI PRO DOES NOT WORK WITH WINDOWS VISTA.
    THE COMPANY NEEDS TO WARN PEOPLE.  THE ACROBAT TECH SUPPORT FINALLY FIGURED OUT THAT IT'S NOT COMPATIBLE WITH WINDOWS VISTA.

    The Acrobat website and the box lists the compatible OSs. You want Adobe to list all of the incompatible OSs---going back how far.
    Acrobat XI Pro system requirements
    These system requirements are for Adobe® Acrobat® XI Pro software, v11.0. Because system requirements change with each software update, refer to the Release Notes for your software version for the latest information on supported operating systems and browsers.
    Windows
    1.3GHz or faster processor
    Microsoft® Windows® XP with Service Pack 3 for 32 bit or Service Pack 2 for 64 bit; Windows Server® 2003 R2 (32 bit and 64 bit); Windows Server 2008 or 2008 R2 (32 bit and 64 bit); Windows 7 (32 bit and 64 bit); or Windows 8 (32 bit and 64 bit)
    512MB of RAM (1GB recommended)
    1.85GB of available hard-disk space
    1024x768 screen resolution
    DVD-ROM drive
    Internet Explorer 7, 8, 9, or 10; Firefox Extended Support Release; or Chrome
    Video hardware acceleration (optional)
    Note: For 64-bit versions of Windows Server 2003 R2 and Windows XP (with Service Pack 2), Microsoft Update KB930627 is required.

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

Maybe you are looking for