script execution

  1. Pin At Start Access Denied from VBscript and PowerShell command line

    Windows 11: I receive "access denied" by calling "Pin At Start" from the command line, no mather wich language PowerShell or VBscript. Both are called using administrator rights. PowerShell ========== Error ===== PS C:\Users\roberto> .\t.ps1 Pin-App : App(s) not found: C:\Program...
  2. Windows 10 Is there any way to run a batch script without showing up the command prompt window?

    I have a server and it don't have backup so I need to run my custom batch script to get files from sftp then archive it. But I need it to run like a schedules, but everytime the schedules start the batch files. I allway open up the command prompt window. Is anyway to hide that window? Like...
  3. Windows 7 Login script not working

    I know this should probably go in the networking subforum but it's kinda deserted and I need an answer fast. I have a 2012 R2 server (alone) and a Win 7 station. My login script is very simple, it's only a few net use commands (net use :G /delete - net use :G \\Server\Folder). But right now...
  4. "Cannot Allocate Memory" error when you run a shell script in Windows 7 or Windows Server 2008 R2

    Link Removed
  5. B

    Windows 7 Task Scheduler - Win 7 64-bit - problem running .bat file "Hello..."

    Hi, I'm having a problem trying to automatically run a basic .bat file in task scheduler in windows 7 64-bit. I have more complicated .bat files to schedule but I can't get a simple one to run. This is the .bat file: @ECHO OFF ECHO hello there... PING 1.1.1.1 -n 1 -w 5000 >NUL It works fine...
  6. H

    Windows 7 Drive Mappings

    Hi, i work in the IT Department and I have just installed Windows 7 on a laptop, this has laptop has then been put on the domain and been setup accordingly I have a Group Policy where a VBS Script is run to map network drive depending on group Memberships this was working when i had XP...
  7. D

    Windows 7 Changing the user space to an other partition

    I've writen some scripts to change the C:\user to an other partition. all seems to work but I can not change the security on the SYMBLINK and Junctions (not the directories) assuming all in c:\users\%USERNAME% is machine independent ... All data will be recreated at first login anyhow...
  8. G

    Windows Vista Command Prompt

    Hi, I am new to this forum. I have one question when i am working with cmd command. My laptop is running on Vista Ultimate 64 bit. When i am running a batch file in cmd prompt, it is asking "press any key to continue". When i pressed any key, the command prompt window is disappearing and not...