When stopping Windows Services from the command line using `net stop`, then you often get time outs like these:
C:\Windows>net stop "FooBar Survur"
The FooBar Survur service is stopping.
The FooBar Survur service could not be stopped.
C:\Windows>net stop "FooBar Survur"
..
The FooBar Survur service could not be stopped.
Neither the `net stop`, nor the `net start` command allows for specifying a time-out, so it uses the default time-out of 5 seconds. Which often is not long enough.
Never noticed this file before until I got some trouble with several systems sharing parts of a roaming profile.
The content of my %USERPROFILE%\ntuser.ini file is this: [General]
ExclusionList=AppData\Local;AppData\LocalLow;$Recycle.Bin;Tracing;PrivacIE
[ProfileLoadType]
LastUploadState=Complete
[[The ntuser.ini file is used to set up the user roaming profile components that are not copied to the server.]]
Every now and then my Mac RDP program will suddenly turn on the CAPS LOCK on the connected Windows terminal.
It happens on different OS X versions, and different Windows versions. I haven’t figured out the steps to reproduce yet. I will amend this post when I have (:
I also have it occasionally fail when I RDP from a physical Windows system to another Windows system, but far less than from Mac OS X.
You work around it using the On Screen Keyboard tool in Windows like Josh Adams explains:
launch the On-screen Keyboard application (generally this can be done by choosing Start ==> All Programs ==> Accessories ==> Accessibility ==> On-screen Keyboard; as noted by DrFooMod2 in a comment below, you can also bring up the On-screen Keyboard by typing “osk” without the quotes in the Windows Run… box) and
toggle Caps Lock by clicking on the virtual “lock” button in the application.
The On-screen Keyboard application shows–and can change–the state of Caps Lock
The easiest way to start the On Screen Keyboard is to create a shortcut to this:
Two keys needed: one HKCU one HKLM. You need to be Administrative user with a CUA token to install the second one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters