Recent content by neemobeer


  1. Problem printing a WordPerfect document

    Do you have service pack 2 installed? It's supposed to help with some known printing issues. Beyond that you might be SOL since it's old software
  2. Why download patch after failed attempt

    It's not. It will say Windows 11 Ent or Enterprise instead of Pro
  3. Why download patch after failed attempt

    If you have Windows 11 Home/Pro you install KB5121767 if it's an enterprise licensed copy of Windows you install KB5121768. You don't/can't install both. Get-CimInstance Win32_OperatingSystem | select Caption will tell you which edition you have.
  4. Windows Tracks You With a Hidden ID. So We Built deGDID to Block It.

    You're assuming there are not other ways Microsoft tracks and stores this value. I see it being built into other MS products.
  5. Powershell batch job fails when run as a scheduled task.

    Who the scheduled job executes as is configured in the schedule task By default only members of the Administrators group can run scheduled tasks as a batch job. On Pro it's easier to assign this right to other users. 'Windows key' + r Type 'secpol.msc' 'Local Policies' 'User Rights...
  6. Powershell batch job fails when run as a scheduled task.

    Probably need to see how the task is configured. When you 'run manually' the task runs in your interactive session. When a scheduled task runs on a schedule it runs as a true batch job. There are different permissions required for interactive vs batch. Also is this Home or Pro edition of Windows?
  7. Trojan:win32/commando.A!ml cannot be removed?

    I would start by opening an elevated powershell prompt and typing Get-MpThreat and providing the output. Need to know where the threat is originating from.
  8. screensaver not working with two monitors (extended)

    Well back then you had much smaller, lower resolution monitors and as far as I know most people didn't have multiple monitors
  9. screensaver not working with two monitors (extended)

    A screensaver is a program. If it's really old it may simply lack the ability to support multi monitors. There's no way to fix that unless you have the source code and can implement multi monitor support
  10. What are your thoughts on the GDID identifier in windows?

    That tracking data isn't supposed to be tied to a human identity, but it likely is easily inferred which human identity is associated to which GDID especially if you use any Microsoft linked account, which is clearly what Microsoft has been trying to force down everyone's throats. I would...
  11. Does anyone care to explain the correlation between Volume and HardDiskVolume numbers ?

    Diskpart enumerates disks differently and just generates a sequential order of volumes. Device paths are objects created by the Windows kernel, so two different systems inventorying the disk volumes for different purposes.
  12. Event Viewer: Event ID 5157 "The Windows Filtering Platform has blocked a connection"

    Well in a home network is pretty common for either the first or last addressable address to be the default gateway. In a home networks that's usually your router. Anything with the destination 224.x.x.x is multicast address space, so any number of services can make these types of network...
  13. Solved McAfee pop ups, the reason ..

    Windows 11 really turned me off to Microsoft. Too many forced choices.
  14. Solved McAfee pop ups, the reason ..

    Saw this a few days ago. It just makes you shake your head at what some companies will do to try and drum up business and what other companies will do for a pay out.
  15. Solved Local Security Authority: good or bad?

    The LSA process can have a lot of sensitive data stored in process memory. Running LSASS as a protected process helps protect the process memory from credential dumping attacks like Mimikatz. It's highly unlikely turning it on would impact anything, but also it's not as useful a feature in a...
Back
Top Bottom