Projects STRLCPY PowerShdll Commits 5966c600
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
     1 +# PowerShdll
     2 +Run PowerShell with dlls only.
     3 +Does not require access to powershell.exe as it uses powershell automation dlls.
     4 + 
     5 +## dll mode:
     6 + 
     7 +```
     8 +Usage:
     9 +rundll32 PowerShdll,main <script>
     10 +rundll32 PowerShdll,main -f <path> Run the script passed as argument
     11 +rundll32 PowerShdll,main -w Start an interactive console in a new window
     12 +rundll32 PowerShdll,main -i Start an interactive console in this console
     13 +```
     14 + 
     15 +## exe mode
     16 + 
     17 +```
     18 +Usage:
     19 +PowerShdll.exe <script>
     20 +PowerShdll.exe -f <path> Run the script passed as argument
     21 +PowerShdll.exe -i Start an interactive console in this console
     22 +```
     23 + 
     24 +## Known Issues
     25 + 
     26 +Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on failure.
     27 +Make sure you have typed your commands correctly!
     28 + 
  • ■ ■ ■ ■ ■ ■
    README.txt
    1  -# PowerShdll
    2  -Run PowerShell with dlls only.
    3  -Does not require access to powershell.exe as it uses powershell automation dlls.
    4  - 
    5  -#dll mode:
    6  - 
    7  -rundll32 PowerShdll.dll,main
    8  - 
    9  -#exe mode
    10  - 
    11  -powershdll.exe
    12  - 
    13  -#Known Issues
    14  - 
    15  -Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on fail.
    16  -Make sure you have typed your commands correctly!
    17  - 
  • dll/.vs/PowerShdll/v14/.suo
    Binary file.
  • ■ ■ ■ ■ ■ ■
    dll/Readme.md
     1 +# PowerShdll
     2 +Run PowerShell with dlls only.
     3 +Does not require access to powershell.exe as it uses powershell automation dlls.
     4 + 
     5 +## dll mode:
     6 + 
     7 +```
     8 +Usage:
     9 +rundll32 PowerShdll,main <script>
     10 +rundll32 PowerShdll,main -f <path> Run the script passed as argument
     11 +rundll32 PowerShdll,main -w Start an interactive console in a new window
     12 +rundll32 PowerShdll,main -i Start an interactive console in this console
     13 +```
     14 + 
     15 +## exe mode
     16 + 
     17 +```
     18 +Usage:
     19 +PowerShdll.exe <script>
     20 +PowerShdll.exe -f <path> Run the script passed as argument
     21 +PowerShdll.exe -i Start an interactive console in this console
     22 +```
     23 + 
     24 +## Known Issues
     25 + 
     26 +Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on failure.
     27 +Make sure you have typed your commands correctly!
     28 + 
  • ■ ■ ■ ■ ■
    dll/Readme.txt
    1  -rundll32 PowerShdll.dll,main
  • ■ ■ ■ ■ ■ ■
    exe/.gitattributes
    1  -# Auto detect text files and perform LF normalization
    2  -* text=auto
    3  - 
    4  -# Custom for Visual Studio
    5  -*.cs diff=csharp
    6  - 
    7  -# Standard to msysgit
    8  -*.doc diff=astextplain
    9  -*.DOC diff=astextplain
    10  -*.docx diff=astextplain
    11  -*.DOCX diff=astextplain
    12  -*.dot diff=astextplain
    13  -*.DOT diff=astextplain
    14  -*.pdf diff=astextplain
    15  -*.PDF diff=astextplain
    16  -*.rtf diff=astextplain
    17  -*.RTF diff=astextplain
    18  - 
  • ■ ■ ■ ■ ■ ■
    exe/.gitignore
    1  -# Windows image file caches
    2  -Thumbs.db
    3  -ehthumbs.db
    4  - 
    5  -# Folder config file
    6  -Desktop.ini
    7  - 
    8  -# Recycle Bin used on file shares
    9  -$RECYCLE.BIN/
    10  - 
    11  -# Windows Installer files
    12  -*.cab
    13  -*.msi
    14  -*.msm
    15  -*.msp
    16  - 
    17  -# Windows shortcuts
    18  -*.lnk
    19  - 
    20  -# =========================
    21  -# Operating System Files
    22  -# =========================
    23  - 
    24  -# OSX
    25  -# =========================
    26  - 
    27  -.DS_Store
    28  -.AppleDouble
    29  -.LSOverride
    30  - 
    31  -# Thumbnails
    32  -._*
    33  - 
    34  -# Files that might appear in the root of a volume
    35  -.DocumentRevisions-V100
    36  -.fseventsd
    37  -.Spotlight-V100
    38  -.TemporaryItems
    39  -.Trashes
    40  -.VolumeIcon.icns
    41  - 
    42  -# Directories potentially created on remote AFP share
    43  -.AppleDB
    44  -.AppleDesktop
    45  -Network Trash Folder
    46  -Temporary Items
    47  -.apdisk
    48  - 
  • ■ ■ ■ ■ ■ ■
    exe/README.md
     1 +# PowerShdll
     2 +Run PowerShell with dlls only.
     3 +Does not require access to powershell.exe as it uses powershell automation dlls.
     4 + 
     5 +## dll mode:
     6 + 
     7 +```
     8 +Usage:
     9 +rundll32 PowerShdll,main <script>
     10 +rundll32 PowerShdll,main -f <path> Run the script passed as argument
     11 +rundll32 PowerShdll,main -w Start an interactive console in a new window
     12 +rundll32 PowerShdll,main -i Start an interactive console in this console
     13 +```
     14 + 
     15 +## exe mode
     16 + 
     17 +```
     18 +Usage:
     19 +PowerShdll.exe <script>
     20 +PowerShdll.exe -f <path> Run the script passed as argument
     21 +PowerShdll.exe -i Start an interactive console in this console
     22 +```
     23 + 
     24 +## Known Issues
     25 + 
     26 +Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on failure.
     27 +Make sure you have typed your commands correctly!
     28 + 
  • ■ ■ ■ ■ ■ ■
    exe/bin/Debug/Powershdll.exe.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
    2  -<configuration>
    3  - <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
    6  -</configuration>
  • exe/bin/Debug/Powershdll.vshost.exe
    Binary file.
  • ■ ■ ■ ■ ■ ■
    exe/bin/Debug/Powershdll.vshost.exe.config
    1  -<?xml version="1.0" encoding="utf-8" ?>
    2  -<configuration>
    3  - <startup>
    4  - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
    5  - </startup>
    6  -</configuration>
  • ■ ■ ■ ■ ■ ■
    exe/bin/Debug/Powershdll.vshost.exe.manifest
    1  -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    2  -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    3  - <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
    4  - <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    5  - <security>
    6  - <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
    7  - <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
    8  - </requestedPrivileges>
    9  - </security>
    10  - </trustInfo>
    11  -</assembly>
    12  - 
Please wait...
Page is in error, reload to recover