Skip to main content

Questions tagged [global]

The tag has no usage guidance.

0 votes
0 answers
91 views

Within a M365 Tenant, Is There a Setting to Disable All Tips Globally Once and for All?

With Microsoft 365 tenants, tips just keep popping up everywhere, all the time, through apps (web and desktop versions) and all the admin centres. This is especially crazy with a new account: the ...
marioo's user avatar
  • 101
1 vote
0 answers
214 views

How to `zcompile` global (system-wide) zsh scripts?

For my local dotfiles I have this snippet at the end of my .zshrc: for f in ~/.zshrc ~/.zshenv ; do [ "${f}"(:A) -ot "$f".zwc ] || zcompile "$f" done This ensures ...
Petr's user avatar
  • 3,173
0 votes
0 answers
36 views

Keep Global Variable value over Modules

Good Day I did create a Global variable in my Script. It does keep the variable itself over Module correctly, but it doesn't keep the contain of the variable. Is there a way to keep its contain? I've ...
JohnnyHG's user avatar
0 votes
2 answers
2k views

Windows global shortcut CTRL+SHIFT+n hijacked by Microsoft Outlook

Running Windows 10: Similar to Windows global shortcut hijacked by Opera but the CTRL+SHIFT+N keybinding is globally bound to open up, or activate and then raise, the Microsoft Outlook window. This ...
bgoodr's user avatar
  • 661
6 votes
1 answer
5k views

How or where to define global functions to be used in bash, zsh, sh scripts?

Say I have these three script files: (all 3 are executable) bash-test.sh: #!/bin/bash HelloFromBash RocketNuts zsh-test.sh: #!/bin/zsh HelloFromZsh RocketNuts sh-test.sh: #!/bin/sh HelloFromSh ...
RocketNuts's user avatar
  • 1,172
2 votes
1 answer
2k views

How to create custom Global System-wide variables like $Home in Powershell and assign persistent value to it?

I am just starting to learn Powershell and already one thing started bugging me. The undesirably & unfairly confusing discrimination between $env:Home and $HOME. Where $HOME can be autocompleted ...
Vicky Dev's user avatar
  • 472
3 votes
1 answer
677 views

Entering Unicode character using Alt-Numpad, in decimal

On a PC keyboard (Windows), is there a method, without having to install additional software, to enter any Unicode character using its code point in decimal? Alt + abcd does it in hexadecimal, but I ...
Old Geezer's user avatar
  • 1,277
1 vote
2 answers
450 views

Excel VBA - Scoping Const Variable to be Accessed only by Current Project

I have an Excel Add-in for storage of UDF's as well as a personal workbook for storage of subroutines. Inside of the Add-in, I have a module for constants, where I have an entry for ideal gas ...
Michael James's user avatar
1 vote
1 answer
48 views

Establishing a unit converter which can be called globally through terminal

I would like to have a function (or may be some kind of executable) that can be called via Terminal from wherever I am (from any directory) and this function does a simple job of converting between ...
nougako's user avatar
  • 113
0 votes
1 answer
678 views

VBA to prevent the global shortcut from running the wrong code

The article at the following site provides a tip for preventing a global keyboard shortcut from executing the wrong VBA code when two different macros in two different worksheets are assigned the same ...
Matt's user avatar
  • 138
1 vote
0 answers
106 views

Is possible to assign DHCP global address to a bridging device?

I have a bridging device(Eg:linux Machine as bridge) that will link two networks. for example my device wlan0 have connection established to one access point and eth0 connected to bridging client.. ...
Gopi Krishna M's user avatar
2 votes
0 answers
44 views

Where do i find maps of internet access around the world? [closed]

I work for a group of large NGOs (Non Government Organizations) engaged in humanitarian work through out the world. Often internet access is an issue and having access to reliable data on availability,...
Fredrik Winsnes's user avatar
3 votes
2 answers
3k views

In Excel 2007 where do you store macros that you want to use on all sheets that you open?

It looks like you can store it in a file called PERSONAL.XLSB and that will create "Global" (for all worksheets) macros. This file is of course stored in your user profile (%USERPROFILE%\AppData\...
leeand00's user avatar
  • 22.7k