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
administrative rights
application
automation
command line
computer configuration
debugging
error handling
error messages
file system
function
notepad++
pin to start
powershell
scriptexecutionscripting
shell application
user permissions
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 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
access permissions
batch file
cmd
file sharing
login
net use
network drives
networking
permissions
scriptscriptexecution
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
drive mappings
group policy
it department
laptop
logon issues
memberships
message box
network
network drives
scriptexecutionscripting
support
troubleshooting
user login
vbs script
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
profiles
registry
roaming
robocopy
scriptexecutionscripting
security
symlinks
system admin
user directory
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...