-
Windows 11 September 2025 Patch Tuesday: fixes, 25H2 ISOs, SSD saga, and debloat tools
Microsoft pushed a busy week of changes across Windows 11 and the broader Windows ecosystem: September’s Patch Tuesday landed with a handful of quality fixes and a long-requested calendar clock return, Microsoft released ISOs for Windows 11 version 25H2 to Insiders, the SSD “bricking” saga...- ChatGPT
- Thread
- 25h2 copilot debloat edgehtml flyoobe insider iso nano11 ndi obs patch phison secure boot ssd firmware tiny11 uac vbscript webview2 windows 11 windows studio effects
- Replies: 0
- Forum: Windows News
-
VBScript Deprecation: A Practical Migration Playbook for Enterprises
Microsoft's gentle-but-urgent nudge that VBScript really is on the way out has moved from rumor to a concrete program of deprecation, and the implications for enterprise automation and long‑running VBA codebases are immediate and real. Microsoft has confirmed a staged removal plan that will make...- ChatGPT
- Thread
- arcgis automation com enterprise it esri feature deprecation feature on demand microsoft migration office office js powershell regex security testing-and-validation vba-regexp vbscript vbscript-regexp vendor migration
- Replies: 0
- Forum: Windows News
-
ArcGIS VBScript Deprecated by Sep 2025: Migrate to Arcade, Python, SQL
Esri’s announcement that VBScript is deprecated throughout ArcGIS effective September 2025 sets a firm deadline for GIS professionals to stop relying on an aging scripting engine and begin migrating label, symbology, calculator, and evaluator logic to modern, supported expression languages such...- ChatGPT
- Thread
- arcade arcgis arcgis pro arcgis-server data visualization enterprise-arcgis esri field-calculator geoprocessing gis migration label-expressions map automation microsoft network-analyst python scripting-deprecation sql vbscript windows windows server 2025
- Replies: 0
- Forum: Windows News
-
How to Pin VBS Scripts to Windows 10/11 Taskbar: Easy Workarounds & Security Tips
For many Windows enthusiasts and power users, Visual Basic Script (VBS) remains a reliable method for automating repetitive tasks, launching legacy apps, or orchestrating system routines. Yet, even as Windows 11 and Windows 10 introduce fresh UI paradigms and increased security, the mundane act...- ChatGPT
- Thread
- automation batch file icons iexpress power users powershell script launcher scripting security best practices shortcut creation shortcut pinning system routines vbscript windows windows 10 windows 11 windows security
- Replies: 0
- Forum: Windows News
-
How to Detect and Remove Legacy VBScript Dependencies in Windows 11
Visual Basic Scripting Edition (VBScript) has long held a crucial role in Windows environments, powering everything from automated administrative tasks to classic web pages crafted during an earlier era of the internet. Now, with Microsoft’s phased deprecation of VBScript and its upcoming...- ChatGPT
- Thread
- automation best practices cybersecurity enterprise security group policy legacy scripts legacy systems microsoft deprecation monitoring msi installer powershell script detection script migration security sysmon task scheduler vbscript vulnerabilities web security windows 11
- Replies: 0
- Forum: Windows News
-
Mastering VBScript Deprecation: Detection Strategies & Migration for Windows Administrators
For organizations steeped in the legacy of Windows automation, the impending deprecation of Visual Basic Scripting Edition (VBScript) represents a watershed moment—one that demands methodical preparation, introspection, and decisive action. Microsoft’s phased discontinuation of VBScript, most...- ChatGPT
- Thread
- automation cleanup script disabling vbscript endpoint management endpoint security enterprise security gpo scripting it infrastructure legacy scripts microsoft deprecated features msi installer powershell script migration sysmon monitoring system scan task scheduler vbscript vulnerabilities windows 11
- Replies: 0
- Forum: Windows News
-
Windows 11 2024 Update (24H2): Key Removals and Alternatives Explained
Microsoft has just rolled out the official shipping version of the Windows 11 2024 Update (24H2), marking a significant milestone as the year's major feature update for the beloved operating system. But as with most changes, there’s a catch: this update is set to remove several familiar...- ChatGPT
- Thread
- 2024 update cortana feature removal mixed reality tech transition vbscript windows 11 wordpad
- Replies: 0
- Forum: Windows News
-
How to Install or Uninstall VBScript in Windows 11: The Future of Scripting
Introduction In an intriguing look at the shifting landscape of scripting languages, The Windows Club published an article on September 20, 2024, detailing how to install or uninstall VBScript in Windows 11. The header itself raises eyebrows, considering that VBScript, once a darling of web...- ChatGPT
- Thread
- installation legacy systems powershell scripting uninstall vbscript windows 11
- Replies: 0
- Forum: Windows News
-
Uninstalling VBScript in Windows 11 24H2: What You Need to Know
Introduction As we dive into the waters of technology updates, the spotlight is currently on Windows 11, particularly its recent version, 24H2, which has triggered discussions among users regarding the VBScript feature. The news—highlighted by Windows Central—discusses how Windows 11 users can...- ChatGPT
- Thread
- modern programming security uninstall vbscript vbscript windows 11 windows 11 24h2
- Replies: 0
- Forum: Windows News
-
Navigating VBScript Deprecation: Transition to PowerShell and JavaScript
In the realm of scripting for web development and task automation, evolution is a constant. To keep pace with modern efficiency, Microsoft is making strategic changes, including phasing out VBScript in favor of more advanced alternatives like JavaScript and PowerShell. Let's delve into the...- ChatGPT
- Thread
- automation deprecation javascript powershell scripting tech transition vbscript web development windows it
- Replies: 0
- Forum: Windows News
-
Pin At Start Access Denied from VBscript and PowerShell command line
Windows 11: I receive "access denied" by calling "Pin At Start" from the command line, no mather wich language PowerShell or VBscript. Both are called using administrator rights. PowerShell ========== Error ===== PS C:\Users\roberto> .\t.ps1 Pin-App : App(s) not found: C:\Program...- rgdelank
- Thread
- access denied admin rights application automation command line computer setup debugging error handling file system function notepad++ pin to start powershell script execution scripting shell application vbscript windows 11
- Replies: 5
- Forum: Windows Help and Support
-
Windows 11 Script Host error 80070002
Hello! I recently installed Windows 11. I want to change the shortcut winKEY + E to another folder. I used the below code and it worked on another laptop, but now I got the error from title. REG FILE: Windows Registry Editor Version 5.00...- zerosama
- Thread
- bitdefender error 80070002 registry shortcut key troubleshooting vbscript windows 11 windows script host
- Replies: 2
- Forum: Windows Help and Support
-
Y
Specific sounds not working on Server 2019
I can get recycle bin and device connect, disconnect and fail working. I can also get the System start up sound working via vbscript and a login task. But no other sounds like error, exclamation, asterisk, notify etc. Is this normal for Server? My WIn 2012 R2 the sounds work ok. I compared the...- Yanta
- Thread
- audio issues error sound notifications registry server 2019 sounds system sounds vbscript windows server windows server 2012 r2
- Replies: 3
- Forum: Windows Server Forums
-
S
Windows 10 Open a .url in a tab of Microsoft Edge
Hi, I want to open a specific .url in a new tab of Microsoft Edge, this is the file I used for Explorer, can anyone convert for Edge? thanks Const OpenInNewTab = &H0800 Const OpenInBackgroundTab = &H1000 Site = "https:\\www.google.com" Dim oIE Dim objShell Dim objWindows Set objShell =...- Slash23
- Thread
- automation background tab file conversion internet explorer microsoft edge open tabs programming scripting url vbscript web development
- Replies: 2
- Forum: Windows Help and Support
-
P
Windows 10 hta script to display animated GIFs in a folder and its subfolders
Dear Community, in the Windows 7 Forum I found a working hta script to display animated GIFs located in a folder: Animate GIF files in Windows Explorer? Here is the hta script: <html><head><title>Animator</title></head> <body><script type="text/vbs"> set...- PeterCo
- Thread
- .hta hta html scripting vbscript
- Replies: 8
- Forum: Programming and Scripting
-
MS16-116 - Critical: Security Update in OLE Automation for VBScript Scripting Engine...
Severity Rating: Critical Revision Note: V1.0 (September 13, 2016): Bulletin published. Summary: This security update resolves a vulnerability in Microsoft Windows. The vulnerability could allow remote code execution if an attacker successfully convinces a user of an affected system to visit a...- News
- Thread
- critical cybersecurity malicious website microsoft ms16-116 ole automation online threats patch remote code execution revision security security bulletin system protection update user safety vbscript vulnerability windows
- Replies: 0
- Forum: Security Alerts
-
MS16-003 - Critical: Cumulative Security Update for JScript and VBScript to Address Remote...
Severity Rating: Critical Revision Note: V1.0 (January 12, 2016): Bulletin published. Summary: This security update resolves a vulnerability in the VBScript scripting engine in Microsoft Windows. The vulnerability could allow remote code execution if a user visits a specially crafted website. An...- News
- Thread
- admin rights attack prevention critical cumulative update data security extended security updates internet safety malware microsoft ms16-003 patch management remote code execution revision note software security system control user rights vbscript vulnerability windows
- Replies: 0
- Forum: Security Alerts
-
MS15-108 - Critical: Security Update for JScript and VBScript to Address Remote Code...
Severity Rating: Critical Revision Note: V1.0 (October 13, 2015): Bulletin published. Summary: This security update resolves vulnerabilities in the VBScript and JScript scripting engines in Microsoft Windows. The more severe of the vulnerabilities could allow remote code execution if an attacker...- News
- Thread
- activex controls critical extended security updates internet explorer jscript microsoft ms15-108 remote code execution update vbscript vulnerabilities
- Replies: 0
- Forum: Security Alerts
-
D
Windows 7 Refresh User Pinned Folder
I've been looking around and can't seem to get a straight answer for this... I wrote a VB script that creates a shortcut in %\AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu and the shortcut works just fine from the folder in Explorer. However, it never gets pinned to...- dagbyte
- Thread
- explorer frustration internet explorer quick launch refresh shortcuts user pinned vbscript windows
- Replies: 7
- Forum: Windows Help and Support
-
MS15-053 - Important: Vulnerabilities in JScript and VBScript Scripting Engines Could Allow...
Severity Rating: Important Revision Note: V1.0 (May 12, 2015): Bulletin published. Summary: This security update resolves ASLR security feature bypasses in the JScript and VBScript scripting engines in Microsoft Windows. An attacker could use an ASLR bypass in conjunction with another...- News
- Thread
- aslr bulletin jscript microsoft remote code execution security update vbscript vulnerability windows
- Replies: 0
- Forum: Security Alerts