Location of the Script of Acrobat

Hi experts

In window 7, Acrobat Script location.

Thank you

Respect of

John

However, it is not Acrobat forum script, but I will try to answer.

In the JavaScript debugger, run the following line:

app.getPath ("app", "javascript");

It returns the path to your folder scripts as follows:

/ C/Program Files/Adobe/Acrobat 10.0/Acrobat/JavaScripts

Tags: InDesign

Similar Questions

  • Change Folder.current to the location of the script file (.jsx)?

    All,

    I try to use images in my ScriptUI dialog box, but I want to use a name of "relative" path, and I can't seem to make it work.

    For example, this myScript.jsx works fine, but as you can see, I use a name of 'absolute' way of transparencyGrid.jpg:

    var w = new Window ("dialog");
    var f = new File ('~/Desktop/transparencyGrid.jpg');
    w.add ("image", undefined, f); 
    w.show ();
    

    However, I want to be able to use a relative path (to myScript.jsx) to point to transparencyGrid.jpg, like this:

    var w = new Window ("dialog");
    var f = new File ('../../../transparencyGrid.jpg');
    w.add ("image", undefined, f); 
    w.show ();
    

    But, I can't seem to get this to work because relative paths appear to be relative to the current directory, Folder.current, not the location of the currently executing script.

    I say this because when I do this:

    alert(Folder.current);
    

    The only thing that the alert message displayed is a bar slash (/), tell me that the current folder is the root of my OS, but I thought it would be the folder where the myScript.jsx.

    So, is there a way to Folder.current the location of the real script?

    Oops, I completely missed the section in the docs ESTK on the ' object of Dollar ($) '

    Thus, it should work, if anyone cares:

    var thisFile = new File($.fileName);
    var basePath = thisFile.path;
    var w = new Window ("dialog");
    var f = new File (basePath + '../../../transparencyGrid.jpg');
    w.add ("image", undefined, f);
    w.show ();
    
  • How to specify the location of the folder on the user's desktop?

    I write a script that will be stored on a server that is shared and accessible via an action by several users. The script would eventually save pictures in a folder already created on their respective computers. This record would have the same name for everyone, but as each user access path would be different because of their usernames, how to make the backup location in the script just point to this folder on the desktop of users regardless of username?

    Edit: Wait, wouldn't be a matter of making something like this: "~/Desktop/StandardUpload/"?

    That's exactly it.  ~/Desktop/StandardUpload/ or whatever the path.  I use it all the time for my team scripts runs.   There are ways to get data from specific user name, but if you're not interested, it works perfectly

  • Please let me know why I can not download Flashplayer because it runs the scripts on the page... I bought acrobat dc 7/10.  Thank you.

    Please let me know why I can not download Flashplayer because it runs the scripts on the page... I bought acrobat dc 7/10.  Thank you very much. @@

    Hi dmrmultimedias,

    I guess you are referring to the script error using the installer online.  If so, the DPI setting has been identified as the culprit.  If the DPI setting is not set to 100%, 125%, 150% or 200% installer will return the script error.  If your DPI setting is set to something else, please set it to one of these and Setup online should work.  The team is working on a fix for this.

    To check/change the DPI setting:

    1. start the control panel and go to control Panel\All Control Panel Items\Display

    2. in the left menu, select the custom text size (DPI)

    3. in the custom configuration Windows DPI select 100%, 125%, 150% or 200% in the menu drop-down

    4. Select OK

    5. Select apply

    6. open a session/disable

    7. online installer should now run without displaying the script error.

    This is planned which will be fixed within two 2 weeks.

    --

    Maria

  • script to add the location of the log file

    Hello

    I am having trouble with a script that I wrote a year or two ago for the 5.1 vSphere hosts. Now I'm looking to run on vSphere 5.5 hosts, and I make mistakes.

    # Connection to the ESX host to be configured.
    $a = Read-Host "Please enter ESX FQDN:
    Connect-VIServer-Server "$a" - Credential(Get-Credential) se

    # Set the directory SYSLOG #.
    $hostName = get-VMHost
    $hostName = $hostName.Name.Split(".") [0]
    $logLocation = "[AVH-ESXLogs]" + $hostName
    Game-AdvancedSetting Syslog.global.logDir - value $logLocation

    Disconnect-VIServer $a - confirm: $false

    When I run the script, I get the following error:

    Cannot bind the parameter "AdvancedSetting". Impossible to convert the value of 'Syslog.global.logDir' to type 'System.String' type 'VMware.VimAutomation.ViCore.Types.V1.AdvancedSetting '.

    To: C9: tank: 19

    + Set AdvancedSetting < < < < Syslog.global.logDir - value $logLocation

    I'm guessing it's something stupid, I was messing around with this script for a few hours and it's starting to all look the same.

    Thanks for the help.

    Eric

    You will need to do a Get-AdvancedSetting front, something like that

    Get-AdvancedSetting - $vmhost - name Syslog.global.logDir entity. Game-AdvancedSetting - value $logLocation

    You get the current setting and then redirect to the next cmdlet, which makes the change.

    See also the examples on the Set-AdvancedSetting cmdlet.

  • The best location to store scripts ghettoVCB on ESXi 4.1.0

    Hello

    ESXi 4.1.0 running I don't know where I should unpack the ghettoVCB.tar.gz regarding this losing every time that I reboot the ESXi Boxing.  Could someone advise the best place to install the script ghettoVCB for so that it can survive it recharges.

    Other then the above all works awesomely and cannot thank the crew of the ghetto enough.

    Thank you very much

    vmfs/volumes / [name of data store]

  • The value of PDF file printed via the script name

    Hi people!

    I have a little problem with the generation of a PDF file. First my Workflow:

    I have an InDesign document with 6 pages. This document is merged with a databasefile containing 100 records. After it is merged, we need to generate a PDF file. This PDF file is opened in acrobat. In the document, I am looking for one ID for each record so I can split the document to 100 files (each with 6 pages) and name by the ID that I found.

    The Acrobat script is finished and functional. I thought: the InDesign script is over, too. But I was wrong-. -.

    I merged the databasefile with the document and it has exported to PDF. But after export, we noticed that the Acrobat script isn't finding the adressheader where ID is in. The script only noticed the text after this header. The result is, as get-Acrobat always 'null' as ID

    If print us the PDF with our PDFprinter, the header could be read by our script of Acrobat. I don't know why this is... But now, I changed the script to print the files through our PDF printer. Unfortunately I can not set a name for my exported file - do you know if it is possible to print PDF files without asking for confirmation after each other as well as with a via script name?

    Here you can see the old writing for InDesign and after her, the sript Acrobat. Maybe I made a mistake by generating my PDFexport and have no need to use the printer?

    INDESIGN SCRIPT:

    /**
    * invite filebrowser and stores the name and path of the file in variable
    */
    var sourceDocument = File.openDialog ("Bitte Indesign-Dokument Park", "*.indd", false);

    /**
    * stores the only prefix of file name to use as the new file name
    */
    newName var = sourceDocument.name.substr (0, sourceDocument.name.length - 5);

    /**
    stores in folder where the file is stored
    */
    var dbSourceFolder = sourceDocument.parent + "/"; "

    /**
    * guests for databasefile, where production is expected to begin
    */
    var dbstartfile = File.openDialog ("Start-Datenbankdatei of Bitte Park", "*.txt", false);

    /**
    * Gets databasefile basename
    */
    var dbstartfilename = dbstartfile.name.slice (0, dbstartfile.name.search(/_Teil+/));

    /**
    * Gets number of first databasefile
    */
    var i = dbstartfile.name.slice (dbstartfile.name.search(/_Teil+/) + 5) .slice (0, -4);

    /**
    * generates the path and name of the first databasefile to use
    */
    var dbSource = dbstartfile;

    /**
    * set PDF preset to generate PDFS
    */
    var PDFPreset = app.pdfExportPresets.item ("GAG - PDF");

    /**
    * stop throwing alerts
    */
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;

    message will be thrown if databasefile is not existing
    If (dbSource.exists == false) {}
    reboot to launch alerts
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
    Alert ("File" + dbSourceFolder + dbprefix + "_Teil" + i + ".txt konnte nicht werden found! \n\rBitte starten Sie den procedure Rubis und Sie die right Datenbankdatei one enter.");
    }
    another process begins
    else {}
    even if (dbSource.exists == true) {}
    Opens the document indesign source without displaying
    mergeDocument = app.open (File (sourceDocument), false);
    defines what databasefile should be used for data merging
    mergeDocument.dataMergeProperties.selectDataSource (File (dbSource));
    starts the file database and the indesign document merging
    mergeDocument.dataMergeProperties.mergeRecords ();
    document generated in PDF export
    app.activeDocument.exportFile (ExportFormat.pdfType, File(sourceDocument.parent+"/"+newName+"_Teil"+i+".pdf"), false, PDFPreset);
    farm open indesign document
    mergeDocument.close (SaveOptions.no);
    i ++ ;

    change the name of the database file to get the next file
    dbSource = File(dbSource.parent+"/"+dbstartfilename+"_Teil"+i+".txt");
    }
    }
    reboot to launch alerts
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
    Alert ("PDF-Generierung sky!");

    SCRIPT ACROBAT:


    /**
    * Path where files should be saved
    * Special characters like spaces must be preceded of--------.
    * If you want to change the folder, use the following form:
    * ' / DriveLetter/foldername /... /LastFolderName/.
    * Be careful not to forget the / before and after the location
    */
    filepath var = "/ c/pdf_split_test / ';

    /**
    * Number of display pages - do not hesitate to change
    */

    pageType = app.prompt var ("Please die Seitenzahl der presentations one gewunschte.", "");
    Alert (PAGETYPE);

    /**
    to search for regular expression
    */

    var idNumber = / 08\d\d\d\d\-\d\d\d\-\d\d\d\d\d-\d\d\d-\d\d/g;

    /**
    * If possible this function gets the number sought as string
    *
    @param string of revenge that is to be found in the document
    * @return null if rematch is not found or a string if the rematch is
    */

    function ExtractFromDocument (reMatch) {}
    try {}
    var Out = new Object();
    for (var i = 0; i < 1; i ++)
    {
    numWords = this.getPageNumWords (i);
    var PageText = ' ';
    for (var j = 0; j < 30; j ++) {}
    var Word = this.getPageNthWord (i, j, false);
    PageText += Word;
    }
    var strMatches = PageText.match (reMatch);
    If (strMatches == null) continue;
    }
    Return strMatches;
    } catch (e)
    {
    App.Alert ("processing error:" + e)
    }
    }

    /**
    * tries to load given filename (excerpt number)
    *
    @param string file name of the file that should be checked
    @param n number of iterate when checking files
    * @return true if the file exists or false otherwise
    */

    function checkIfFileExists (filename, n) {}
    var existingDoc = false;
    try {}
    If (n == 0) {}
    var checkDoc = app.openDoc(filepath+filename+"-000.pdf");
    } else {}
    var checkDoc = app.openDoc(filepath+filename+"-000_"+n+".pdf");
    }
    checkDoc.closeDoc ();
    existingDoc = true;
    } catch (e) {}
    }
    If (existingDoc == true) {}
    n = n + 1;
    n = checkIfFileExists (filename, n);
    }
    return n;
    }

    var pageAmount = this.numPages;
    for (i = 0; I < pageAmount; i + pageType) {}
    var filename = ExtractFromDocument (idNumber);
    fileExistence = checkIfFileExists (filename, 0);
    If (fileExistence! = 0) {}

    this.extractPages ({nEnd:(pageType-1), cPath: filepath + filename + "-000_" + fileExistence + ".pdf"});
    } else {}
    this.extractPages ({nEnd:(pageType-1), cPath: filepath + filename + ""-000.pdf ""});
    }
    this.deletePages ({nStart:0, nEnd: pageType-1});
    }

    Hello

    I have a little problem with the generation of a PDF file. First my Workflow:

    I have an InDesign document with 6 pages. This document is merged with a databasefile containing 100 records. After it is merged, we need to generate a PDF file. This PDF file is opened in acrobat. In the document, I am looking for one ID for each record so I can split the document to 100 files (each with 6 pages) and name by the ID that I found.

    Why you are not exporting 6 pages PDF directly from InDesign?

    Robin

    www.adobescripts.co.UK

  • Not possible to activate the scripts on the Web server

    Hello

    I would like to create a page .html for Web with a bit of scripting ESP included - Services because now I understand just this:

    <% for (i=0; i<3; i++) {
      ...some text...
     } %>

    According to this document NOR, I first need to enable scripting:

    To use the script with a Web service, you must enable the feature on the Web of LabVIEW server. In LabVIEW, select the script on the Web Server: Configuration page in the dialog box Options to enable the use of scripts on the Web server.

    I activated the Web server and it works OK. But there is nothing called "Scripting" in the configuration page - and the script is executed (the code is just printed in the form of simple text).

    Anyone know how to activate the ESP script?

    Version: LV 2012.

    Best regards, Jan

    Hi Jan,

    In fact, you use the ESP file instead of a static HTML file.  For example, if we had the static html file:

    Hello world

    This file can be located at something like /MyWebService/HelloWorld.html.

    If I then do something like have a page to say "Hello, Jan" or "Hello, Mark" I could use ESP.  In this case, your code might look like:

    <>

    var xname = form ['name'];

    %>

    Hello, @@xname

    The URL of such a web method is perhaps something like jan/MyWebService/Hellovar/Jan where Jan string literal passed to the terminal of a web method that can resemble

    In this example, the string "Jan" is passed to the terminal of the value of the VI.  What implementation of the Web method in the spec to build his signature might look like in /Hellovar /: value.

    So, back to your original question.  You embed not ESP breast and the HTML document.  Instead, you embed HTML inside a document of ESP and the rendering of the document in HTML format when accessing the URL of the Web method.  While the paper you mentioned earlier has an example project in that you can use as a reference

  • Try to set / change the password BIOS admin via the script WMI on ThinkStation D20

    Hello Lenovo Community!

    Start using the WMI Lenovo_SetBiosSetting class on a D20 system.

    If I understand the documentation that there is a limitation on the BIOS password in the past, but I updated to the latest BIOS Rev who support States was added for this feature.

    I use a script that changes the supervisor on computers password successfully thinkpad, but when even to run the script from command line on the D20 system it returns "SUCCESS" however to change the password did not effect!

    I'm using the right parameters are the standard of lenovo

    ' pap, oldpass newpass, ascii, we.

    I thought maybe "pap" is not the correct setting for password Admin on the D20, however the WMI available, posted 2010 guide, does not show otherwise.

    Someone at - it an example script that they can display successfully change the password on a D20 system?

    Please and thx!

    Did you run the SaveSetting script after changing the password?

    You can get the SaveSetting script from the sample scripts D20 located at the following link:

    http://support.Lenovo.com/en_US/downloads/detail.page?docid=UM002033

    You can use the script SetAdminPassword from the library of scripts of series E, then a follow-up that with something like what follows before restarting:

    "cscript SaveSetting.vbs" originalpwd, ascii, we.

    Replace 'originalpwd' with all what your existing password was at the time wherever you booted the system.

  • Find the script Album Info Wndows Media Player 11 VISTA error. I can't find the info of the CD album due to the script error.

    Internet Explorer Script error

    An error has occurred in the script on this page.

    Line 1

    Char

    Error Automation server can't create object

    Code 0

    URL: http://fai.music.metaservices.microsoft.com/FAI/scripts/default.js

    My system is updated, Windows VISTA sp2, WMP11.  This problem just started today, I've been using WMP for a long time, and it generally works very well.

    Is this a problem with Windows Media Player or Internet Explorer?

    Can this be set in the settings or tools?

    I did some checking and find the info from the album works in WMP in another user profile.  I had yet to find some samples of original music which was installed with WMP and album info works on these, located in public folders and not the user specific files or my personal music files.

    Try to clear the temporary Internet files and the Cookies of Internet Explorer. If this does not help, try to reset the Internet Explorer settings, through the Advanced of the Internet Options page in the Panel. Tim Baets
    http://www.BM-productions.TK

  • Looking for test Web site that is located on the BB Server

    Watch to see if anyone has already imagined a script located on the BB itself server rather than the client computer controlled before eventually to reinvent the wheel

    here... what we are trying to do is to test external connectivity to multiple URLS to the web server that hosts these sites. All scripts in BB I have met so far have been those who sit on the host site and to report to the BB server, but which would simply check that the local host is at the service of the sites, not if the URL is resolved from a different network location.

    Thank you

    Darryl,

    I have one or two who might work for you.

    Email me and I'll give you an example

    Paul Yahnig

    Systems, the Services of Infrastructure Engineering lead

    Tweddle group

    North America-Europe-Asia

    1100 112th avenue NE, Suite 300

    Bellevue, WA 98004 USA

    Office: + 1 425-381-2571

    Phone: + 1 425-281-4215

    SMS: [email protected]

    Skype: paul.yahnig

    AIM: paulyahnig

    PGP KEY: 1773E29D (@ PGP.) MIT.EDU)

    [email protected]

    www.Tweddle.com

    Information development, management & delivery

    TS16949, ISO14001 and SFI, PEFC and SGP certified

    Think about the environment before printing this email

    Privacy WARNING: this email contains information exclusively for the use of the individual or entity named above. If you are not the addressee or the employee or agent responsible for delivery to the intended recipient, any dissemination, publication or copying of this e-mail is strictly prohibited. If you have received this email in error, please notify us immediately by e-mail and delete it from your system.

    -¬ 2011. Tweddle Group, Inc. All rights reserved. All communications.

  • Assigned to the user of the script is not running

    Hello

    I have a problem with running scripts assigned to Quest Console (7.6). In resources/Scripts, I have 2 scripts (a VBS and other CMD). The scripts are located on a UNC resource that is accessible by all users. Script executed manually works perfectly. But not automatically runs in desktop computers running with Windows 7 SP1 VDI.

    Any ideas?

    Hi Carlos,

    I saw a similar problem before, in my case the script run perfectly when I run manually but not happen the result when running via a GPO.

    I did some research and learned that it could be caused by settings on the system UAC, you test the policy. With active UAC will be running all scripts that are run from a policy, but in a different security context of the user. When this OPTION is enabled, logon session/logoff scripts are executed by an administrative user, the office can load it later as the user.

    A suggestion to solve the problem was first to apply this registry setting:

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem\\\

    EnableLinkedConnections = (dword) 1

    Scripts Google UAC and logon and you will find more information and proposed solutions.

    I hope this helps

    David

  • How can I specify location of the control file when the manual creation of DB?

    DB version: 11.2.0.4

    OS: Oracle Linux 6.6

    The CREATE DATABASE command creates the control file.

    CREATE DATABASE command is executed once you start the instance in NOMOUNT State as shown below.

    SQL > startup nomount pfile=$ORACLE_HOME/dbs/initBRCPRD.ora

    SQL > create database 'BRCPRD '.

    MaxInstances 32

    MAXLOGHISTORY 1

    maxLogFiles 192

    maxlogmembers 3

    ..

    .

    .

    < snipped >

    When you create the database manually, we can define the control_files parameter in the init.ora as below and control file will be created at this location. Right?

    control_files = ("" / u01/oradata/BRCPRD/BRCPRD_control01.ctl","/u01/oradata/BRCPRD/BRCPRD_control02.ctl "")

    When I was generating the DB using DBCA GUI creation scripts, it asks to enter the location of the Online redo logs and control files.

    I entered my desired location. But, I couldn't find CONTROL_FILES parameter in the init.ora file generated the DBCA. This is why I got confused. I think that DBCA is internally somehow. So thought I'd post it here.

    Hi John, OP

    Just checked the init.ora file created by DBCA. Although the parameter CONTROL_FILES is undefined, db_create_file_dest = '+ DATA_DG1' was created. OMF default location is defined by the db_create_file_dest parameter.

    So, I could safely use this script for the manual creation of DB, and during the CREATE DATABASE command execution, oracle will place CONTROL_FILES + DATA_DG1 using the format;

    +DiskGroup/dbname/filetype/filetypetag.file.incarnation

  • "Cannot run the script at line 1. File or folder does not exist. »

    Whenever I have start AfterEffects, I get an error as he is looking to find my recent projects.  The error is as follows: "unable to run the script at line 1. File or folder does not exist. "I haven't changed the location in one of my project files.  It's the same external drives that I use for months.  When I click on OK the same window opens several times and then finally the historic window opens completely blank and empty.  I am able to reopen projects however since the RECENT PROJECTS drop in the top bar.  It is a very strange and disturbing behavior.  In addition, I always use 13.7.2 because when I go to update it is impossible to connect and gives me this error.  I sat with Adobe support for an hour today, and we couldn't understand.  As I am in the middle of major projects, I decided to not update, but this error at startup is very worrying.  Someone has an idea of what could go wrong or how I can fix this?

    Thank you very much for your time.

    -Fredo

    Screen Shot 2016-07-06 at 7.21.26 PM.pngScreen Shot 2016-07-06 at 7.21.11 PM.png

    Ok!  Just got a response and an Adobe technical support solution.  The problem is that there is a problem with these versions of sequels (and I found the same problem in first to my horror this morning as well!) and the last couple Mac OSs.  The solution is to close the window "library".  It is then normally.  Apparently they fixed in the last update, but I found the same problem on my second computer, which has been updated.  Anyway, if anyone has this problem, close your cc library window.  Voila.

  • Several instances of container, with PDB, located in the same House of Oracle?

    Hello

    I'm just doing labs OBE on a VM for now, until I get new hardware which runs to 12.1.0.2 database. The issue I'm having with a laboratory OBE, which demonstrates her unplug and plug from one container to another PDB has confused me. The laboratory reports the following set up:

    Prerequisites

    Before you begin this tutorial, you should:

      • Install the Oracle 12 c database.
      • Create two CDBs with two PDBs in the CBD first.
    1. The environment used in the development of this tutorial is:
      • ORACLE_HOME: /u01/app/oracle/product/12.1.0
      • TNS listener: 1521
      • Databases:
        • SID: cdb1
        • SID: cdb2
      • Pluggable databases (in cdb1):
        • PDB1
        • pdb2

    The problem I have is when I use DBCA or scripts to create CDB2, it does not create a new database from the container. I get an instance and a database called CDB2, but it is not a CBD. I getORA-65090: operation only allowed in a container database.

    In the DBCA Wizard, make sure that "install connectable database to" is checked, and I in the SPFILE ENABLE_PLUGGABLE_DATABASE = TRUE... The new instance is the name I gave him, without plug-in database installed and for CDB2:

    SQL > select name from v$ database;

    NAME

    ---------

    CDB2

    SQL > show con_id

    CON_ID

    ------------------------------

    0 (is expected to see a 1)

    SQL > show con_name

    CON_NAME

    ------------------------------

    cdb2 (is expected to see CBD$ ROOT)

    The link to the lab can be found here:

    Connect a disconnected Pluggable database

    Is it possible to have two databases containing the same ORACLE_HOME? What Miss me to install a second data base of the container?

    I chose not "tocreate a database of the container", but that I listed above, when he tries create the pdb file, it returns ORA-65090: operation allowed only in a database container.

    The OS is OEL 6.6 X86_64.

    You haven't said why you change the SPFILE - it will be created properly when you create a CBD.

    Remember: we cannot see your monitor or WHAT you do.

    You must post EACH NOT you do and EACH ENTRY you make or that we cannot try to reproduce the problem.

    Take a look at this article in the Oracle database in DBCA use to create a CBD and PDB at the same time. Notice how he SAYS what entries are made.

    ORACLE-BASE - shared: create and configure a database container (CDB) in Oracle Database Release 1 (12.1) 12 c

    Note also that the FIRST screen of the DBCA section will NOT lets you choose a House of the Oracle, but only the location for the database files.

Maybe you are looking for

  • Cannot download purchases after the removal of duplicates

    iTunes has recently decided to reproduce most of my library. As a result, I was unable to listen to most of the albums without listening to each song twice. I did some research and it seemed that my two options were to delete every song duplicated in

  • Re: Screen keeps going blank even if Equim M70 is still running

    My screen keeps going blank even if the computer is still running.Last night, I managed to make it work again for 20 minutes while it was not plugged in, but as soon as it was plugged it erased. Today, even when he was not plugged in after 20 minutes

  • external USB drive not seen

    Hello I just bought a Readynas RN212 as a replacement for my Duo (v1). But the external USB drive (Toshiba 2.5 inch, ext3), that I used as backup for my Duo and always worked perfectly, is not recognized in the RN212. I have ssh - ed at the RN212 and

  • "My Dell" has suddenly stopped working on my PC. message is "this version of my dell is not approved to run on this system.

    I used "My Dell" no problem in recent years. When I try to use it now I get the message "this version of my dell is not allowed to run on this system. So far I'm awa\re I did all relevant changes to the systemCan anyone throw any light on this? Thank

  • Display problems when you perform sfc/scannow

    When I used the sfc/scannow it responds with sfc/scannow found corrupt files but was unable to correct Then I tried running the following command: dism / /scanhealth/cleanup-image online and it comes back a few errors: ===============================