Jump to content

Welcome to ExtremeHW

Welcome to ExtremeHW, register to take part in our community, don't worry this is a simple FREE process that requires minimal information for you to signup.

 

Registered users can: 

  • Start new topics and reply to others.
  • Show off your PC using our Rig Creator feature.
  • Subscribe to topics and forums to get updates.
  • Get your own profile page to customize.
  • Send personal messages to other members.
  • Take advantage of site exclusive features.
  • Upgrade to Premium to unlock additional sites features.

KSIMP88

Members
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by KSIMP88

  1. Pook holy hell. I've been trying to word what has been going on, I thought it was a glitch. Holy crap it's a freaking feature? I feel like such a moron. ITS BEEN SO MANY YESRS ARGGGGHHHHH I love u
  2. Added a couple. Let me know if you guys have any questions about any of these. I will work on importing more over the weekend.
  3. So, I'm attempting to get notifications for Ryzen 5000 chips. I want the 5900x for myself. I'm trying these methods. Add item number to end of https://secure.newegg.com/NewMyAccount/AutoNotify.aspx?Submit=ADD&Item= Thus: https://secure.newegg.com/NewMyAccount/AutoNotify.aspx?Submit=ADD&Item=N82E16819113664 Curious: https://www.amazon.com/DANIPEW-Sand-Man-Cotton-Performance-T-Shirt/dp/B08164VTWH Also, if I see them I'll post here, and hopefully if someone else does they'll post too
  4. Still rocking my Cooler Master HAF 932 Advanced. I would love to see a refresh of this case, maybe even upgrades to buy? The front panel ports come off easily, so come on Cooler Master, build me a USB 3.1 panel! USB-C, etc
  5. https://www.corsair.com/us/en/Categories/Products/Power-Supply-Units/Power-Supply-Units-Advanced/RMx-Series/p/CP-9020180-NA Corsair RM850x. The most stable one of the series. Should be enough for what I'm building, likely even overkill.
  6. I'll be using this post to provide tips and tricks I've learned with PowerShell. I keep most of my stuff at work, so perhaps tomorrow I'll bring some content to this post after I scrub my scripts of anything specific to our organization. I'll start with a few simple ones. Yes, these can be done with other methods, such as .bat files, or python, what have you, but I use PowerShell, and it's what I know. I'll be writing descriptions below, scripts to follow. Feel free to request scripts! I enjoy doing this, and it's good for job security. I'll likely even be updating scripts on here as well, as I learn of better ways to run them. For example, I'm building the driver update script as I write this post, but the one I wrote at work is much nicer, so I'll be replacing it with bits from that one. A couple of quick things I want to mention. Functions are basically meant to be scripts you can cache in your PowerShell profile, and allow passing variables in-line. I typically work with functions, but sometimes it doesn't quite fit the plan. Really, it depends on your tastes. When you see $, that means it's defining a string as a variable. When you see # at the beginning of a line, that code is disabled, or it is meant as a way of putting notes in the script. Nothing that follows a # in-line will run in a PowerShell script. Function Template For those interested in creating there own PowerShell functions, this is a template I use. Installing Windows Updates Some of us don't like automatic updates. Guess what? You always had the power, with PowerShell, to control it. We simply disable the update services, and add some scheduled tasks to keep that service disabled, and only download the updates we want, and use a simple script to install them manually, or we could add the script as a scheduled task to automatically install anything we download to a specific folder, we can even add checks to see if it's been installed, and then delete source files to save space. CODE: DESCRIPTION Forcing Drivers Sometimes a device is not officially supported by Windows 10, and if you just download and try to run the .exe, Windows tells you to get rekkd. We had this happen a lot with old printers, so I learned how to use the PnP Utility. I needed to do this for my old Alienware 17 R2 (2015), as the drivers from dell were causing USB glitches. I downloaded the H87 chipset drivers directly from Intel, and had to force them with this method, and the issues went away! ## This will use the PnP Utility to attempt to force drivers on a system. Function Update-Drivers { $SourceFiles = Read-Host "Where are the drivers staged? (ex c:\drivers\Audio)" Get-ChildItem "$SourceFiles" -Recurse -Filter "*.inf" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install } } Backup Profile Simple scripts can really make backing up your profile a breeze. Especially with us overclockers, who tend to break their systems! While it could be argued that you can simple have your profile run off your cloud storage, or another hard drive other than the OS drive, this backup does make it easy to quickly move the profile to another device. script coming very soon Remove User Profile Sometimes you want to remove profiles from a system. There are many ways to do this, but the following script is best in a network environment. This script I developed a while back, and for almost each line of code, I gave a description as to what is happening for each part. Take a look, it does a very good job of properly removing user profiles from a target system. CODE: Software Installs I'll just post a single install for this, unless someone requests more. Basically, in an Enterprise environment, you may find that there are times where Enterprise Management suites don't always work as intended. A simple script could be called on to install software that is on a network share, and you can even use the repository to compare versions, without ever having to update your script! I'm working on Invoke-WebRequest commands to figure out how to do this directly with developers, but for now, it relies on someone simply updating the installer on the network drive.
  7. Perhaps this could be better served as a post that lists distros, with a small description of their intended user base is, and a link to their website?
  8. I don't see any themes. If they exist, they could probably be better located? Correct me if I'm mistaken. Specifically, a dark theme would be excellent.
  9. It was a good deal, and the 5900x will do nicely with it. I quickly learned about the notification sound on this site, scared the hell out me when you liked my post! I forgot how loud my speakers were last night haha
  10. Greetings! I joined this because it seems to be where people are going and I am a social sponge, and a sheep. Someone notice me! I've been working in the IT industry in an official capacity for a very large organization for a couple years now, and I'm starting to make quite the name for myself. I'm a bit of a PowerShell nut at work, and it's been incredibly valuable to our organization, which makes me feel helpful. Hopefully I can share some of that knowledge here, hopefully some people will be interested. My focus has been dealing with patching vulnerabilities, specifically from Nessus scans. But enough on that. I'm a few parts shy of my next major build, which I'm currently using. I'll have a thread for it, old school style. But the system is currently a 3200G, GTX1070, 64GB DDR4-3466, 500GB nVME, and the rest is meh. Plans are in place for a 5900x, a better GPU (might go red), and a 2TB nVME. Now, time to browse this site.
×
×
  • Create New...

Important Information

This Website may place and access certain Cookies on your computer. ExtremeHW uses Cookies to improve your experience of using the Website and to improve our range of products and services. ExtremeHW has carefully chosen these Cookies and has taken steps to ensure that your privacy is protected and respected at all times. All Cookies used by this Website are used in accordance with current UK and EU Cookie Law. For more information please see our Privacy Policy