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...
access denied
admin rights
application
automation
command line
computer setup
debugging
error handling
error message
file system
function
notepad++
permissions
pin to start
powershell
scriptexecutionscripting
shell application
vbscript
windows 11
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...
I want to do the following - first deploy new version of software to multiple PCs, and then restart all PCs for changes to take effect.
First part is not a problem, for second part is it possible to check if there is restart.bat in Dropbox folder every x minutes, and if there is, execute it...
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...
2012 r2
access issues
batch file
cmd
file sharing
login
net
network
network drive
permissions
scriptexecutionscripting
server interference
system error
troubleshooting
user account
windows 7
windows server
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...
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...
automation
configuration
domain
group policy
it department
laptop
login
login issues
mapped drives
membership
message box
network
network drive
scriptexecutionscripting
support
troubleshooting
vbscript
windows 7
xp compatibility
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...
directory
environment variables
junctions
mklink
partition
permissions
registry
roaming
robocopy
scriptexecutionscripting
security
symlinks
system admin
user folder
user profile
user space
windows 7
workgroup
xcacls
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...