Results 1 to 10 of 935

Thread: Windows 10 and Office Excel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,521
    Rep Power
    10
    Some other rough notes appendixed to the last post.....

    Here is the text of that blue powershell window shown above in the last image in the last post.

    Code:
     Windows PowerShell
    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
     
    Lernen Sie das neue plattformübergreifende PowerShell kennen – https://aka.ms/pscore6
     
    PS C:\Windows\system32> Set-ExecutionPolicy Unrestricted
     
    Ausführungsrichtlinie ändern
    Die Ausführungsrichtlinie trägt zum Schutz vor nicht vertrauenswürdigen Skripts bei. Wenn Sie die Ausführungsrichtlinie
     ändern, sind Sie möglicherweise den im Hilfethema "about_Execution_Policies" unter
    "https:/go.microsoft.com/fwlink/?LinkID=135170" beschriebenen Sicherheitsrisiken ausgesetzt. Möchten Sie die
    Ausführungsrichtlinie ändern?
    [J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "N"): j
    PS C:\Windows\system32> cd 'G:\Temp Opt\GitHub\win10script-master\My ps1 file Folder'
    PS G:\Temp Opt\GitHub\win10script-master\My ps1 file Folder> dir
     
     
        Verzeichnis: G:\Temp Opt\GitHub\win10script-master\My ps1 file Folder
     
     
    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    -a----        17.01.2022     22:35         374784 ctt-toolbox.exe
    -a----        11.01.2022     11:27          15137 Notes for running ps1 files.txt
    -a----        11.01.2022     10:34           2089 ooshutup10.cfg
    -a----        02.11.2021     11:09        1740144 OOSU10.exe
    -a----        17.01.2022     16:10         378880 win10debloat6Dec-31Dec.exe
    -a----        10.01.2022     13:46         130702 win10debloat6Dec-31Dec.ps1
     
     
    PS G:\Temp Opt\GitHub\win10script-master\My ps1 file Folder> .\win10debloat6Dec-31Dec.ps1
    Checking winget...
    Winget Already Installed
    So to get the GUI up and running from a ps1 text file, these were the 4 lines I actually typed in:

    Set-ExecutionPolicy Unrestricted
    cd 'G:\Temp Opt\GitHub\win10script-master\My ps1 file Folder'
    dir
    .\win10debloat6Dec-31Dec.ps1



    ( the dir was optional, I did not need to do that. I just did that as it was helpful to see what I had at the place I was doing stuff. It helped me check for example that the file win10debloat6Dec-31Dec.ps1 was there – if it had not been there then the final line would not have worked to set off the script and bring up the GUI )
    Last edited by DocAElstein; 01-19-2022 at 09:55 PM.

Similar Threads

  1. Tests and Notes on Range Referrencing
    By DocAElstein in forum Test Area
    Replies: 70
    Last Post: 02-20-2024, 01:54 AM
  2. Tests and Notes for EMail Threads
    By DocAElstein in forum Test Area
    Replies: 29
    Last Post: 11-15-2022, 04:39 PM
  3. Notes tests. Excel VBA Folder File Search
    By DocAElstein in forum Test Area
    Replies: 39
    Last Post: 03-20-2018, 04:09 PM
  4. Replies: 37
    Last Post: 02-28-2018, 12:22 AM
  5. Replies: 2
    Last Post: 12-04-2012, 02:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •