I have a batch file that runs on logon as a task, but it does not work on non-admin desktops because it uses admin level commands. I want it to run as administrator without prompting the user for a password. I tried going into the file properties, clicking compatibility, and checking "Run This...
administrator
batchfile
compatibility mode
logon
non-admin users
privilege
run as administrator
scripting
task scheduler
user account control
windows settings
Hi ,
Can anyone advise on this.
I was running a command as below using cmd batch file
typeperf "\Processor(_Total)\% Processor Time" >> Memory.txt
However, I could not display the output to the text file and it shows error :
Error: No valid counters.
Please kindly advice.
Regards
Wang
Hey all! I'm a noob at writing batch files and have written a bunch, but my latest one is an odd one. I'm actually trying to break remote machines (for security reasons) by renaming the bootmgr system file and then shutting the machines down so they can no longer boot up. My batch file will map...
automation
batchfile
bootmgr
command line
computer access
error
file renaming
hard drive
ip address
net
network
permissions
remote
scripting
security
shutdown
syntax error
system files
troubleshooting
windows
I have selected a batch of pictures to burn to a CD and also a DVD (see attachment). I cannot find the button to "Burn" them. Obviously I am doing something wrong, perhaps I should be using another method, can anyone help me please??
Hi,
I have already learnt to use (dir /b >direct.txt) in CMD prompt
to copy all the file names in a folder to a txt file but was wondering
if i'st possible to also get all the file details such as Year, Genre,
Writer, Director, Contributing Artist & Comments etc.
Regards
Wyldbear
batchfile
cmd
comments
contributing artist
director
file copy
file information
file management
genres
scripting
tech tips
text file
user inquiry
windows commands
writer
years
This Unreal Engine 4 demo shows the engine's capabilities using DirectX 11 with demanding particle effects. Before running the demo you might have to install the (included) Microsoft Visual C++ Redist Runtimes. Settings can be edited using the included batch file (e.g. ResolutionSizeX=1920...
Scott talks to Karan Batta about how to use Azure Batch for large scale Rendering Workflows. Karan uses a plugin for Autodesk Maya 2015 that lets you utilize the raw power and scale of Azure to speed up your scene renders using Azure Batch.
Link Removed
Link Removed
Hello, does anyone know if you can make a batch file to open the start menu with one key.
Ever since I up graded to win 8.1 the win key stopped working
Thx
The bank I work for is running IE 8 for security reasons and our users have 1 login to our lending software. I have managed to put together a simple batch file to launch our most used programs to start the day. The problem with 1 login is users have to use "new sessions" with IE 8 to allow...
As you know some file may be opened by multiple installed programs.
Assume I have 3 picture viewers installed for viewing *.jpg files.
Currently the default program for opening these *.jpg is "aaa.exe"
In the future I want to let the *.jpg open (by double clicking in Windows Explorer) by a...
Hello,
I am doing work on different network and always i have to change my ip manually, I want to change ip using .bat file ow can i do it? i Found netsh utility solution but it not works properly. please suggest me ..
I'm trying to create a text-based game, but I can't get passed the menu because either "set /p" isn't taking an input, or "if '%...'" isn't seeing it. This is what I'm doing to test menus, currently
:mmenu
echo Main Menu
echo Start
echo Quit
SET /P "a=Select "
if "a"=="Start" [removed:then...
I have a question about running "executable" programs in Windows without having to type the extension.
I've recently learned that, in addition to the command prompt and run box, you can also run executable files (.exe, .bat, .lnk, .vbs) from the Windows Explorer address bar. The only problem...
address bar
annoyance
batchfile
command prompt
customization
environment variables
executable
file explorer
file extensions
file management
links
pathext
run box
scripting
shortcuts
troubleshooting
usability
user experience
windows
windows 10
Assume I want to perform a command line command with parameters one time at next boot (under 64bit Win 7).
Therefore I want to create this command directly in the appropriate Registy key and not indirectly by
putting it into *.bat batch script and and call this from RunOnce
For simplicity...
Hello, I would like to save for further processing all the output of a .bat file. This .bat calls wget and if i call the .bat with
>test.bat > test.txt
the .txt file is filled with whatever dos prints to the screen but NOT the output from wget
Thanks in advance for your help
Hi friends,
We have an application need to convert a file(txt) from the application into a pdf file. We have a batch file scheduled every night that generates this txt file from the application.
In the batch file, we will be passing this txt file as input and also provide output file name...
I have a Lenovo Ideapad s510p running original Windows 8.1. Bought it in May'14.
The problem is that it's not able to find & run some bat & exe files given in the '%Path'. Whereas it can find some - it can't find some others. So it doesn't run them unless full path is specified.
This is a big...
Hey all, hope everyone's good.
For my studio pc (not laptop) I'd like to be able to disable my wireless network (either full capability or just disable my usb adapter). Basically it interferes with my audio output and causes pops and clicks when writing music so I'd like to be able to disable...
Tried a after-market classic start menu, but didn't like it.
Trying to tweak the default one..... Ooops, should of said.... using a cute .BAT file called "Resizable_Start_Menu.bat" At http://www.tenforums.com/tutorials/3674-start-menu-enable-disable-resizable-windows-10-a.html, Scroll down...