How do i?

celticfan11

OSNN Senior Addict
Joined
20 Jan 2003
Messages
744
Stop users from adding desktop icons to the desktop, via GPO in server 2003. :) Thanks in advance
 
OK i got it to work with the xcacls tool from MS
Basically i run a Cscript and it sets permissions on that users desktop folder to make it read only. NOW the problem is that whenever they run this script i get an error message stating ""you are not using csript for the scripting engine. Screen messages will be supressed." Googled to no avail. The script DOES work, but i get that annoying popup message. This is my script....


c:
net use x: \\storage\script
x:
CScript//H:Cscript
xcacls.vbs "%userprofile%\desktop"\ /g domain\%username%:x r monson\administrator:f /s
c:
net use x: /delete /yes
pause
 
Also note that if an admin runs this script i get no error message. So there is something restricting something somewhere? Anyone?
 
Outout from the BAT file from a student logging in.


H:\>c:
C:\>net use x: \\storage\script
System error 85 has occurred.
The local device name is already in use.

C:\>x:
X:\>CScript//H:Cscript //S
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Command line options are saved.
CScript Error: Can't change default script host.
 
you are not using csript for the scripting engine.
Person who posted here was getting the same error.
At first the solutions are blurred out but if you scroll way down the page you will find the solutions that are not blurred out.
 
Their solution was to add "CScript//H:Cscript //S" which windows to run Cscript rather then Wscript. However i still get the error message even after doing exactly as the post says. This was one of that original posts that helped me figure this whole thing out.
 
I got it.

If i edited microsoft's cacls.vbs file and took out the following:

If Not IsEngineCScript Then
Wscript.Echo "You are not using CScript for the scripting engine." & vbcrlf & "Screen messages will be surpressed."
End if


Then the error message goes away :)

So in the end i DID figure out how to stop users from editing their desktops. If anyone else needs to do this and they cant follow my posts, let me know i can summarize how i did it. Thanks for the replys.
 
May have been easier to just make desktops read only ?
 
May have been easier to just make desktops read only ?
That is what i did.

how would you propose doing this for 300 users. Making sure it applies to each user no matter where they login. In a way that would be easier?
 
? why didn't you just run the script with cscript instead of going through all that?
Code:
cscript <myscriptfile.vbs>
 
? why didn't you just run the script with cscript instead of going through all that?
Code:
cscript <myscriptfile.vbs>

Going through all of what? The mapping of the drive i assume is what you mean? I am going to not do it that way when i impliment it. I was just doing it that way because i originally started off doing something and it changed to using that cscript. So i kinda just kept it in there.
 
no, i was referring to having to add a line in to change the default script host to cscript. You don't have to if you just run the vbs script by calling cscript.exe first (cscript <filename>). It won't prompt or cause any of the other problems.

I know it's not really much so maybe the use of the phrase "through all of that" was a little exaggerated. :) :s
 
no, i was referring to having to add a line in to change the default script host to cscript. You don't have to if you just run the vbs script by calling cscript.exe first (cscript <filename>). It won't prompt or cause any of the other problems.

I know it's not really much so maybe the use of the phrase "through all of that" was a little exaggerated. :) :s

ahhh ok i get it. I know close to nothing about scripts. So i just did it how i found it on forums. How would i go about doing what you reccommended?
Im assuming i just make a VBS file and have it state "cscript (finename)" plus its parameters?
 
yes.. if you calling the vbs script from a batch file, in the batch file, just add the line "cscript <filename> <parameters>"
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back