Scripting and security

Operating Systems, software development, scripting, PowerShell tips, network and security

Primary Menu
  • Home
  • PowerShell
  • Categories
  • Books
  • Courses
  • Top posts
  • Projects
  • Scripts
Skip to content

Abrir Firefox en modo privado desde PowerShell

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

PowerShell
1
[System.Diagnostics.Process]::Start("firefox.exe","-private-window $url")


PowerShell Firefox

Related Articles

Buscar una palabra dentro de un PDF

Gets all of the visible network adapters

Mostrar en Google Maps la ubicación de una calle mediante la latitud y la longitud

Post navigation

Previous Previous post: Recopilación de Scripts día 11/03/2018
Next Next post: Learn Linux file permissions (II)