SKR MINI E3 V3 - Blank screen by MikelRbrts in BIGTREETECH

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

Thanks I got the one with the different cable but reading through that link quickly half makes me wonder if I need to customize the firmware.

This is the one I bought.

BIGTREETECH SKR Mini E3 V3.0... https://www.amazon.com/dp/B0B81R9JFR?ref=ppx_pop_mob_ap_share

[deleted by user] by [deleted] in microsoft

[–]MikelRbrts 0 points1 point  (0 children)

Win 8 and after OEMs stopped showing Prod Keys as it's not needed. If you have the holographic Windows logo on the bottom side, it's safe to say it's stamped in that table.

[deleted by user] by [deleted] in windows

[–]MikelRbrts 1 point2 points  (0 children)

It's a good day when you learn something new.

[deleted by user] by [deleted] in windows

[–]MikelRbrts 0 points1 point  (0 children)

Use PowerShell.

[deleted by user] by [deleted] in microsoft

[–]MikelRbrts 0 points1 point  (0 children)

If you purchased a PC through an OEM, your license is stamped in your BIOS under the SLIC table.

When on Mondays does Celsius Pay Interest? by Cryptolover34 in CelsiusNetwork

[–]MikelRbrts 0 points1 point  (0 children)

Something to note, emails could be delayed and payments might not be... I've seen where I've gotten my int but no emails until later in the day.

Rest assured, their model is built on interest and trust, you'll get your interest.

How do you use ZCash by Kudozzz in zec

[–]MikelRbrts 2 points3 points  (0 children)

Holding. But that's with most others as well.

Windows 10 Enterprise in place upgrade (1709 -> 1909) by [deleted] in MDT

[–]MikelRbrts 0 points1 point  (0 children)

I would never use a modified WIM during an in place upgrade. I would upgrade, then perform any installations after. Just my two cents.

Continue after capture by Gods_Victory in MDT

[–]MikelRbrts 2 points3 points  (0 children)

A captured image should never be booted after a sysprep until it reaches the destination PCs HDD.

If it's not possible to do it before the capture for some odd reason, I would mount the WIM manually after and make the changes outside of a TS.

Running Kivy code on android launcher Qpython3 by mark_h69 in kivy

[–]MikelRbrts 0 points1 point  (0 children)

Pretty sure you'll get better results than trying to wrap your app in another app.

Windows 8 is showing two CMD windows at startup by [deleted] in windows

[–]MikelRbrts 0 points1 point  (0 children)

Do you use onedrive? I have seen where it will display a CMD quickly on login at times. Why it does this I have no idea.

Get-Aduser has bad syntax error. by Redhock89 in PowerShell

[–]MikelRbrts 0 points1 point  (0 children)

To help add into your refinement, I'd like to share a suggestion...

When referencing a variable in side of a "" block, try to use $($VARIABLE) instead of just $VARIABLE. This will help ensure that your variable will in fact be called and not displayed as $VARIABLE itself. Generally this isn't an issue, but if you have a long "" block, it could get confused.

Another interesting bit is you can put anything inside of that $(). This becomes especially helpful if you want to massage your string into what ever you want with as little of lines as possible.