.vbs — VBScript File
A Windows scripting format based on Visual Basic, historically popular for both legitimate automation and, unfortunately, malware.
Scripts can run commands on your computer when executed. Only run scripts from sources you trust, and review the contents in a text editor first if you're unsure.
Check another filename
File extension lookup
Frequently asked questions
What is a .vbs file?
A Windows scripting format based on Visual Basic, historically popular for both legitimate automation and, unfortunately, malware.
Can I edit a .vbs file?
Yes — .vbs files are commonly editable with software such as Windows Script Host.
Does having a .vbs extension mean the file is safe?
No single extension can guarantee that. Scripts can run commands on your computer when executed. Only run scripts from sources you trust, and review the contents in a text editor first if you're unsure. Always consider where the file came from, not just its name.