scripting

  1. W

    Windows 7 process to run a refresh automatically?

    Hi folks, We use a bespoke piece of helpdesk software; unsure what's it written in but in it's own window (when active) the F9 key refreshes the list of tickets in the queue. Could someone please point me in the right direction to perhaps a piece of code or process or little application that...
  2. ragnarok1968

    NEWS Free Linux scripting book until march 15th

    https://www.neowin.net/news/get-the-learning-linux-shell-scripting-36-value-ebook-free-until-march-15 For linux fans link to free book (PDF file) is free until March 15 Learning Linux Shell Scripting ($36 Value) FREE For a Limited Time What's it about? This book covers Bash, GNU Bourne Again...
  3. blksith0

    Windows 10 Program to either Untray or Run

    When pinning a program to the taskbar, when you launch it it runs the actual executable then the application either runs for the first time, or if it's already running but minimized to the tray, it has to handle that 2nd exe instance -> terminate the second one -> un-minimize the currently...
  4. P

    Windows 10 AUTO-Apply own Registry keys at startup? Startup.reg for Win10?

    Assume I have a bootable USB flash drive with Win10 and additiional other tools on it.. Booting it works fine. Now immediately after booting from this USB flash drive I want to AUTOMATICALLY patch/enter some customized keys resp. values into the Registry. As an example think of switching to...
  5. J

    Windows 7 Execute a Excel macro from other aplication

    Hi, I have a Excel macro that copies a specific cell value. Is posible to execute it from another application without losing the focus? Thanks in advance. Regards, Jose Luis
  6. M

    Windows 10 Python: get PID from window handle

    hi I am trying to get PID from the foreground window, but this doesn't work because I am passing the wrong kind of handle to the function. This is under python. How do I fix this? thx! import ctypes import time time.sleep(2) handle = ctypes.windll.user32.GetForegroundWindow() print(handle)...
  7. R

    Windows 7 Excel Macro

    Hi, I am trying to extract information from one program, then import it into Excel. Well, the format it is extracted is not the format that is what I need. So, I have been manually deleting all the unneeded rows. My question is there a macro or C-Plus program that can delete these rows for me...
  8. N

    Windows 7 blocking folders with icacls

    Using the command line, I would like to write a simple script that creates two folders C:\$X.~01 and C:\$X.~01 and then maybe uses the icacls command to set the permissions on both folders such that neither folder may be read, written or modified in any manner except specifically by a single...
  9. D

    Windows 7 Rename a remote system file?

    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...
  10. neocode

    Windows 10 How to integrate software in the windows?

    Hello, I'm new here, I'm wondering how I can integrate software in the Windows. For example, if I want to add an item to the context menu, in the explorer window, to send a file to an OLD folder. So, after click in «Send to Old» it would create a folder «yyyy-MM-dd - Old» in the same path of...
  11. Neemobeer

    Windows 10 Hidden shortcut musings

    I was bored and decided to look at the GodMode shortcut. For those of you that don't know what that is I'll explain. It's basically a folder shortcut with a special CLSID extension. CLSID is short for Class ID. The godmode shortcut will display a lot of settings available in the Control...
  12. News

    Enhanced Mitigation Experience Toolkit (EMET) 5.5 converter

    Script to convert setting to EMET 5.5 values Link Removed
  13. News

    Windows Management Framework 5.0

    Windows Management Framework 5.0 includes updates to Windows PowerShell, Windows PowerShell Desired State Configuration (DSC), Windows Remote Management (WinRM), Windows Management Instrumentation (WMI). Link Removed
  14. D

    Windows 10 Script to disable Network Discovery

    Hi, I would like to create a bat file that will disable Network Discovery on Windows 10. Any help would be greatly appreciated. Thanks, David
  15. News

    Episode 191: Virtual Machine Scale Sets with Guy Bowerman | Microsoft Azure Cloud Cover Show

    In this episode Chris Risner and Haishi Bai are joined by Link Removed, Program Manager on the Azure Compute Engineering team focusing on Linux and Scale. He joins us to talk about Virtual Machine Scale Sets. Scale Sets are a way to deploy and manage a set of identical VMs. Scale Sets handles...
  16. B

    Windows 10 Create Event Viewer ID

    The object is to create a unique Event Viewer ID that appears when a specific background process starts - Windows 10 Calculator, for example. When calculator is in use, it is listed only in the Task Manager APPS area. However, when it's not running it randomly appears only as a background...
  17. W

    Windows 10 How to copy file details such as year & genre etc. to a text file.

    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
  18. V

    Visual Basic

    How can you make an analog clock? Thanks! Sent from my SM-T110 using Tapatalk
  19. Combining Windows 10 features with Unity games in your own plugin

    In case you're curious how to add Universal Windows Platform functionalities that isn't already covered with Unity APIs or with existing plugins - here is how you can write your own plugins targeting UWP. Edit: one little correction, instead of checking all boxes for the stub plugin, just...
  20. Unity Support for Windows 10

    Today, Link Removedwhich includes support for Windows 10 and the Universal Windows Platform (UWP). With UWP support in Unity 5.2, developers can build a single game for Windows 10 that targets multiple devices ranging from phones to tablets to PCs to Xbox. This means that multiple screen sizes...