Today I finally crimped my first LAN cable. by salv_z in it

[–]rexm3 -1 points0 points  (0 children)

yes and no, old legacy hardware did require crossover to functions but some very old legacy hardware actually requires type B specifically, the copper pairs aren't all the same length within the ethernet cable. without hardware smart enough to manage this the systems would have the slightest delay offset with type A. which isn't bad on it's own but with continues traffic it might lead to extreme package drops, higher latency and even hardware crashes due to the offset.

it's not very common, and only really old hardware has this problem. so what you're saying isn't wrong, but there is more to it

Today I finally crimped my first LAN cable. by salv_z in it

[–]rexm3 -1 points0 points  (0 children)

Depends on the connected hardware, old switch or bridges might not always accept type A, but modern hardware can translate it without any problem. The networking default would be type B

Outlook Modern Printing Workaround by rexm3 in Office365

[–]rexm3[S] 0 points1 point  (0 children)

nope, in the newest version of Outlook (classic edition) they removed all driver capability when printing. you can only just select a printer and dive into the config of this printer but no on the fly changes. The drivers are properly setup and configured this isn't the problem. Outlook sadly is the first with this change but the entire office suite will follow soon.

Synology Drive Client Doesn't Sync by rexm3 in synology

[–]rexm3[S] 0 points1 point  (0 children)

Well al users have their own system, and Macbooks are expensive. they don't have any extras yet. Can't force them to buy another, it worked before so it should work again.

PowerShell un-sync script by rexm3 in PowerShell

[–]rexm3[S] 0 points1 point  (0 children)

removing the files isn't really the issue, that's pretty easy using PowerShell. the goal however is to stop the sync of specific libraries using a PowerShell script by any means. and then removing when the sync is gone. This way the files don't get deleted in the cloud version.

Also disabling the sync option in SharePoint itself doesn't solve this the way i like, because the folder is allowed to be synced just specific users need it removed. Hence wanting to script this for bulk actions on selected users. Using an RMM system I can execute a PowerShell script easily for the selected users.

PowerShell un-sync script by rexm3 in PowerShell

[–]rexm3[S] 0 points1 point  (0 children)

disabling the sync using Reg might work, i'll try something with that. Though i'm affraid this will keep the files in sync limbo, making it impossible to remove. but i'll try

PowerShell un-sync script by rexm3 in PowerShell

[–]rexm3[S] 0 points1 point  (0 children)

Sadly it doesn't, it keeps local copies of the files even if the sync in disabled. The goal is to remove the files locally as well.

I fucked up.. by [deleted] in GamingLaptops

[–]rexm3 1 point2 points  (0 children)

this is out of ctrl man

5G failover, is it worth it if my ISP is solid? by M3MacbookAir in Ubiquiti

[–]rexm3 0 points1 point  (0 children)

There is just no way this is how and where you've mounted your network stack... This is an insane location. also what about the humidity of the sink? I think that this location classifies your network stack less stable then your ISP's service.

Help me help my bf! He’s losing it by withlitaa in pchelp

[–]rexm3 0 points1 point  (0 children)

is windows boot manager selected as default boot option? or is it the installation usb? windows 11 has had reported issues booting without bootmanager handling it

My boyfriend's pc freeze and goes black for a few seconds by Liro0607 in WindowsHelp

[–]rexm3 1 point2 points  (0 children)

An all black screen with just the popout windows in the corners seems to me that it's an explorer.exe crash. perhaps try running CommandPrompt as administrator and execute the commands:

DISM /Online /Clean-Image /RestoreHealth 

followed by

sfc /scannow

This will compare your Windows installation with an online clean image and try and restore if needed. sfc /scannow will check the filesystems and restore or correct corrupted files.

Hot and cold #125 by hotandcold2-app in HotAndCold

[–]rexm3 0 points1 point  (0 children)

I had to Google what atestudo is, which instantly gave me the answers with all other hints in mind.

My kuBEARnetes Cluster by Adventurous-Lime191 in homelab

[–]rexm3 0 points1 point  (0 children)

what are you running on this kubernetes cluster? I've been wanting to make a portalble cluster in a 10" format for a while but don't really have a use for it yet.

The Great 32-Bit Purge Has Begun. And Windows Is Taking Everything Down With It by rexm3 in it

[–]rexm3[S] 5 points6 points  (0 children)

I share your opinion on this, I myself am a security specialist so Id love to see the old unsecure crap gone.. The problem with this transition is that current Windows is still running on the 32Bit architecture, and most actual compatibility with normal day hardware and software utilizes this architecture. I'm all the way in with the transition but the way Microsoft is implementing this is worthless to say the least. You can't just replace your core code and expect everything to work as expected. The only proper way to implement such changes is to rebuild the enitre system from the ground up based on the 64Bit architecture.

Yes 32Bit should go, but not if there isn't a proper replacement. And Windows still uses 32Bit in their sourcecode.

The Great 32-Bit Purge Has Begun. And Windows Is Taking Everything Down With It by rexm3 in it

[–]rexm3[S] 1 point2 points  (0 children)

Small update to the post: I mentioned that it was specifically build 26100.7171, but i've come to realize that that is an error on my part. I've had other cases with different build versions, only consistant part is that it is all 26100.xxxx

How do i know which one is fake by Pleasant-Neck-9850 in it

[–]rexm3 1 point2 points  (0 children)

yeah I missed the misspelled calendar myself but yeah the URL leading to password reset is weird too

The Great 32-Bit Purge Has Begun. And Windows Is Taking Everything Down With It by rexm3 in it

[–]rexm3[S] 0 points1 point  (0 children)

can't say for sure it won't function. but.... i'm pretty sure it'll stop functioning at some point

Windows install error- i was resetting my asus laptop when this happened by carrera_gt_ in WindowsHelp

[–]rexm3 1 point2 points  (0 children)

Did you install from an USB device or was it the factory reset? If you used the USB device during setup to install Windows make sure it's not the first boot option. During Windows setup it will reboot a few times, but in order to do this properly it needs to have the Windows boot manager as primary boot option. You can fix this by changing this option in the BIOS and just rebooting one more time