Weekly Tip 64

Enable Secure Boot on Dell Optiplex/Latitude Models

First, remember that Secure Boot is only support on Windows 8 and higher. Windows 7 will NOT boot with Secure Boot enabled.

For this, you will need the Dell Command | Configure tool, available here: https://en.community.dell.com/techcenter/enterprise-client/w/wiki/7532.dell-command-configure. Install this tool on a reference machine. You will need to copy the C:\Program Files (x86)\Dell\Command Configure\X86_64 directory to the machines where you want the BIOS changed. You can do this Group Policy, ConfigMgr, or any other desktop management software. Once copied, you can execute this command (assuming that you copy that directory to C:\Windows\cckt):

C:\Windows\cctk\X86_64\cctk.exe –secureboot=enable

If you have your BIOS password protected, add “–valsetuppwd=<password>” to the end.

For those with ConfigMgr, you can build an application to run this. This application can also be added to your task sequences to set Secure Boot on all machines. I recommend a PowerShell script as your detection method if you use an application. This one works for me (or anything else using cckt):

# test for presence of cctk
If ((test-path C:\Windows\cctk\X86_64\cctk.exe) -eq $false) { exit }

# set variable for compare
$detection = “secureboot=enable”

# get current settings
$settings = C:\Windows\cctk\X86_64\cctk.exe –secureboot

# test settings, return if they match
If ($settings -eq $detection) { return $true }

It will exit immediately if it does not detect the cctk bits. This is a “bad” exit that will report not installed to ConfigMgr. It then compares what the setting should be to what the setting currently is current at. If they match, it returns that the application is installed.

Disclaimer

All content provided on this blog is for information purposes only. Windows Management Experts, Inc makes no representation as to accuracy or completeness of any information on this site. Windows Management Experts, Inc will not be liable for any errors or omission in this information nor for the availability of this information. It is highly recommended that you consult one of our technical consultants, should you need any further assistance.

Share:

Facebook
Twitter
LinkedIn
Picture of Matt Tinney

Matt Tinney

Professional IT executive & business leader having decades of experience with Microsoft technologies delivering modern-day cloud & security solutions.

Contact Us

=
On Key

More Posts

WME Cybersecurity Briefings No. 020
Cyber Security

WME Security Briefing 26 July 2024

Pro-Houthi Group Targets Yemen Aid Organizations with Android Spyware Overview A suspected pro-Houthi group, OilAlpha, is targeting humanitarian organizations in Yemen with advanced Android spyware. The operation is associated with the activity cluster codenamed OilAlpha. It

Read More »
WME Cybersecurity Briefings No. 019
Cyber Security

WME Security Briefing 23 July 2024

Samba File Shares Targeted by DarkGate Malware in Recent Cyber Offensive Overview Recent investigations by Palo Alto Networks uncover a brief but significant cyberattack campaign utilizing DarkGate malware. This malicious software exploited Samba file shares to

Read More »
WME Cybersecurity Briefings No. 018
Cyber Security

WME Security Briefing 15 July 2024

OVHcloud Mitigates Record-Breaking 840 Million PPS DDoS Attack Overview In April 2024, OVHcloud, a top French cloud computing firm, successfully stopped a massive DDoS attack. The attack hit a record-breaking rate of 840 million packets per second

Read More »
E-Commerce Security - Solutions for Online Retailers
Azure

E-commerce Security – Solutions for Online Retailers

Today’s hyper-charged e-commerce landscape demands top-notch cybersecurity measures. Cybersecurity for this bustling sector isn’t just about ticking a technical box; it’s the cornerstone of building trust. As businesses and consumers flock to the online space, the

Read More »
Be assured of everything

Get WME Services

Stay ahead of the competition with our Professional IT offerings.

=