ChairoNoMe Posted October 8, 2007 Share Posted October 8, 2007 I too, am a user that was plagued by Input Remapper not saving my settings and having to re-set them each time I boot. I found a workaround using a batch file that allows you to save your settings. These instructions are for XP, but should be similiar on Vista. Completely uninstall Input Remapper. Install Input Remapper, make sure the tray icon option is unchecked during install. Start the Services Control Panel. This is located in Start > Control Panel > Administrative Tools > Services. Select Input Remapper in the list, and then go to Action > Properties in the menu at the top. Under "Startup type" on the "General" tab, set this to "Manual". Start the Input Remapper tray icon from the Start menu, right click on the IR icon in your system tray, and set the keyboard and other settings the way you want them. This will create a new settings file. Navigate your file manager to C:\Program Files\Input Remapper. Make a copy of the file "Settings.dat" and name it "Settings.bk" Create a new batch file, call it "Input Remapper.bat" Edit the batch file and add these lines:@echo off cd "C:\Program Files\Input Remapper" copy Settings.bk Settings.dat net start "Input Remapper" Create a shortcut to this batch file and place it in your Startup group in your Start Menu programs list (right click on the Start menu and click Open to edit the Start menu). Now when you reboot, a DOS window will appear briefly to copy over the settings file and start the Input Remapper service. If you want the tray icon back, you can add"C:\Program Files\Input Remapper\InputRemapper" -TrayIcon to the batch file. Furthermore, you can hide the DOS window entirely on boot by downloading the free Hidden Start utility, extracting it to your C:\Windows\System32 directory, then modifying the shortcut for the Input Remapper batch file by going to the shortcut's properties and changing the shortcut target to: hstart.exe /nowindow "C:\Program Files\Input Remapper\Input Remapper.bat" I hope this helps. I was pulling my hair out trying to solve this annoying problem and now that I found a solution I wanted to share it with all of you to save you from all the frustration. Link to comment https://www.insanelymac.com/forum/topic/65854-found-workaround-for-input-remapper-not-saving-settings/ Share on other sites More sharing options...
ceolwulf Posted October 9, 2007 Share Posted October 9, 2007 ahh thank you so much, it was extremely annoying to have that reset every time I rebooted. works like a charm! Link to comment https://www.insanelymac.com/forum/topic/65854-found-workaround-for-input-remapper-not-saving-settings/#findComment-467241 Share on other sites More sharing options...
Beliyaal Posted November 15, 2007 Share Posted November 15, 2007 ahh thank you so much, it was extremely annoying to have that reset every time I rebooted. works like a charm! I'm having a really hard time reproducing this error. Any more information about reproducing it would be great. It does not seem to happen for me when I enable user account control. Link to comment https://www.insanelymac.com/forum/topic/65854-found-workaround-for-input-remapper-not-saving-settings/#findComment-507125 Share on other sites More sharing options...
ChairoNoMe Posted September 19, 2008 Author Share Posted September 19, 2008 Can this post be made sticky? I see that a lot of users are still having this common problem. Link to comment https://www.insanelymac.com/forum/topic/65854-found-workaround-for-input-remapper-not-saving-settings/#findComment-896974 Share on other sites More sharing options...
Recommended Posts