AHHH!! staying up till 1am at work here and needing a firmware download for my switch. Apparently our old one which is just Sonicwall Pro I'm assuming the first one of its name. I looked on sonicwall's site and a few others so finally resulting to a forum for some help here. True they dont...
oddly this doesn't happen all the time. Now and then I see it happen on a couple different computers which is what makes it weird. I have them all set to normal window so I will set it to maximized and hope for the best. The other thing is one user mentioned that the program will minimize by...
I am unsure why this happens but a certain program we use at my company will minimize right to the tray at launch. All you have to do is right click and maximize an your set. Sadly some people aren't smart enough to do that and open the program 5 or 6 times. Would there be any reason for the...
you could run a script to run the regedit with domain admin credentials. I'm not sure if it would be easier though to do that or to do what markdmac said. I guess you can give both a try.
Hmm, but if I do it at t he domain level GPO wont it map the same location for everyone in the group? What I was doing was going to properties of the user and under the profile tab mapping the home folder. Which I realized isn't what I want done.
I did that but I would have to do that for every user there is. Though I guess it would be the same thing as writing a script for it all. Though when I do it in group policies it doesn't actually move the documents folder target. It just mounts a drive that I link to where I want their documents...
Thank markdmac, I will look into that and see how it goes. Sounds logical to me but I just came up to a more important project with scripting. Thanks for the help.
I have recently come across a new project at work. I and setting people up in groups in our active directory server and I would like to automatically map someone's my documents folder to a new location other than local. Currently I just do it manually. I was wondering I would need a script to...
I checked out group policies but not seeing anything to do with system configs and adjusting the settings of the power button. I will have to do some more googling I guess. Thanks Markdmac
That would work but all 10 computers login with the same username as dcstation but the login name for the program is different so I would have to write the same script for each computer and just change the username. Basically thinking it over it's not that anymore efficient than having my...
Thanks I have been reading up on scripting and have been gettin progress but not much with google until I found this forum which I have found very helpful. I just realised my plan will not be of use to me since I wanted this to work for every computer but forgot every computer has it's own login...
Everything works fine except if I do that dim statement on objFSO [for ]
I even took out the space within the brackets and got the same error of expected end of statement.
After removing that line of code I got an error on AppActivate saying wrong number of arguments or invalid property...
This is the code I used
option explicit
Dim objShell
Dim oShell
Set objShell = CreateObject("WScript.Shell")
objShell.run """C:\Program Files\EFI\PSI\Psmain.exe"" ""user=user, password=, company=1""", 1, False
WScript.Quit
before the WScript.Quit I tried to add in oShell.Sendkeys "[D]" just...
ok nevermind I figured it out and got it working. I did objshell and didn't run it in a sub. Now that it works I need to look up pressing keys upon launch. When the app opens up if you press alt + m it opens the module menu then you press D and then press D again and it opens up the data...
unfortunately the computers are running windows 2000 otherwise I would set the power button option to ask what to do when you press in the button. Then I could disable task manager. I have disabled explorer and want to just change the delete key to shift or something else. They only run one...
PHV, I tried the code but it didn't work. Thought I think it would if I did the rest of the code right. It is possible I dont have something right. my code as follows
Sub Run(ByVal sFile)
Dim shell
Set shell = CreateObject("WScript.Shell")
shell.Run """C:\Program...
I made a small batch file to kill explorer.exe and I now need to remap the delete key to something else so the temp workers cannot press control alt delete to get to task manager and run the process. Currently the computer auto logs in, and auto runs the app they need. I have put all the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.