How to persist the win+e shortcut across reboots
Posted: 27.02.2014, 08:48
Hello,
I thought I would share this solution to the win+e redirect that gets reset on reboot on Windows 8.
This came about when I noticed the executable file "FCWinERedirect.exe", I took the initiative to hook this within the startup chain:
That is all.
I thought I would share this solution to the win+e redirect that gets reset on reboot on Windows 8.
This came about when I noticed the executable file "FCWinERedirect.exe", I took the initiative to hook this within the startup chain:
- Create a new file as "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup\FCHook.bat" with this content:
Code: Select all
start "HOOK" "C:\Program Files (x86)\FreeCommander XE\FCWinERedirect.exe" "C:\Program Files (x86)\FreeCommander XE\FreeCommander.exe" exit
- In windows Task Manager -> Startup tab you should see FCHook.bat, status should be enabled
That is all.