Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6847861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:47:48+00:00 2026-05-27T00:47:48+00:00

I want to check if the users on our domain have a certain Firefox

  • 0

I want to check if the users on our domain have a certain Firefox plugin installed. Maybe we can have a script that checks if the folders created by the plugin exist. And if not raise some sort of alert to the user.

An example of the plugin folder is below. There are randomly generated parts that will probably make it more complicated.

C:\Documents and Settings\username\Application Data\Mozilla\Firefox\Profiles{random}.{profile name (“default”)}\ {random-id}@jetpack\resources{same random-id}-at-jetpack-pluginname-data\


  1. I have NO clue about Windows scripting, this is the first time I’m even thinking about it
  2. This question is a bit of a “please do it for me” because of 1.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:47:48+00:00Added an answer on May 27, 2026 at 12:47 am

    Here is some PowerShell that will search the appdata directory for all folders containing that special plugin name. On error, you should alert the user and force them to interact with the alert (the Read-Host). When they continue, you can launch Firefox directly to the installer page.

    if(-not(Get-ChildItem "$env:appdata\Mozilla\Firefox" -recurse -include "*@jetpack" | ?{ $_.PSIsContainer }))
    {
        Read-Host "The Firefox 'jetpack' plugin was not found. You will be redirected to the plugin page now. Please install the 'jetpack' plugin. (press any key to continue)"
        & 'path\to\firefox.exe' 'http:\\path.to.plugin.com'
    }
    

    The output on the console should look something like

    The Firefox 'jetpack' plugin was not found. You will be redirected to the plugin page now. Please install the 'jetpack' plugin. (press any key to continue):
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this script that collects data from users and I want to check
I want to check users' subscribed dates for certain period. And send mail to
I want to check which users accept cookies so I can get a rough
So we have a site that we want to redirect all users to login
i want to check users' input value when he input his name, if his
I want to check if my users are fans of my facebook page. I
We have a few 100 users logging in via FTP and uploading files. Our
I have several applications within my domain that accept similar inputs in text fields.
I want to efficiently check if a table contains any rows that match <condition
We are considering running a contest/drawing for users who check-in to our client's business.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.