+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 22
Windows Thread, Scratch in Technical; I would like to have Scratch installed on our school network. It is a RM CC3 network and there have ...
  1. #1
    SGL
    SGL is offline

    Join Date
    Feb 2013
    Posts
    8
    Thank Post
    7
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Scratch

    I would like to have Scratch installed on our school network. It is a RM CC3 network and there have been issues regarding the fact that students are able to save to the C:\ drives. Does anyone know if there is a solution for this as it is preventing installation. Thanks.

  2. IDG Tech News
  3. #2

    witch's Avatar
    Join Date
    Nov 2005
    Location
    Dorset
    Posts
    8,823
    Thank Post
    730
    Thanked 1,494 Times in 1,104 Posts
    Rep Power
    486
    Do you mean they arent able to save to their C drives?

  4. #3
    SGL
    SGL is offline

    Join Date
    Feb 2013
    Posts
    8
    Thank Post
    7
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    No, it appears that they can see all the other drives including the on the network as well as the local c: drive and this is not wanted. Is there a way to block this? Thanks.

  5. #4


    Join Date
    Jan 2006
    Posts
    7,748
    Thank Post
    422
    Thanked 961 Times in 747 Posts
    Rep Power
    307
    Quote Originally Posted by SGL View Post
    No, it appears that they can see all the other drives including the on the network as well as the local c: drive and this is not wanted. Is there a way to block this? Thanks.
    The problem isn't with scratch, the problem is that the permissions on C: are set incorrectly. If you don't want students saving to C: or any other drives then set the permissions so that they cannot save.

  6. Thanks to CyberNerd from:

    SGL (5th February 2013)

  7. #5


    Join Date
    Mar 2009
    Location
    Leeds
    Posts
    4,701
    Thank Post
    169
    Thanked 637 Times in 550 Posts
    Rep Power
    204
    iirc just edit an ini file n the scratch program folder and point it at u: h: or wherever

  8. Thanks to sted from:

    SGL (5th February 2013)

  9. #6
    TechSupp's Avatar
    Join Date
    Mar 2007
    Location
    South Yorkshire
    Posts
    1,567
    Thank Post
    263
    Thanked 98 Times in 80 Posts
    Rep Power
    32
    If I remember correctly you can specify what drives can be seen in the ini file, SimpleSi on here enlightened me on that and other options. Do a search on here for them.

  10. Thanks to TechSupp from:

    SGL (5th February 2013)

  11. #7

    Edu-IT's Avatar
    Join Date
    Nov 2007
    Posts
    6,191
    Thank Post
    374
    Thanked 495 Times in 455 Posts
    Rep Power
    146

  12. Thanks to Edu-IT from:

    SGL (5th February 2013)

  13. #8
    SGL
    SGL is offline

    Join Date
    Feb 2013
    Posts
    8
    Thank Post
    7
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Thanks for your replies. Can anyone confirm that Scratch runs securely without showing hidden drive issues on a RM CC3 network?

  14. #9

    sparkeh's Avatar
    Join Date
    May 2007
    Location
    Leicestershire
    Posts
    4,260
    Blog Entries
    22
    Thank Post
    615
    Thanked 836 Times in 579 Posts
    Rep Power
    253
    Quote Originally Posted by SGL View Post
    Thanks for your replies. Can anyone confirm that Scratch runs securely without showing hidden drive issues on a RM CC3 network?
    Yeah I had it running on CC3/CC4/Vanilla for years with no probs - Its not the CC3-iness that causes the issue but Scratch, the ini solves the problem.

  15. #10
    AJWhite1970's Avatar
    Join Date
    Sep 2012
    Location
    Wiltshire
    Posts
    144
    Thank Post
    13
    Thanked 37 Times in 26 Posts
    Rep Power
    8
    As reported by the others, the drive access is controlled by the scratch.ini file. You can extract Scratch and run it from a read only network share with the scratch.ini file in the same location.

    My scratch.ini file for example is as follows:-

    [Global]
    DeferUpdate=1
    ShowConsole=0
    DynamicConsole=0
    ReduceCPUUsage=0
    ReduceCPUInBackground=0
    3ButtonMouse=0
    1ButtonMouse=0
    UseDirectSound=1
    PriorityBoost=1
    B3DXUsesOpenGL=1
    CaseSensitiveFileMode=0
    EnableAltF4Quit=0
    Home=R:\
    VisibleDrives=r:,q:,o:,e:
    ProxyServer=proxy.xxxxx.wilts.sch.uk
    ProxyPort=8080
    Language=en

    For us, r: is the home drive, q and o are the student share areas and e: is any usb stick. Takes two minutes max to set it all up and get it working.
    Andrew

  16. Thanks to AJWhite1970 from:

    SGL (7th February 2013)

  17. #11
    SGL
    SGL is offline

    Join Date
    Feb 2013
    Posts
    8
    Thank Post
    7
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    We are installing it centrally and this would require the ini file on each machine to be edited after installation. Is it possible to do this centrally?

  18. #12


    Join Date
    Mar 2009
    Location
    Leeds
    Posts
    4,701
    Thank Post
    169
    Thanked 637 Times in 550 Posts
    Rep Power
    204
    batch file to overwrite
    gpp to overwrite
    i think you can edit it in the installer dir

  19. #13


    Join Date
    Feb 2007
    Location
    51.405546, -0.510212
    Posts
    5,894
    Thank Post
    180
    Thanked 1,785 Times in 1,328 Posts
    Rep Power
    466
    Scratch is really easy to deploy. All you need to do is edit the INI file, save it and then allocate the MSI to your computers. As long as the INI file is in the same folder as the MSI, it will get copied to the installation folder on each PC (and removed when the package is deallocated).

  20. #14
    SGL
    SGL is offline

    Join Date
    Feb 2013
    Posts
    8
    Thank Post
    7
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Thanks, will this work on an RM cc3 system? I understand RM have created an installation package but this has the problem of making the c: drive visible.

  21. #15


    Join Date
    Feb 2007
    Location
    51.405546, -0.510212
    Posts
    5,894
    Thank Post
    180
    Thanked 1,785 Times in 1,328 Posts
    Rep Power
    466
    Here's a link to the Scratch package I use on our CC3 network if you want to give it a try? Make sure you deallocate the Scratch package from RM first however.

    Scratch v1.4.0 (CC3).exe (32.5 MB)


    1. Download the file above on a CC3 PC (make sure you are logged on as a user with administrator rights).

    2. Double-click the EXE and click the Extract button. This will copy the Scratch MSI to Q:\Applications\Scratch v1.4.0\v1.0.0.0.



    3. Go to the folder listed in the step above on the Q:\ drive, open the Scratch.ini file in Notepad (not to be confused with Scratch v1.4.0.ini ) and modify the preferences to your liking e.g. proxy server / visible drives etc. Once you have done this, save the file.

    4. In the RMMC, expand Workstations, right-click Main Site and select Update Package List.

    5. Finally, add the Scratch shortcut to your Start Menu through Resources » Program Sets (using the same process you use for other packages).
    Last edited by Arthur; 14th February 2013 at 09:06 PM.

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Does anyone know an alternative to Scratch?
    By noser in forum Educational Software
    Replies: 9
    Last Post: 23rd May 2012, 10:09 AM
  2. Scratch 1.2 released
    By SimpleSi in forum Educational Software
    Replies: 25
    Last Post: 25th June 2008, 02:36 PM
  3. No more scratched discs
    By EduTech in forum General Chat
    Replies: 2
    Last Post: 6th October 2007, 06:52 PM
  4. Scratch
    By Espada in forum Downloads
    Replies: 16
    Last Post: 18th May 2007, 09:19 AM
  5. setting up group policy from scratch
    By projector1 in forum Windows
    Replies: 9
    Last Post: 6th October 2006, 02:57 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •