Skip to content

Tag: windows

Changing current windows language in intellij idea

At my primary pc i am changing current language using shift+alt(i believe that this is default for windows) but on another pc(it is not mine, but im allowed to code on it) it is done by shift+ctrl and it is uncomfortable. Can i add or maybe there is already a key shortcut in intellij that i can change to &#82…

Windows AD unable to reset password from code

From code trying to reset AD user password and using the same  password further to login from other services. But AD is not authenticating the user.  In AD we are updating userPassword, holcimIsRegistered and userAccountControl attributes from our code to reset the password. When we are manually resetting AD …

Unable to create FileWriter

I am trying to create a FileWriter instance pointing to a folder were everyone has write access: And I am getting java.io.FileNotFoundException with detail message: The folder exists and if I stop in debugger and evaluate expression below it always returns true as it should: I don’t understand what is g…

Intellij Idea fails to start with VPN enabled

I am having a trouble with launching Intellij Idea Ultimate Edition 2021.1.2 (also tried 2020.3.1) with VPN enabled (I am using GlobalProtect) on Windows 10. I’ve been working on this setup for quite a long time, but recently something went wrong with no obvious changes made. So, after launching Intelli…