Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 
jaymz
1136 posts

Uber Geek
+1 received by user: 76


  #2718159 4-Jun-2021 10:56
Send private message

Would something like Ninite (https://ninite.com/) be useful for the apps you wish to deploy?

 

It sounds like there is some specific settings you need to set (which is going to be a manual process unless you can script it)

 

 




xpd

xpd

Geek of Coastguard
14116 posts

Uber Geek
+1 received by user: 4576

Retired Mod
ID Verified
Trusted
Lifetime subscriber

  #2718174 4-Jun-2021 11:21
Send private message

Ninite is of limited use for things such as browsers etc otherwise we use specialized software from 3rd parties.

 

 





XPD / Gavin

 

LinkTree

 

 

 


jaymz
1136 posts

Uber Geek
+1 received by user: 76


  #2718209 4-Jun-2021 12:19
Send private message

xpd:

 

Ninite is of limited use for things such as browsers etc otherwise we use specialized software from 3rd parties.

 

 

 

 

 

 

Scripting will be your friend in this situation then.

 

For all the clients I look after, I use Group Policies to deploy all the required software automatically.  It sounds like in your case you are unable to use GPO, but you can script all the software to run.

 

For example, the following script will install VLC player:

 

ECHO ======================================
ECHO    Software:    VLC v2.2.6
ECHO ======================================

 

SET PATHTOINSTALL=%~dp0

 

IF EXIST %SYSTEMROOT%\vlc_v2.2.6.txt GOTO END

 

CLS
ECHO ================================
ECHO Installing VLC v2.2.6...
ECHO ================================
START /WAIT %PATHTOINSTALL%\vlc-2.2.6-win32.exe /S

 

ECHO VLC 2.2.6 Installed >%SYSTEMROOT%\vlc_v2.2.6.txt

 

:END

 

 




K8Toledo
1018 posts

Uber Geek
+1 received by user: 311


  #2718326 4-Jun-2021 15:04
Send private message

jaymz:

 

xpd:

 

Ninite is of limited use for things such as browsers etc otherwise we use specialized software from 3rd parties.

 

 

 

 

 

 

Scripting will be your friend in this situation then.

 

For all the clients I look after, I use Group Policies to deploy all the required software automatically.  It sounds like in your case you are unable to use GPO, but you can script all the software to run.

 

For example, the following script will install VLC player:

 

ECHO ======================================
ECHO    Software:    VLC v2.2.6
ECHO ======================================

 

SET PATHTOINSTALL=%~dp0

 

IF EXIST %SYSTEMROOT%\vlc_v2.2.6.txt GOTO END

 

CLS
ECHO ================================
ECHO Installing VLC v2.2.6...
ECHO ================================
START /WAIT %PATHTOINSTALL%\vlc-2.2.6-win32.exe /S

 

ECHO VLC 2.2.6 Installed >%SYSTEMROOT%\vlc_v2.2.6.txt

 

:END

 

 

 

 

 

 

Do GPO scripts still work on versions missing gpedit e.g. Home/OEM?


jaymz
1136 posts

Uber Geek
+1 received by user: 76


  #2720661 8-Jun-2021 11:41
Send private message

K8Toledo:

 

Do GPO scripts still work on versions missing gpedit e.g. Home/OEM?

 

 

The scripts are simply called from within the group policy object.  Meaning you can save the script and run it manually on any version of Windows OS.

 

The script I linked is saved as a .bat file and run manually or called from a GPO


1 | 2 
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.