Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Restart WINPE

Featured Replies

I am working on my HTA menu and have a button that I want to use to reboot the PC. However, I cannot get shutdown.exe to work. I am using PE 2005 with Server 2003 SP1. Is there any other way to tell PE to reboot. I am starting my HTA with the startnet.cmd and am killing

pskill.exe smss.exe

pskill.exe winlogon.exe

so that I can exit the startnet.cmd without it rebooting.

Ideas?

I leave the startnet.cmd window in the background behind my HTA app. And my reboot button closes the HTA, and sends "exit" to the CMD window, then WinPE reboots.

Here is the HTA code for the reboot button I'm using:

Sub reboot_onclick()
 Ret = Msgbox("Are you sure you wish to reboot the PC?", vbYesNo)
 If ret = vbNo then
 Exit Sub
 End if
 Do
 Do While Counter < 5
 Counter = Counter + 1
   If Counter = 6 Then
   Check = False
   Exit Do
   End If
 with createobject("wscript.shell")
 .AppActivate ("X")
 .sendkeys "exit"
 .sendkeys "~"
 self.close
 end with
 Loop
 Loop Until Check = False
End sub

I do exactly the same thing at the end of my preinstallation script... good ol sendkeys!

  • 2 years later...
  • 1 year later...

-- blp --

Edited by ordan

I don't know about 2005, but with PE 2.x you can just issue the integrated "wpeutil shutdown" or "wpeutil reboot" commands. No need for any 3rd party utilities.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.