What the....?
-
until you next login when the group policy gets reapplied
Our IT department has a group policy that tries to override my screen saver settings. They randomly reapply the group policy, usually hourly. I have a service that wakes up once a second and deletes the group policy values from the registry.
Software Zen:
delete this;
-
I found it. They stuck a shortcut on the desktop to lock the workstation and set the shortcut key for it to F10. So, it was at least easy to fix.
gantww wrote:
They stuck a shortcut on the desktop to lock the workstation and set the shortcut key for it to F10.
Why? Whatwere they thinking? Is Windows-L so hard?
-
IT has done something to my workstation. Now when I hit F10 to step over something in the debugger, it helpfully locks my workstation for me. Why do they feel that they have the right to just randomly tamper with things on my workstation when they don't know what they are doing? This crap needs to stop.
Windows Vista replaced ctrl+space with switch to Chinese breaking Visual Studio completely. A registry hack is required to get around it. Apparently making the OS easier for the country that pirates the vast majority of their software was a top priority ... instead of just selling discs with the appropriate language set by default.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
-
Our IT department has a group policy that tries to override my screen saver settings. They randomly reapply the group policy, usually hourly. I have a service that wakes up once a second and deletes the group policy values from the registry.
Software Zen:
delete this;
Sounds a bit like the script I have to kill the following running processes.... process -k tsvncache.exe process -k rtvscan.exe process -k cagent32.exe process -k smcgui.exe process -k smc.exe process -k ccsvchst.exe process -k xferwan.exe process -k lucallbackproxy.exe process -k lucoms~1.exe process -k inv.exe process -k sesclu.exe process -k lucomserver_3_3 process -k lucomserver_3_3.exe process -k emclisrv.exe process -k ccapp.exe
-
Our IT department has a group policy that tries to override my screen saver settings. They randomly reapply the group policy, usually hourly. I have a service that wakes up once a second and deletes the group policy values from the registry.
Software Zen:
delete this;
You override group policy settings to change a screen saver? :omg: Surely you don't see it anayway, or do you have long periods at your desk without pressing any keys / moving the mouse? :confused:
-
You override group policy settings to change a screen saver? :omg: Surely you don't see it anayway, or do you have long periods at your desk without pressing any keys / moving the mouse? :confused:
Electron Shepherd wrote:
You override group policy settings to change a screen saver?
Take to your heart the programmers mantra: "Because we can!"
Personally, I love the idea that Raymond spends his nights posting bad regexs to mailing lists under the pseudonym of Jane Smith. He'd be like a super hero, only more nerdy and less useful. [Trevel]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v server -
You override group policy settings to change a screen saver? :omg: Surely you don't see it anayway, or do you have long periods at your desk without pressing any keys / moving the mouse? :confused:
The group policy is set for a 10 minute timeout, and then locks the workstation. There are times when I sit and look at a piece of code and think for more than 9:59 at a stretch. Having the screen clear and display their stupid corporate rah-rah screen saver, which I then have to unlock, disrupts my train of thought.
Software Zen:
delete this;
-
IT has done something to my workstation. Now when I hit F10 to step over something in the debugger, it helpfully locks my workstation for me. Why do they feel that they have the right to just randomly tamper with things on my workstation when they don't know what they are doing? This crap needs to stop.
With all the IT-related complaints of late, I just have to wonder what your boss or the IT folks say when you confront them with evidence that you cannot work like this. It's one thing when they implement something that is just annoying, but to implement something that keeps a person from doing their job is just plain wrong. I guess I've just been spoiled these past 16 years.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
It's not your workstation. But, yeah, tha's not right.
-
With all the IT-related complaints of late, I just have to wonder what your boss or the IT folks say when you confront them with evidence that you cannot work like this. It's one thing when they implement something that is just annoying, but to implement something that keeps a person from doing their job is just plain wrong. I guess I've just been spoiled these past 16 years.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
gantww wrote:
So, it was at least easy to fix.
Wrong reaction. You should complain to them that "you haven't changed anything, but now your compiler is broken", and wait for the hilarity to ensue.
Personally, I love the idea that Raymond spends his nights posting bad regexs to mailing lists under the pseudonym of Jane Smith. He'd be like a super hero, only more nerdy and less useful. [Trevel]
| FoldWithUs! | sighist | µLaunch - program launcher for server core and hyper-v serverSo true. I know a lot of developers who would do just that.
I didn't get any requirements for the signature
-
The group policy is set for a 10 minute timeout, and then locks the workstation. There are times when I sit and look at a piece of code and think for more than 9:59 at a stretch. Having the screen clear and display their stupid corporate rah-rah screen saver, which I then have to unlock, disrupts my train of thought.
Software Zen:
delete this;
I do that all the time :)
xacc.ide
IronScheme - 1.0 beta 4 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition