Recent content by Josephur

  1. Josephur

    Windows 11 Python and Windows File System Permissions

    I get an error, Traceback (most recent call last): File "C:\Temp\test.py", line 27, in <module> os.chown(new_file_path, owner_id, -1) ^^^^^^^^ AttributeError: module 'os' has no attribute 'chown'
  2. Josephur

    Windows 11 Python and Windows File System Permissions

    What is the best way to read a files owner and permissions, create a new file then apply those permissions without using the subprocess method or command line icacls etc.
  3. Josephur

    Can't map some network drives

    Does it work if you authenticate the mapping using the credentials of the networked machines local account?
  4. Josephur

    An untitled automatic pop-up on the left side that has a search box at the top and in that has apps:me filled in

    If you go to Settings, Privacy & Security, Search Permissions and turn off "Show search highlights" does it go away? This is part of MS and Edge's new AI search stuff. It's fairly new so bare with me if that doesn't do the trick, let me know!
  5. Josephur

    Weird explorer.exe icon bug

    I'd say you have some sort of corrupt memory issue going on. Or the Windows icon cache database is whack.
  6. Josephur

    Windows sharing stopped after upgrade to Pro and other systems affected?

    If you create your accounts as local accounts first, then change them to MSFT ones I believe the old Machine\Username auth still works. Or you can use the real local username as shown by "echo %username%" and your MSFT password.. I believe that will work better than trying to use your Microsoft...
  7. Josephur

    gpupdate fail - error "access denied" sporadically - event 1058 and 1096

    I would start with some dcdiag tests, make sure the domain and specifically DNS is correctly working. You can read more about dcdiag's usage here: dcdiag
  8. Josephur

    Windows 7 CTRL A has stopped working in all programs

    I know this is an old thread but Nirsoft makes a tool that will list all global hot keys registered with Windows. You can find it here: HotKeysList - View registered hot keys on Windows
  9. Josephur

    Windows 10 Kernelbase.dll game crash after update - Solved!

    I found a thread on Steam's forums about this game with this exact issue. The resolution was to right click the game in the library and verify the files. If it finds corrupted files it'll repair them.
  10. Josephur

    Windows sharing stopped after upgrade to Pro and other systems affected?

    Since you are presumably not on a domain when you authenticate to a share on a machine, lets call it MACH-001 you should be using a local account username (let's call ours UserAccount for example) So when authenticating to shared folders on that machine try using MACH-001\UserAccount for the...
  11. Josephur

    Not getting correct resolution (followed every guide)

    Are there .inf drivers available for your monitor? Also do you have another hard drive handy you can install a fresh version of Windows on to see if the problem persists?
  12. Josephur

    Can't get rid of a folder and its data

    Have you ran a full check disk on D: ? (chkdsk D: /f /r /x) Have you tried deleting the folder in safe mode?
  13. Josephur

    AMD Zen 3 processor not supported by Windows 11?

    Actually I just looked at Microsoft's list of supported CPU's and they did tell you correctly, is it not supported. However this is purely a software limit, and can be bypassed. I won't go into how to do so but a quick google search should get you some results ;)
  14. Josephur

    AMD Zen 3 processor not supported by Windows 11?

    Go into your BIOS and enable your CPU's TPM function. It's probably disabled. Also if you update your BIOS to the latest version it will probably toggle it on automatically for you.
Back
Top