Jump to content

vfong1982

Members
  • Posts

    53
  • Joined

  • Last visited

Reputation

5 Neutral

About vfong1982

Personal Information

  • Occupation
    Tech Ninja
  • Location
    UK
  1. Can somebody please explain to me in layman's terms on how Minecraft Education Edition licensing works? My institution is on Office 365, but I am not entirely sure what type of institution we are registered as. I am assuming we have O365 educational accounts which should entitle us to a maximum of 25 logins. How would we be able to define teacher and student logins? Am I correct to assume it's to do with which product license they're assigned with? In this case, students have Office 365 A1 for Students and Office 365 ProPlus for Students, and Staff have Office 365 A1 for Faculty and Office 365 ProPlus for Faculty.
  2. Is there a way of transferring a user's list of recently used documents to another computer, which normally gets displayed when you go to File/Open?
  3. Hi, I'm using the Dell Configurator Tool to create a custom executable to standardize the BIOS settings across all our computers in our institution - however, I cannot seem to find the correct option to set specifically to remove the onboard NIC from the boot device selection. What I am trying to achieve, is the onboard NIC option is still available in the F12 menu, but it requires the BIOS password to boot from it - obviously if it's ticked, then the password requirement is bypassed. Can anyone shed light on this?
  4. Hi, I have been consulting the Administrators guide for Smart Learning Suite 17: http://downloads.smarttech.com/media/sitecore/en/support/product/sls/sls17/guides/saguidesls2017win07sept17.pdf I am having no success with the "C:\Program Files (x86)\Common Files\SMART Technologies\SMART Product Update\activationwizard.exe" application to retrieve activation status, or injecting a new license key to replace an existing expired one. Despite doing a direct copy and paste with switch modifications, I can't seem to make this application to do anything. So far I've tried: "C:\Program Files (x86)\Common Files\SMART Technologies\SMART Product Update\activationwizard.exe" --query --format XML --key NC-XXXXX-XXXXX-XXXXX-XXXXX-XXX > C:\output.txt "C:\Program Files (x86)\Common Files\SMART Technologies\SMART Product Update\activationwizard.exe" --puid notebook_17 --m=4 --v=4 --return --pks=NC-XXXXX-XXXXX-XXXXX-XXXXX-XXX This is driving me nuts!
  5. It appears that I need to do a complete uninstall - but I cannot find the command line switch that does this. Any suggestions?
  6. Hi, For some crazy reason Python decided to uninstall itself on a large number of computers. I tried to do a reinstall using the following command: python-3.6.0-amd64.exe InstallAllUsers=1 TargetDir=C:\Python36-32 /passive (I have to use a specific directory path as it defaults to the user's profile, which is no good since it needs to install to a specific directory so I can deploy plugins). So far, it's done a combination of deleting shortcuts from the start menu, and more significantly it stops IDLE from launching altogether. Can someone suggest some sort of script that can clean up any broken installations and re-install it from scratch?
  7. Hi, Can anyone link me to any articles or suggestions on how to implement roaming Chrome profiles and bookmarks? (without signing up for a google account) Preferably the chrome profile needs to be stored on the user's homespace on the network as opposed to the computer's local roaming profile, so that saved passwords and bookmarks follow them regardless of which computer they log onto.
  8. Hi, Is there a way to change the default mail app on iOS devices? We have the Outlook app deployed on iPad Pro devices in our institution since we have all our users on Office365, but applications seem to have preference to use the inbuilt Apple mail app. Is there a way to change this? We are currently on iOS 11.2.5 and 11.2.6
  9. Just a simple batch file - I'm actually intending to run it as a program on SCCM
  10. There are no references to the Python installation directory in PATH environmental variable. I added it, and managed to install the library... phew! Ideally I need to run a batch file to fix the path variable on several computers, any idea what the command line would be?
  11. Requirement already up-to-date: pip in c:\python36-32\lib\site-packages No difference, PIP still won't do anything useful
  12. No spaces in the path, I tried installing it from the same scripts directory. I cannot seem to work out how to upgrade pip either - every command I run involving pip just returns the same error, regardless of what switches I add to it. It feels like something is fundamentally broken.
  13. Hi, I am struggling trying to get a Python library called Pymunk 5.3.2 installed on a Python 3.6.0 installation using pip. I have tried using pip install pymunk-5.3.2-py2.py3-none-win_amd64.whl and it's constantly coming up with: Fatal Error in Launcher: Unable to create process using '"' I have tried a repair installation to no avail - this is driving me crazy! (even tried copying the WHL file to the same directory as the scripts directory)
  14. Hi, I am just getting to grips with Jamf Pro. Can anybody advise me how you would incorporate a config.dat file to install with the NetSupport Notify Agent for Mac? The basic installation instructions state that you need to have the PKG file and the config.dat file in the same location - however, how would you create a package based on this using the composer? The config.dat file resides in the /Library/NSNotifyAgent/daemon folder which configures the agent which server to communicate with.
×
×
  • Create New...