วิธีการเรียกใช้ไฟล์ Powershell ในการเข้าสู่บัญชีผู้ใช้ใน Windows 10


0

ฉันมีไฟล์ ps1 (Powershell) ที่ฉันต้องการเรียกใช้เมื่อใดก็ตามที่ผู้ใช้ลงชื่อเข้าใช้บัญชีของพวกเขาใน Windows 10 ฉันได้ลองคำตอบอื่น ๆ สำหรับคำถามที่คล้ายกัน แต่ดูเหมือนว่าไม่มีใครทำงานได้ เป็นไปได้ใน windows 10 หรือไม่? ขอบคุณ

ไฟล์ PowerShell:

(New-Object Media.SoundPlayer "C:\Users\Public\Public Recorded TV\Sample Media\System32.wav").PlaySync()
set-itemproperty -path "HKCU:Control Panel\Desktop" -name WallPaper -value TrollFace.jpg
[void][reflection.assembly]::LoadWithPartialName("System.Windows.Forms")

$file = (get-item 'C:\TrollFace.jpg')
#$file = (get-item "C:\TrollFace.jpg")
Add-Type -TypeDefinition @'
using System.Runtime.InteropServices;
[Guid("5CDF2C82-841E-4546-9722-0CF74078229A"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IAudioEndpointVolume
{
    // f(), g(), ... are unused COM method slots. Define these if you care
    int f(); int g(); int h(); int i();
    int SetMasterVolumeLevelScalar(float fLevel, System.Guid pguidEventContext);
    int j();
    int GetMasterVolumeLevelScalar(out float pfLevel);
    int k(); int l(); int m(); int n();
    int SetMute([MarshalAs(UnmanagedType.Bool)] bool bMute, System.Guid pguidEventContext);
    int GetMute(out bool pbMute);
}
[Guid("D666063F-1587-4E43-81F1-B948E807363F"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IMMDevice
{
    int Activate(ref System.Guid id, int clsCtx, int activationParams, out IAudioEndpointVolume aev);
}
[Guid("A95664D2-9614-4F35-A746-DE8DB63617E6"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
interface IMMDeviceEnumerator
{
    int f(); // Unused
    int GetDefaultAudioEndpoint(int dataFlow, int role, out IMMDevice endpoint);
}
[ComImport, Guid("BCDE0395-E52F-467C-8E3D-C4579291692E")] class MMDeviceEnumeratorComObject { }
public class Audio
{
    static IAudioEndpointVolume Vol()
    {
        var enumerator = new MMDeviceEnumeratorComObject() as IMMDeviceEnumerator;
        IMMDevice dev = null;
        Marshal.ThrowExceptionForHR(enumerator.GetDefaultAudioEndpoint(/*eRender*/ 0, /*eMultimedia*/ 1, out dev));
        IAudioEndpointVolume epv = null;
        var epvid = typeof(IAudioEndpointVolume).GUID;
        Marshal.ThrowExceptionForHR(dev.Activate(ref epvid, /*CLSCTX_ALL*/ 23, 0, out epv));
        return epv;
    }
    public static float Volume
    {
        get { float v = -1; Marshal.ThrowExceptionForHR(Vol().GetMasterVolumeLevelScalar(out v)); return v; }
        set { Marshal.ThrowExceptionForHR(Vol().SetMasterVolumeLevelScalar(value, System.Guid.Empty)); }
    }
    public static bool Mute
    {
        get { bool mute; Marshal.ThrowExceptionForHR(Vol().GetMute(out mute)); return mute; }
        set { Marshal.ThrowExceptionForHR(Vol().SetMute(value, System.Guid.Empty)); }
    }
}
'@
while($true){
[audio]::Volume  = 1
[audio]::Mute = $false


$img = [System.Drawing.Image]::Fromfile($file);

# This tip from http://stackoverflow.com/questions/3358372/windows-forms-look-different-in-powershell-and-powershell-ise-why/3359274#3359274
[System.Windows.Forms.Application]::EnableVisualStyles();
$form = new-object Windows.Forms.Form
$form.Text = "Image Viewer"
$form.Width = $img.Size.Width;
$form.Height =  $img.Size.Height;
$pictureBox = new-object Windows.Forms.PictureBox
$pictureBox.Width =  $img.Size.Width;
$pictureBox.Height =  $img.Size.Height;

$pictureBox.Image = $img;
$form.controls.add($pictureBox)
$form.Add_Shown( { $form.Activate() } )
$form.ShowDialog()
}

1
คุณพยายามทำอะไร หากคุณมีสิทธิ์เข้าถึงบัญชีผู้ใช้เอง (คุณรู้จักชื่อผู้ใช้ / รหัสผ่าน) คุณสามารถตั้งค่างานที่กำหนดเวลาไว้ซึ่งจะทำงานในการเข้าสู่ระบบ
Darius

1
คุณได้ลองวิธีแก้ปัญหาที่ให้ไว้ในหัวข้อนี้หรือไม่? superuser.com/questions/15596/…
James Paul Turner

คำตอบ:


0

คุณสามารถใช้ windows task scheduler เพื่อเรียกใช้ไฟล์เมื่อผู้ใช้ล็อกอิน

คำแนะนำ:

  • กด Winkey + R เพื่อเปิดหน้าต่างรันจากนั้นพิมพ์ Taskschd.msc แล้วกด Enter
  • ใต้เมนู "การกระทำ" (ด้านขวา) คลิกที่ "สร้างงาน"
  • ภายใต้แท็บ "ทั่วไป" ตั้งชื่องานตามที่คุณต้องการ (คุณอาจต้องการทำเครื่องหมายในช่องทำเครื่องหมาย "เรียกใช้ด้วยสิทธิ์สูงสุด" หากคุณทำสิ่งใด ๆ ที่ต้องใช้สิทธิ์ผู้ดูแลระบบ)

  • ใต้แท็บ "ทริกเกอร์" คลิก "ใหม่"

  • ภายใต้ "เริ่มงาน" เลือก "เข้าสู่ระบบ"

  • ภายใต้การตั้งค่าเลือก "ผู้ใช้ใด ๆ "

  • กด "ตกลง"

  • ภายใต้แท็บ "การกระทำ" เลือก "ใหม่"

  • ใต้ "การกระทำ" เลือก "เริ่มโปรแกรม"

  • เลือกตำแหน่งของสคริปต์ภายใต้ "การตั้งค่า"

  • คลิก "ตกลง"

  • ภายใต้ "เงื่อนไข" แท็บยกเลิกการเลือก "เริ่มงานเฉพาะเมื่อคอมพิวเตอร์ที่ใช้ไฟ AC"

  • ภายใต้แท็บ "การตั้งค่า" เลือก "เรียกใช้งานโดยเร็วที่สุดหลังจากพลาดกำหนดการเริ่มต้น"

  • คลิก "ตกลง"

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.