Skip to content

Releases: TimMangan/PassiveInstall

V2.9.0.0

16 Feb 19:11
Compare
Choose a tag to compare

Handles the case where Approve-PassiveElevation is used and the called script either does not set a return code, or the user closes that window before one is set.

V2.8.0.0

11 Feb 20:52
Compare
Choose a tag to compare

Release 2.8 includes the following:

  • Notification when re-running the script via elevation fails in Approve-PassiveElevation.
  • Upgrade to .Net Framework 4.8
  • Upgrade the installers from Wix based to AdvancedInstaller.

v2.7.0.0

11 Sep 11:41
Compare
Choose a tag to compare

Fix for disable-passiveWindowsService

Version 2.5.0.0

12 Mar 21:56
Compare
Choose a tag to compare

New switch parameter -CurrentUser added to New-PassiveDesktopShortcut
Fixes for Remove-PassiveRegistryItem

Version 2.1.0.0

28 Jan 20:39
Compare
Choose a tag to compare

Version 2.1 includes the following changes from 2.0.1

  • Added pause/resume to Start-PassiveSleep.
  • Added Overwrite switch parameter to Copy-PassiveFolder
  • Fix bug in New-PassiveDesktopShortcut to write new shortcut to correct location.
  • Add support in Remove-PassiveDesktopShortcuts and Remove-PassiveStartMenuShortcuts for URL style shortcuts.
  • Documentation updates