APPDATA and endless applications

Hello

I work for a University that has roaming profiles; We have 250 + applications that could use the students. Most of these applications store information in the APPDATA field, as well as the register.

Students/staff also install their own applications from time to time, or run an EXE directly which fills the APPDATA area. We have no particular interest in the pre-population of the parameters (for example, the size of the window, the application or the drives mapped to particular applications settings). We want simply that the application data to wander for the user.

(1) do I need capture settings for all these applications 250 + if I want settings in APPDATA/register area of "wandering"?

(2) this means that if a user runs an application I have no idea about (and therefore not "capture"), they will never be able to get these settings to roam?

Since we cannot capture all applications, but we always want users to keep their settings of applications, we do not know (which works very well with roaming profiles), how can we do that with the EMU?

Thank you

I think I found an answer to my question, unless someone wants to correct me here:

  1. Create a new configuration file called "Roam."
  2. In the field of Export/Import, add "[include folder trees] " and "[include registry trees]" "" "". "

This capture simply everything.

Yes, I know, it's not what I want to do (localdata, is captured and al.), but it gives me a basic understanding of how to move the roaming profiles to EMU. I can now exclude/include as appropriate here.

Tags: VMware

Similar Questions

  • appdata\roaming\genieo\application\updataer\uninstal error message

    What program is linked to: appdata\roaming\genieo\application\updataer\uninstal error message.

    How would I solve this problem

    Hi Don,

    Looks like the Genieo uninstaller does not work on your computer.
    Please go tohttp://www.genieo.com/faq#uninstall and follow the instructions.
    to complete uninstallation.
    Ariel
    Genieo support
  • How to plan the propagation process and/or application

    Hi all

    Is it possible to predict the spread and application during the Oracle Streams configuration?, I mean, I don't want to run replication online because I have other object outside the Oracle who need to reproduce within the db to get my aplication (red only) in sync.

    So, when I can do? Here is an example of process apply and spread:

    BEGIN
    DBMS_STREAMS_ADM. () ADD_SCHEMA_RULES
    schema_name = > 'shm '.
    streams_type = > 'apply ',.
    streams_name = > 'apply_from_db1 ',.
    queue_name = > "strmadmin.from_db1"
    include_dml = > true,
    include_ddl = > true,
    source_database = > "db1.world"
    inclusion_rule = > true);
    END;
    /

    .....

    BEGIN
    DBMS_STREAMS_ADM. () ADD_SCHEMA_PROPAGATION_RULES
    schema_name = > 'shm '.
    streams_name = > 'db1_to_db2 ',.
    source_queue_name = > 'strmadmin.captured_db1 ',.
    destination_queue_name = > '[email protected] ',.
    include_dml = > true,
    include_ddl = > true,
    source_database = > "db1.world"
    inclusion_rule = > true,
    queue_to_queue = > true);
    END;
    /

    Perhaps, am I is not clear to my question, or maybe I do everything in the bad sense on propagation processes and the workflow application.

    So, I looked in all the documents available and I can't find how to plan the process... What is the part that I am missundertanding?

    As long I have it other non Oracle objects (system files objects, we say that some objects in ECM file system related with data) to replicate with the data schema, I can't replicate any changes to the schema of the source table to the schema database of fate (automatically). So, I'm replicated ECM file systems objects in other external tool (with build-in Windows Calendar integration)... but how I can program spread and/or application treats in the middle of stream 2-way?

    Please, I need a hint of someone as soon as possible.

    Thanks in advance.

    Your question is not very clear, so here's what you need to know abot schedules DBMS_STREAMS_ADM and spread:

    The schedule is done automatically when you add the spread with DBMS_STREAMS_ADM.
    This API DBMS_STREAMS_ADM encompass several other APIs:

    -DBMS_CAPTURE_ADM,
    -DBMS_RULE_ADM
    -DBMS_APPLY_ADM
    -DBMS_PROPAGATION_ADM.
    -DBMS_AQ_ADM

    This DBMS_STREAMS_ADM is supposed to make things easier, but it takes an important definition default values, so that you see all the actions that are performed as they are done quietly behind the scenes.
    The establishment of the regular spread is on of these silent setting and the time that occurs with a never ending cycle to wake up/run/sleep.
    The duration of sleep between 2 execution is defined by DBA_QUEUE_SCHEDULES. LATENCY

    From the spread itself, it's a job. When the next execution is set to null, he reschedule itself, like an endless loop.
    Here's how the job will appear:

    set embedded on
    set heading on
    set feedback off
    set linesize 162 pagesize 0
    col fail format 999  heading 'Errs'
    col broken   format a3   heading 'Bro|ken'
    
    col sess format 9999   heading 'Ses'
    col jid  format 999999  heading 'Job|Id'
    col subu format a10  heading 'Submitter'     trunc
    col secd format a10  heading 'Security'      trunc
    col proc format a30  heading 'Job'           word_wrapped
    col lsd  format a10  heading 'Last|Ok|Date'
    col lst  format a5   heading 'Last|Ok|Time'
    col nrd  format a10  heading 'This|Run|Date'
    col nrt  format a5   heading 'This|Run|Time'
    col fail format 99 heading 'Err'
    
    col proc format a50  heading 'Job'           word_wrapped
    col secd format a10  heading 'Security'      trunc
    
    select job jid, log_user  subu,   priv_user                  secd,    what proc,
                  to_char(last_date,'DD/MM/YYYY') lsd,
                  substr(last_sec,1,5)            lst,
                  to_char(next_date,'DD/MM/YYYY') nrd,
                  substr(next_sec,1,5)            nrt,
                  failures                        fail,
                  decode(broken,'Y','Y','N')      Broken
    from sys.dba_jobs;
    prompt
    
                                                                                     Last       Last  This       This
        Job                                                                          Ok         Ok    Run        Run       Bro
         Id Submitter  Security   Job                                                Date       Time  Date       Time  Err ken
    ------- ---------- ---------- -------------------------------------------------- ---------- ----- ---------- ----- --- ---
         55 SYS        SYS        next_date := sys.dbms_aqadm.aq$_propaq(job);                        27/11/2009 16:19     N
    

    Now, this work is performed in a session, always the same, which performs the actual transfer of waiting by using the global name DB link to target the area. You can check which session with the following queries:

    set linesize 125
    prompt
    set linesize 150
    col queue_name HEADING 'Source|Queue Name'
    col queue_schema HEADING 'Source|Queue Owner'
    col dblink format a34 head 'Destination|Database Link'
    COLUMN SCHEDULE_STATUS HEADING 'Schedule Status' FORMAT A23
    COLUMN PROPAGATION_NAME Heading 'Propagation|Name' format a25 wrap
    COLUMN START_DATE HEADING 'Expected |Start Date'
    COLUMN PROPAGATION_WINDOW HEADING 'Duration|in Seconds' FORMAT 9999999999999999
    COLUMN NEXT_TIME HEADING 'Next|Time' FORMAT A8
    COLUMN LATENCY HEADING 'Latency|in Seconds' FORMAT 9999999999
    COLUMN SCHEDULE_DISABLED HEADING 'Status' FORMAT A8
    COLUMN PROCESS_NAME HEADING 'Schedule|Process|Name' FORMAT A8
    COLUMN FAILURES HEADING 'Number of|Failures' FORMAT 99
    COLUMN LAST_ERROR_MSG HEADING 'Error Message' FORMAT A55
    COLUMN TOTAL_BYTES HEADING 'Total Bytes|Propagated' FORMAT 9999999999999999
    COLUMN CURRENT_START_DATE HEADING 'Current|Start' FORMAT A17
    COLUMN LAST_RUN_DATE HEADING 'Last|Run' FORMAT A17
    COLUMN NEXT_RUN_DATE HEADING 'Next|Run' FORMAT A17
    COLUMN LAST_ERROR_DATE HEADING 'Last|Error Date' FORMAT A17
    COLUMN LAST_ERROR_TIME HEADING 'Last|Error time' FORMAT A12
    column message_delivery_mode HEADING 'Message|Delivery|Mode'
    column queue_to_queue HEADING 'Q-2-Q'
    col destination format a50
    col sid for a4
    col tot_k for 999999999999 head 'Total |Sent (Kb)' justify L
    
    prompt
    prompt When the duration is NULL, the propagation is active
    prompt When the next time is NULL, the propagation job is currently running
    prompt
    
    SELECT substr(session_id, 0, instr(session_id,',')-1) sid ,
           p.propagation_name,TO_CHAR(s.START_DATE, 'HH24:MI:SS MM/DD/YY') START_DATE,
           s.PROPAGATION_WINDOW, s.NEXT_TIME, s.LATENCY,
           DECODE(s.SCHEDULE_DISABLED, 'Y', 'Disabled', 'N', 'Enabled') SCHEDULE_DISABLED,
           (select value/1024  from v$sesstat x, v$statname y
                    where  x.STATISTIC# = y.STATISTIC# and y.name = 'bytes sent via SQL*Net to dblink'
                       and x.sid=substr(session_id, 0, instr(session_id,',')-1) ) tot_k
      FROM
          DBA_QUEUE_SCHEDULES s,
          DBA_PROPAGATION p
      WHERE  p.DESTINATION_DBLINK = NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
             AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
             AND s.QNAME = p.SOURCE_QUEUE_NAME
             and s.message_delivery_mode='BUFFERED'  and session_id is not null
      order by  propagation_name ;
    
    select p.propagation_name, s.message_delivery_mode,
           s.FAILURES,
           p.queue_to_queue,
           s.LAST_ERROR_MSG
      FROM
            DBA_QUEUE_SCHEDULES s,
            DBA_PROPAGATION p
      WHERE
             p.DESTINATION_DBLINK = NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
         AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
         AND s.QNAME  = p.SOURCE_QUEUE_NAME
      order by propagation_name,s.message_delivery_mode ;
    
    SELECT p.propagation_name,  TO_CHAR(s.LAST_RUN_DATE, 'HH24:MI:SS MM/DD/YY') LAST_RUN_DATE,
       TO_CHAR(s.CURRENT_START_DATE, 'HH24:MI:SS MM/DD/YY') CURRENT_START_DATE,
       TO_CHAR(s.NEXT_RUN_DATE, 'HH24:MI:SS MM/DD/YY') NEXT_RUN_DATE,
       TO_CHAR(s.LAST_ERROR_DATE, 'HH24:MI:SS MM/DD/YY') LAST_ERROR_DATE,
       LAST_ERROR_TIME
      FROM DBA_QUEUE_SCHEDULES s, DBA_PROPAGATION p
        WHERE   p.DESTINATION_DBLINK =
            NVL(REGEXP_SUBSTR(s.destination, '[^@]+', 1, 2), s.destination)
      AND s.SCHEMA = p.SOURCE_QUEUE_OWNER
      AND s.QNAME = p.SOURCE_QUEUE_NAME order by  propagation_name;
    

    If you want to change the lag time, you can use this:

    -- adapt following your needs, defineds $prop (propagation name)  and $latency (value in secs, usually 1 or 3 or 5) :
    
    col DESTINATION_QUEUE_NAME new_value DESTINATION_QUEUE_NAME noprint
    col DESTINATION_DBLINK new_value DESTINATION_DBLINK noprint
    col source_queue_name new_value source_queue_name noprint
    
     select SOURCE_QUEUE_NAME, DESTINATION_QUEUE_NAME, DESTINATION_DBLINK from SYS.DBA_PROPAGATION  where propagation_name = upper('$fprop');
     set serveroutput on size 9999
      col cmd new_value cmd noprint
      execute DBMS_AQADM.ALTER_PROPAGATION_SCHEDULE( queue_name => 'STRMADMIN.&source_queue_name',  destination =>'&DESTINATION_DBLINK',  destination_queue=>'&DESTINATION_QUEUE_NAME',  latency=>$latency, duration=>null, next_time=>null) ;
    
  • Just installed Mac OS Sierra on Mac Pro air. What I do need to update to Safari and other applications on the iPhone and I have the carpet?

    Just installed Mac OS Sierra on Mac Pro air.

    What I do need to update to Safari and other applications on the iPhone and I have the carpet?

    Unless otherwise indicated by an application or in the description of an update, no.

    (144880)

  • Can I keep my itunes account in the United Kingdom and add applications to the United States on my account so that the United States pls.?

    Can I keep my itunes account in the United Kingdom and add applications to the United States on my account so that the United States pls.?

    How long you will be in the United States? To use the US store, you must be physically located in the United States, have issued US credit card and billing address in the United States on this credit card. Without it, you won't be able to change for the US store. And, you can only change stores every 90 days.

  • Newsstand and new applications are available at the Canada? Icon 'see in the App Store.

    Newsstand and new applications are available at the Canada? I don't see them in the App Store.

    Not currently, but you might find some similar applications here > https://itunes.apple.com/us/genre/ios-magazines-newspapers/id6021?mt=8

  • Cannot open links in Safari, Messages, messages, Notes and other applications.

    Problem on the iPhone 6 and iPad pro since version 9.3 I can't open links in Safari, Messages, messages, Notes and other applications. Rather than visit the target website, the application crashes, freezes or crashes.

    How to fix bug of broken links ios 9.3 safari/mail:

    (1) find and uninstall the application of booking.com, if you

    (2) wait at least 1 hour, the bug disappeared. Perhaps you need to reboot once

    to reproduce the bug again: install the app booking.com

  • my phone does not work after last update itunes on my phone connection with my pc, it shows only i tunes icon and the application of itune on my pc does not work

    my phone does not work after last update itunes on my phone connection with my pc, it shows only i tunes icon and the application of itune on my pc does not work

    For general advice, see troubleshooting problems with iTunes for Windows updates.

    The steps described in the second case are a guide to remove everything related to iTunes and then rebuild what is often a good starting point, unless the symptoms indicate a more specific approach.

    Review the other boxes and other support documents list to the bottom of the page, in case one of them applies.

    More information area has direct links with the current and recent buildings if you have problems to download, must revert to an older version or want to try the version of iTunes for Windows (64-bit-for old video cards) as a workaround for problems with installation or operation, or compatibility with QuickTime software or a third party.

    Backups of your library and device should be affected by these measures but there are links to backup and recovery advice there.

    Once iTunes to work properly, you should be able to fix your device.

    TT2

  • My computer will not download iTunes or Skype error APPDATA and ASL.ll

    My computer will not download iTunes or Skype because he "cannot find"APPDATA"and ASL.ll. Can anyone help?

    Hello

    1. where exactly you want to download it?

    2. What is the full error message do you get?

    3. what operating system is installed on the computer?

    4. what web browser do you use?

    I suggest refer you to the procedure and check if it helps.

    Method 1:

    I have a problem downloading Skype: https://support.skype.com/en-us/faq/FA164/i-have-a-problem-downloading-skype?fromSearchFirstPage=false

    Method 2:

    Problem installing iTunes or QuickTime for Windows: http://support.apple.com/kb/ht1926

     

    Hope this information is useful.

  • My task manager only to see the task and not, application, process, etc. How can I get it back to normal?

    My task manager only to see the task and not, application, process, etc. How can I get it back to normal?

    If it does not display all the tabs, double-click the external border of the Task Manager.

  • My Windows XP start up of page and all applications (such as my e-mail address) are stretched horizontally

    My Windows XP start up of page and all applications (such as my e-mail address) are stretched horizontally.  I tried to go into the properties of my Start Page tab and ' reset '.  After the computer restarts, no changes took place.  What should I do?

    Hi Donald,.

    You can try the following steps and check if it helps.

    a. right click on the taskbar and make sure it is not locked
    b it is locked, unlock it by selecting ' lock the taskbar"(it should be disabled).
    c.When it is unlocked, a click and everything always it just drag your mouse to the bottom of your screen

    You can read the following article and check:

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/win_tray_taskbar_lock_howto.mspx?mfr=true

    You can also read the following article and check.

    How to move the taskbar from its default position Windows or put it back to its default position

  • "services.exe - bad image" and "the application or the DLL...\ShimEng.dll is not a valid Windows image.

    At the start this morning, I received the message following "services.exe - bad image" and "the application or the DLL...\ShimEng.dll is not a valid Windows image. Is there a simple solution to this problem? If it is ok, the unit freezes then

    Hello

    1. you remember to make changes to your computer, after which the issue started?

    I would recommend that you follow these steps and check if the problem persists.

    Step 1:

    I would recommend that you run a full scan using theMicrosoft Safety Scanner and check if the problem is related to malicious software.

    Note: You may lose data while eliminating malware.

    Step 2:

    Test the issue in a clean bootand verify if the issue.

    Note: Follow step 7 to your computer as usual.

    Step 3:

    Make SFC scan and check if the problem persists.

  • Impossible to install the software to receive error message like "16-bit MS-DOS subsystem config.nt msiexec.exe file system not suitable for running MS-DOS and Microsoft Applications."

    Hello

    Original title: problem installing the software
     
    When my wife tries to install software (for example the updates of Windows or Itunes) on his Dell laptop (Windows Vista Home Premium), she gets this error developed box.
    "the 16-bit MS-DOS subsystem
    The msiexec.exe config.nt file this system is not suitable for running MS-DOS and Microsoft Applications. »
    Grateful for any ideas on how to fix this problem!

    Hello

    1. what 16-bit or software program you try to run? Should I use the CD Rom drive?

    2 - is the question also appear during the installation of Windows updates?

    3. have you made changes on the computer before this problem?

    Follow the methods and check them out below:

    Method 1: Perform a clean boot and check.

     

    To help resolve the error message, you can start Windows Vista or Windows 7 by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135


    Please note:  After troubleshooting, be sure to start your computer in normal mode by following step 7.

    Method 2:

    Run an analysis of auditor of system files on your computer and check for the issue.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Method 3: Solve problems with programs that cannot be installed or uninstalled

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

    Hope the above information is helpful.

  • Downloads of problems + screen frozen and/or applications.

    I can't open all the downloads they are compressed files or games.  I get the following message: "cannot open the folder.  or an invalid folder.  or the user does not have permission.  "or access denied., etc." BTW there isn't a problem getting as mentioned is previous messages.  I mean, please don't tell me to extract the files, I know that much.  The problem is that I can NOT extract or open all downloads.

    Could someone help me please?  I also had problems with Vista HP x 64 being slow and frozen screen and/or applications by pressing the cursor.  A big thank you to anyone who will take the time to help me.  Have a nice day :-)

    Hello

    You did changes to the computer before the show?

    Change the location of the download folder and then try to open it and check if you can access the records.

    Method 1: I suggest that you follow the steps to fix the access denied error and check if this may help:

    Troubleshoot "access denied" when opening files or folders

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-access-denied-when-opening-files-or-folders

    Method 2: In order to solve the problems frozen system question, I would say you put the computer to boot and check what third-party application is causing the problem:

    http://support.Microsoft.com/kb/929135

    Note: after a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Reference: Optimize Windows Vista for better performance

    http://Windows.Microsoft.com/en-us/Windows-Vista/optimize-Windows-Vista-for-better-performance

    Optimize the performance of Microsoft Windows Vista

    http://support.Microsoft.com/kb/959062

  • Do not see the correct path - what is this AppData and VirtualStore?

    original title: necessary response! Very urgent!

    Hello!! I did my project College recently! The topic is SHOWING cloud computing storage! the project is (briefly) to store a file downloaded by the administrator in the server (TOMCAT) cloud. Now, as soon as I upload my file in the server I can't find in the expected path

    -C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\PROJECT
    But instead I find in the following path
    -C:\Users\PALAKOTI\AppData\Local\VirtualStore\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\PROJECT\cloud\cloud.txt
    Why is it like that?

    What shud I do to find the path, I expect to?

    What is this AppData and VirtualStore?

    You shouldn't be writng txt files in the Program Files folder.

    As a compatibility feature, Vista virtualizes these files in your user folder. It was intended to allow the old XP programs that require administrator privileges to run correctly for use on Vista.

    The file virtualization is explained here:

    http://msdn.Microsoft.com/en-us/library/bb756960.aspx

Maybe you are looking for