Link to home
Create AccountLog in
Windows Server 2003

Windows Server 2003

--

Questions

--

Followers

Top Experts

Avatar of garystark
garystark🇦🇫

is there a GPO for "show file extensions"?
Is there a group policy that I can apply to our users to show file extensions?

gary

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of LazarusLazarus🇺🇸

There is no setting in the default templates to do this.  The VB script
below will do this however, if you'd lke to distrbute this via script:

HKEY_CURRENT_USER = &H80000001
strComputer = "."
Set objReg = GetObject("winmgmts:\\" & strComputer &
"\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
objReg.CreateKey HKEY_CURRENT_USER, strKeyPath
ValueName = "HideFileExt"
dwValue = 1
objReg.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, ValueName, dwValue

Avatar of LazarusLazarus🇺🇸

Hmm.. it used to work.. Seems to have a comile problem.. Perhaps someone with more VB Experience can hope in here and help fix that. ;)

ASKER CERTIFIED SOLUTION
Avatar of LazarusLazarus🇺🇸

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of garystarkgarystark🇦🇫

ASKER

Thanks lazarus, much appreciated.

(Given M$'s alleged emphasis on security I can't believe there isn't a GPO for this.  Making users more aware of what kind of file they're opening seems like such a no brainer.)

gary

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Windows Server 2003

Windows Server 2003

--

Questions

--

Followers

Top Experts

Windows Server 2003 was based on Windows XP and was released in four editions: Web, Standard, Enterprise and Datacenter. It also had derivative versions for clusters, storage and Microsoft’s Small Business Server. Important upgrades included integrating Internet Information Services (IIS), improvements to Active Directory (AD) and Group Policy (GP), and the migration to Automated System Recovery (ASR).