Jump to content

Killed Exporer.exe by cmd RETURNS


nivaldia

Recommended Posts

Hi, I'm in Windows 8.1: I execute under w8.1 Taskkill explorer.exe  and it does not log off, it returns after seconds:

 

taskkill /IM Explorer.exe /F

program.exe (THEN EXPLORER RETURNS)

Start explorer.exe

 

Explorer MAY return only when program is off, in Windows 7 it works good

Link to comment
Share on other sites


  • Replies 1
  • Views 888
  • Created
  • Last Reply
13 hours ago, nivaldia said:

Hi, I'm in Windows 8.1: I execute under w8.1 Taskkill explorer.exe  and it does not log off, it returns after seconds:

 

taskkill /IM Explorer.exe /F

program.exe (THEN EXPLORER RETURNS)

Start explorer.exe

 

Explorer MAY return only when program is off, in Windows 7 it works good


Lemme help you out here young grasshopper...

@echo off
title ScriptTitle
color A
setlocal ENABLEDELAYEDEXPANSION
cls
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoRestartShell /t REG_BINARY /d 00
taskkill /IM Explorer.exe /F
program.exe
REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoRestartShell /t REG_BINARY /d 01
start explorer.exe
pause

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...