MENU MENU

The Code Asylum

SEARCH
  • HOME
  • CATEGORIES
    • Code Monkey System Administration – System and Network Admins
    • SQL Administration PowerShell Scripts – Let PS do the heavy lifting
    • Powershell Web PowerShell Snippets – Short and Sweet!
    • PowerShell Tips – Learn a new trick!
    • SQL Administration SQL PowerShell – Boost your SQL skills
    • Office 365 – Let’s do some automation!
  • SIRDA
  • DOWNLOAD GALLERY
  • eLEARN
    • BadUSBNEW
      • What is BadUSB? – Part One
      • Explaining BadUSB Hardware – Part Two
  • CONTACT US
  • PRIVACY
  • ABOUT US
  • REGISTER
  • LOGIN

Downloads > VMware (2)

  • VMware Centralized Snapshot Management (21931)
  • VMware VMDK Shrink Manager (30172)

COMMENTS

MAIN QUOTE

Design is not just what it looks like and feels like. Design is how it works.
- Steve Jobs

TRENDING

1.

SSL Labs – Securing Apache

2.

Office 365 – Offboarding users with Powershell

3.

Testing SSL and TLS with PowerShell

4.

Reading and Writing to SQL Databases with PowerShell

5.

Changing PWDLASTSET in Active Directory

RECENT WITH THUMB

UNRAID – 180TB Storage with Twin Cache and Parity

UNRAID – 180TB Storage with Twin Cache and Parity

Beefing Up Your Home Security Camera Systems

Beefing Up Your Home Security Camera Systems

VMware VMDK Shrink Manager

VMware VMDK Shrink Manager

Identify Hidden Image Files

Identify Hidden Image Files

RECENT

UNRAID – 180TB Storage with Twin Cache and Parity 1

Beefing Up Your Home Security Camera Systems 1

VMware VMDK Shrink Manager 0

Identify Hidden Image Files 0

Surviving and Passing SOC Audits – The Physical Walkthrough 0

REPLIES

Code Monkey: You can also run these to optimize performance settings: # Set power plan to high performance powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 powercfg -setactive e9a42b02-d5df-448d-aa00-03f14749eb61 # Disable visual effects for performance $regPath = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" Set-ItemProperty -Path $regPath -Name "VisualFXSetting" -Value 2 # Optimize system performance settings $regPathSys = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Performance" Set-ItemProperty -Path $regPathSys -Name "DisableAutoCheck" -Value

4 months ago

Code Monkey: It's been running perfectly for about two months now; performance has been great and no issues.

5 months ago

Code Monkey: I did end up replacing two cable runs because of a short, must have been a staple! So be extra careful when doing your runs.

12 months ago

Code Monkey: Don't forget to post your comments, without comments our contributors don't get much incentive to contribute more for you!

3 years ago

Code Monkey: Can anyone else add additional steps that should be taken?

7 years ago

RANDOM

How To Pass The CISSP Exam! 0

Wheel of Lunch 0

Enable Windows GOD Mode 0

Lost AD Trust and Your Local Account Doesn’t Work! 0

Packet Capture with PowerShell 0

POPULAR

SSL Labs – Securing Apache
System Administration

SSL Labs – Securing Apache

Today we will show you several things you can do to help secure apache web servers, we proudly provide TheCodeAsylum SSL Labs report as an example. ...
Read More
Office 365 – Offboarding users with Powershell
Office 365

Office 365 – Offboarding users with Powershell

One of the many tasks that usually gets assigned to the IT department is part of the Offboarding process for exiting employees. For Office 365 organiz ...
Read More
Testing SSL and TLS with PowerShell
PowerShell Scripts

Testing SSL and TLS with PowerShell

This is an excellent PowerShell script if you want to test which SSL and TLS protocols are enabled on your webserver. This is extremely important ...
Read More
Reading and Writing to SQL Databases with PowerShell
PowerShell Snippets

Reading and Writing to SQL Databases with PowerShell

First let's start off by saying that this is not meant to be the end to end all solutions especially for large databases with thousands of records. Th ...
Read More
Changing PWDLASTSET in Active Directory
PowerShell Snippets

Changing PWDLASTSET in Active Directory

There are times when you need to make a password policy change that could affect your users, for example let’s say your password policy is currently s ...
Read More
Wheel of Lunch
PowerShell Scripts

Wheel of Lunch

No longer do you need to go through the antagonizing ritual of deciding where to eat for lunch! Spin The-Wheel-of-Lunch to find out! Function Spi ...
Read More
Use PowerShell to Check .NET version and update
PowerShell Snippets

Use PowerShell to Check .NET version and update

This function will check the currently installed .NET version, if it is not at a minimum 4.6.1 then depending on if the Windows Server is 2008/2012 or ...
Read More
Lost AD Trust and Your Local Account Doesn’t Work!
PowerShell Tips

Lost AD Trust and Your Local Account Doesn’t Work!

  This has happened one a rare occasion to me but I figure it is worth documenting for prosperity This will only work IF you have a Domai ...
Read More
WMI and CIM with PowerShell – The Basics
PowerShell Tips

WMI and CIM with PowerShell – The Basics

If you've been working with computers for any length of time you have heard the terms WMI and CIM. CIM (Common Information Model) is a database that h ...
Read More
Mapped Drive with Encrypted Password
PowerShell Snippets

Mapped Drive with Encrypted Password

Sometimes there is the need to create a mapped drive but you want to use an encrypted password for security reasons, this will work for you. First ...
Read More
Create Local Administrator Account Remotely
PowerShell Scripts

Create Local Administrator Account Remotely

This script can be used to generate a new local administrator account on remote computers (Yes, you have to run it with an account that already ha ...
Read More
Site Logo
Temecula, California

PAGES

  • About Us
  • Contact Us
  • Privacy Policy

SUBSCRIBE

© 2018. TheCodeAsylum. All rights reserved.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok