Skip to content

Instantly share code, notes, and snippets.

View kostakoff's full-sized avatar
🏠
Working from home

kostakoff kostakoff

🏠
Working from home
  • World Wide Web
View GitHub Profile
@kostakoff
kostakoff / gist:ac1392a6b46d9032a4065bdd601bec71
Created March 17, 2025 00:43
create user powershell .profile
if (!(Test-Path -Path $PROFILE)) {
New-Item -ItemType File -Path $PROFILE -Force
}
@kostakoff
kostakoff / gist:be987d36e17cf912eb3f94c56df418e6
Created March 17, 2025 00:39
sodo su - username alternative for windows
# where 'jenkins' target username
# required target user password
runas /profile /user:jenkins cmd