teeotsa / windows-8-debloat

15 stars 4 forks source link

Running this on Tablet brakes the screen rotation and the virtual keyboard #6

Open b-jordanov opened 4 months ago

b-jordanov commented 4 months ago

Thank you for the great script! I tried to go trough it to see what I can comment out for my case. I'm flashing this on a 32bit Windows 8.1 Tablet.

The only related entry I found inside your script is "TabletInputService"

Since I'm no expert when it comes to Windows 8 and windows telemetry, I'm unsure which lines to comment out. I'll appreciate your help and suggestions so that I'll be able to use auto rotate function of the screen and use the virtual keyboard. Thanks!

I made a plain copy of the original content of the tablet trough Linux with dd so I'm able to restore it from backup any moment. Currently it's back to the default state.

Kl3tus commented 4 months ago

So if you go into services and re-enable the handwriting/touch service, the virtual keyboard will work again, at least when you tap on a text field..e.t.c, however it will look different than before IE no swipe typing and the button on the bottom right no longer offers to hide keyboard.e.t.c so a little frustrating trying to get that fully functioning again/still trying,

For auto rotate I enabled the device sensor service and tweaked around, it now shows the auto rotate option but doesn't work/basically will always go to portrait and rotation is still broken.

Let me know if you find anything yourself/still messing with it, on a HP Stream 7 Win 8.1.

teeotsa commented 3 months ago

Hey,

To fix auto rotation , enable "Sensor Monitoring Service"

sc config SensrSvc start= auto
sc config TabletInputService start= auto

To fix auto rotation on HP Stream 7 https://ftp.hp.com/pub/softpaq/sp69001-69500/sp69308.exe

Let me know how it goes.

Kl3tus commented 3 months ago

Hey,

To fix auto rotation , enable "Sensor Monitoring Service"

sc config SensrSvc start= auto
sc config TabletInputService start= auto

To fix auto rotation on HP Stream 7 https://ftp.hp.com/pub/softpaq/sp69001-69500/sp69308.exe

Let me know how it goes.

Appreciate the response, sadly in this case no dice, I installed both kionix g-sensor as well as touch controller to be safe, then ran the commands in Admin CMD, enabling auto rotation just rotates the screen to portrait then it stays in portrait.

The keyboard is also still different/doesn't show hide and other tablet type functions as before, was trying to fix this as well but only see handwriting/no tablet input under services.msc.

Is this something that Dism/SFC would fix then possibly commented out when re-installed? With 1GB of ram this helps a lot with the perf on the tablet side (still need to unlock the bios as well)