Notes ACCESS 2022 | Browsers | Css | Htacess | Html | Html5 | Javascript | Microsoft Excel | Mysql | Mysql Dumps | Php | Vb.net | VBscript | Windows <=8 | Windows >=10 | WP | WP Plugin | WP Themes | _Misc Software | ABCDEFGHIJKLMNOPQRSTUVWXYZONPRTOFF codeid operationid title keywords application code languageid show_html show_iframe make_public viewed viewed_date language operation <- Look Inside DataConditions:Order: 1|2|3|4|5|6|7|8|50 Language Operation Title Keywords Application Code Languageid Show Html Show Iframe Make Public Viewed Viewed Date Javascript Object .select(); Clipboard Clipboard object of document.getElementById().select; Click on the button to copy the text from the text field. Try to paste the text (e.g. ctrl+v) afterwards in a different window, to see the effect. Copy text Dim dbs As Database Dim rs As Recordset Dim strSQL As String Set dbs = CurrentDb strSQL = 'your query here Set rs = dbs.OpenRecordset(strSQL) If Not (rs.EOF And rs.BOF) Then rs.MoveFirst 'get results using rs.Fields() Else 'Use results rs.MoveFirst Do While Not rs.EOF 'do something like rs("SomeFieldName") rs.MoveNext Loop DoCmd.SetWarnings False DoCmd.RunSQL "DELETE * FROM NameOfTable" DoCmd.SetWarnings True Sub InsertIntoX2() Dim dbs As Database ' Modify this line to include the path to Northwind ' on your computer. Set dbs = OpenDatabase("Northwind.mdb") ' Create a new record in the Employees table. The ' first name is Harry, the last name is Washington, ' and the job title is Trainee. dbs.Execute " INSERT INTO Employees " _ & "(FirstName,LastName, Title) VALUES " _ & "('Harry', 'Washington', 'Trainee');" dbs.Close End Sub Javascript 0 07/29/2022 Browsers Customizing 10 Handy Firefox About:config Hacks firefox configuration fire fox Takeaway: If you really want to fine-tune your Firefox functionality, you have to roll up your sleeves and tinker with the about:config page. Jack Wallen shares some simple hacks to make Firefox work the way you want. Unless you�re a Firefox power user, you may not be familiar with the about:config page. The Firefox about:config page is not so much a page as it is a somewhat hidden configuration section. It�s hidden because it�s fairly powerful and not nearly as simple to use as the standard Preferences window. In the about:config page, you have to know what you are doing or you can mess things up a bit. In fact, when you attempt to go to that page for the first time, you have to accept an agreement (which is really just a warning) before you can continue. How this page works is simple. You reach the page by entering about:config in the address bar. There are entries (one per line) that handle various types of configurations. Each entry has a searchable keyword. The entries can be of Boolean, integer, or string value. Entries contain Name, Status, Type, and Value. Typically, you will be modifying only the Value, by double-clicking on it and making the change. With all of that in mind, let�s take a look at 10 of the best ways you can �hack� the about:config page. Tip If Firefox is fubar�d because you accidentally misconfigured about:config, you can fix it in one of two ways: Make a backup of your prefs.js file before you start editing. Then, if something goes wrong, you can restore it by copying it over the corrupt file. If you can�t restore via a backup prefs.js file, you can exit Firefox and issue the command firefox -safe-mode to bring up the Firefox Safe Mode screen. Then, just select Reset All User Preferences To Firefox Defaults. Note: This will restore all user preferences to their default values. 1: Speed up Firefox This hack requires a few steps. Search for pipelining in the filter and you should see: network.http.pipelining: Change this to true. network.http.proxy.pipelining: Change this to true. network.http.pipelining.maxrequests: Change this to 8. Now search for max-connections and you should see: network.http.max-connections: Change this to 96. network.http.max-connections-per-server: Change this to 32. 2: Disable antivirus scanning This is only for the Windows version. If you�re downloading large files, this scanning can seriously slow things down. And since you will most likely scan the downloaded file anyway, you�ll probably want to disable this. Of course, if you are uber paranoid (not a bad trait for computing), you might want to leave this entry alone. To disable antivirus scanning, search for scanWhenDone and you should see: browser.download.manager.scanWhenDone: Change this to false. 3: Open Javascript popups as tabs If a popup window lacks the features of a browser window, Firefox will handle it like a popup. If you would prefer to open all windows, including popups, as new tabs, you need to tell Firefox in about:config. Search for newwindow and you will see three entries. Of those three entries, you will want to modify: browser.link.open_newwindow.restriction: Change this to 0. 4: Spell checking in all fields By default, Firefox checks spelling only in multiple-line text boxes. You can set it to check spelling in all text boxes. Search for spellcheckdefault and you should see: layout.spellcheckDefault: Change this to 2. 5: Open search bar results in new tab When you use the search bar, the results display in the current tab. This can be a nuisance because you will navigate out of the page you are currently in. To make sure Firefox always opens search results in a new tab, search for openintab and you should see: browser.search.openintab: Change this to true. 6: Auto export bookmarks In Firefox 3, bookmarks are automatically saved and exported for you. The only problem is that by default, they�re saved as places.sqlite instead of the more convenient bookmarks.html. To change this setting so that they can be easily re-imported, search for autoExportHTML and you should see: browser.bookmarks.autoExportHTML: Change this to true. 7: Disable extension install delay One of the few gripes I have with Firefox is the silly countdown you must endure every time you want to install an extension. Fortunately, this can be disabled. Search for enable_delay and you should see: security.dialog_enable_delay: Change this to 0. 8: View source code in an external editor When you need to view the source of a page, it opens up in browser popup. Most developers would probably like to have that opened in their favorite editor instead of having to cut and paset. To do this, there are two entries to modify. Search for view_source.editor and you will see: view_source.editor.external: Change this to true. view_source.editor.path: Change this to the explicit path to your editor of choice. 9: Get more add-on search results When you do a search in the Add-on window, you�ll see just five results. You might find it more efficient to increase this number. Search for getAddons and you should see: extension.getAddons.maxResults: Change this to 10 (or higher, if you want to see even more). 10: Redefine the Backspace button Did you know you can configure Firefox to use the backspace button to either go back a page or go up a page? This keeps power users from having to go back and forth from the keyboard to the mouse. Search for backspace and you will see: browser.backspace_action: Change this to 0 for previous page and 1 for page up. Browsers 1867 09/09/2023 Css Formatting ??????Keeping Place Holders placeholder Persistent background text Css 0 01/07/2026 Windows <=8 Network Access Skydrive Like You Would A Hard Drive skydrive sky drive map network cid windows live account Windows 7 may differ the Windows 8 procedure. Log in to your skydrive account to get your cid: First you need to get your cid= number after logging into your Microsoft Skydrive account using your browser. It will have a format like https://skydrive.live.com/?mkt=en-US&v=FirstRunView#cid=8aca12345b98765. Yours may be slightly different since this was the first time I logged in to my account, but the number at the end. This is the url to map: https://d.docs.live.net/8aca12345b98765/ Open Windows File Explorer Highlight the word "Computer" on the left hand side. The network drive Icon will appear at the top middle. Click it. Use one of the higher drive letters and copy and past the new url into the folder box. Then save. Windows will try to connect if it can and prompt you for your windows live account user name and password Now you can copy and save files to your new drive. Just remember the files will only write and read based on your internet connection and speed. Similar to windows 8 http://rashedtalukder.com/how-to-map-skydrive-folder-on-windows-rt-desktop-mode/ Windows <=8 1136 09/09/2023 WP Database Access Wordpress Connection String connection string wordpress Source File wpdb() is located in wp-includes/wp-db.php. "$wbdb->dbh" WP 2 09/09/2023 Php Date Add Day add day $date = date('m/d/Y',strtotime($date.' + 2 days')); [compare difference] $date = date('Y-m-d',strtotime(date('Y-m-d').' + 10 days')); $priority="";if(strtotime($date)>strtotime($daterequested)) $priority="!"; [Subraction] $date = date('Y-m-d',strtotime(date('Y-m-d'))-(10*24*60*60)); "; echo (31*24); ?> Php 3 09/09/2023 Mysql Date ADDDATE - Mysql add date mysql Update adds Set durationdays=ADDDATE(now(),INTERVAL 30 DAY) WHERE addid=15 Date and Time Functions This section describes the functions that can be used to manipulate temporal values. See section 6.2.2 Date and Time Types for a description of the range of values each date and time type has and the valid formats in which values may be specified. Here is an example that uses date functions. The following query selects all records with a date_col value from within the last 30 days: mysql> SELECT something FROM tbl_name WHERE TO_DAYS(NOW()) - TO_DAYS(date_col) <= 30; eqMaintenance.intervalof-(TO_DAYS(NOW())- TO_DAYS(equipment.date_done) (Note that the query will also select records with dates that lie in the future.) Functions that expect date values usually will accept datetime values and ignore the time part. Functions that expect time values usually will accept datetime values and ignore the date part. Functions that return the current date or time each are evaluated only once per query at the start of query execution. This means that multiple references to a function such as NOW() within a single query will always produce the same result. This principle also applies to CURDATE(), CURTIME(), UTC_DATE(), UTC_TIME(), UTC_TIMESTAMP(), and any of their synonyms. The return value ranges in the following function descriptions apply for complete dates. If a date is a ``zero'' value or an incomplete date such as '2001-11-00', functions that extract a part of a date may return 0. For example, DAYOFMONTH('2001-11-00') returns 0. ADDDATE(date,INTERVAL expr type) ADDDATE(expr,days) When invoked with the INTERVAL form of the second argument, ADDDATE() is a synonym for DATE_ADD(). The related function SUBDATE() is a synonym for DATE_SUB(). mysql> SELECT DATE_ADD('1998-01-02', INTERVAL 31 DAY); -> '1998-02-02' mysql> SELECT ADDDATE('1998-01-02', INTERVAL 31 DAY); -> '1998-02-02' As of MySQL 4.1.1, the second syntax is allowed, where expr is a date or datetime expression and days is the number of days to be added to expr. mysql> SELECT ADDDATE('1998-01-02', 31); -> '1998-02-02' ADDTIME(expr,expr2) ADDTIME() adds expr2 to expr and returns the result. expr is a date or datetime expression, and expr2 is a time expression. mysql> SELECT ADDTIME("1997-12-31 23:59:59.999999", "1 1:1:1.000002"); -> '1998-01-02 01:01:01.000001' mysql> SELECT ADDTIME("01:00:00.999999", "02:00:00.999998"); -> '03:00:01.999997' ADDTIME() was added in MySQL 4.1.1. CURDATE() Returns the current date as a value in 'YYYY-MM-DD' or YYYYMMDD format, depending on whether the function is used in a string or numeric context: mysql> SELECT CURDATE(); -> '1997-12-15' mysql> SELECT CURDATE() + 0; -> 19971215 CURRENT_DATE CURRENT_DATE() CURRENT_DATE and CURRENT_DATE() are synonyms for CURDATE(). CURTIME() Returns the current time as a value in 'HH:MM:SS' or HHMMSS format, depending on whether the function is used in a string or numeric context: mysql> SELECT CURTIME(); -> '23:50:26' mysql> SELECT CURTIME() + 0; -> 235026 CURRENT_TIME CURRENT_TIME() CURRENT_TIME and CURRENT_TIME() are synonyms for CURTIME(). CURRENT_TIMESTAMP CURRENT_TIMESTAMP() CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW(). DATE(expr) Extracts the date part of the date or datetime expression expr. mysql> SELECT DATE('2003-12-31 01:02:03'); -> '2003-12-31' DATE() is available as of MySQL 4.1.1. DATEDIFF(expr,expr2) DATEDIFF() returns the number of days between the start date expr and the end date expr2. expr and expr2 are date or date-and-time expressions. Only the date parts of the values are used in the calculation. mysql> SELECT DATEDIFF('1997-12-31 23:59:59','1997-12-30'); -> 1 mysql> SELECT DATEDIFF('1997-11-31 23:59:59','1997-12-31'); -> -30 DATEDIFF() was added in MySQL 4.1.1. DATE_ADD(date,INTERVAL expr type) DATE_SUB(date,INTERVAL expr type) These functions perform date arithmetic. As of MySQL Version 3.23, INTERVAL expr type is allowed on either side of the + operator if the expression on the other side is a date or datetime value. For the - operator, INTERVAL expr type is allowed only on the right side, because it makes no sense to subtract a date or datetime value from an interval. (See examples below.) date is a DATETIME or DATE value specifying the starting date. expr is an expression specifying the interval value to be added or subtracted from the starting date. expr is a string; it may start with a `-' for negative intervals. type is a keyword indicating how the expression should be interpreted. The following table shows how the type and expr arguments are related: type Value Expected expr Format SECOND SECONDS MINUTE MINUTES HOUR HOURS DAY DAYS MONTH MONTHS YEAR YEARS MINUTE_SECOND 'MINUTES:SECONDS' HOUR_MINUTE 'HOURS:MINUTES' DAY_HOUR 'DAYS HOURS' YEAR_MONTH 'YEARS-MONTHS' HOUR_SECOND 'HOURS:MINUTES:SECONDS' DAY_MINUTE 'DAYS HOURS:MINUTES' DAY_SECOND 'DAYS HOURS:MINUTES:SECONDS' DAY_MICROSECOND 'DAYS.MICROSECONDS' HOUR_MICROSECOND 'HOURS.MICROSECONDS' MINUTE_MICROSECOND 'MINUTES.MICROSECONDS' SECOND_MICROSECOND 'SECONDS.MICROSECONDS' MICROSECOND 'MICROSECONDS' The type values DAY_MICROSECOND, HOUR_MICROSECOND, MINUTE_MICROSECOND, SECOND_MICROSECOND, and MICROSECOND are allowed as of MySQL 4.1.1. MySQL allows any punctuation delimiter in the expr format. Those shown in the table are the suggested delimiters. If the date argument is a DATE value and your calculations involve only YEAR, MONTH, and DAY parts (that is, no time parts), the result is a DATE value. Otherwise, the result is a DATETIME value: mysql> SELECT '1997-12-31 23:59:59' + INTERVAL 1 SECOND; -> '1998-01-01 00:00:00' mysql> SELECT INTERVAL 1 DAY + '1997-12-31'; -> '1998-01-01' mysql> SELECT '1998-01-01' - INTERVAL 1 SECOND; -> '1997-12-31 23:59:59' mysql> SELECT DATE_ADD('1997-12-31 23:59:59', -> INTERVAL 1 SECOND); -> '1998-01-01 00:00:00' mysql> SELECT DATE_ADD('1997-12-31 23:59:59', -> INTERVAL 1 DAY); -> '1998-01-01 23:59:59' mysql> SELECT DATE_ADD('1997-12-31 23:59:59', -> INTERVAL '1:1' MINUTE_SECOND); -> '1998-01-01 00:01:00' mysql> SELECT DATE_SUB('1998-01-01 00:00:00', -> INTERVAL '1 1:1:1' DAY_SECOND); -> '1997-12-30 22:58:59' mysql> SELECT DATE_ADD('1998-01-01 00:00:00', -> INTERVAL '-1 10' DAY_HOUR); -> '1997-12-30 14:00:00' mysql> SELECT DATE_SUB('1998-01-02', INTERVAL 31 DAY); -> '1997-12-02' mysql> SELECT DATE_ADD('1992-12-31 23:59:59.000002', -> INTERVAL '1.999999' SECOND_MICROSECOND); -> '1993-01-01 00:00:01.000001' If you specify an interval value that is too short (does not include all the interval parts that would be expected from the type keyword), MySQL assumes you have left out the leftmost parts of the interval value. For example, if you specify a type of DAY_SECOND, the value of expr is expected to have days, hours, minutes, and seconds parts. If you specify a value like '1:10', MySQL assumes that the days and hours parts are missing and the value represents minutes and seconds. In other words, '1:10' DAY_SECOND is interpreted in such a way that it is equivalent to '1:10' MINUTE_SECOND. This is analogous to the way that MySQL interprets TIME values as representing elapsed time rather than as time of day. Note that if you add to or subtract from a date value something that contains a time part, the result is automatically converted to a datetime value: mysql> SELECT DATE_ADD('1999-01-01', INTERVAL 1 DAY); -> '1999-01-02' mysql> SELECT DATE_ADD('1999-01-01', INTERVAL 1 HOUR); -> '1999-01-01 01:00:00' If you use really malformed dates, the result is NULL. If you add MONTH, YEAR_MONTH, or YEAR and the resulting date has a day that is larger than the maximum day for the new month, the day is adjusted to the maximum days in the new month: mysql> SELECT DATE_ADD('1998-01-30', interval 1 month); -> '1998-02-28' Note from the preceding example that the keyword INTERVAL and the type specifier are not case-sensitive. DATE_FORMAT(date,format) Formats the date value according to the format string. The following specifiers may be used in the format string: Specifier Description %M Month name (January..December) %W Weekday name (Sunday..Saturday) %D Day of the month with English suffix (0th, 1st, 2nd, 3rd, etc.) %Y Year, numeric, 4 digits %y Year, numeric, 2 digits %X Year for the week where Sunday is the first day of the week, numeric, 4 digits; used with %V %x Year for the week, where Monday is the first day of the week, numeric, 4 digits; used with %v %a Abbreviated weekday name (Sun..Sat) %d Day of the month, numeric (00..31) %e Day of the month, numeric (0..31) %m Month, numeric (00..12) %c Month, numeric (0..12) %b Abbreviated month name (Jan..Dec) %j Day of year (001..366) %H Hour (00..23) %k Hour (0..23) %h Hour (01..12) %I Hour (01..12) %l Hour (1..12) %i Minutes, numeric (00..59) %r Time, 12-hour (hh:mm:ss followed by AM or PM) %T Time, 24-hour (hh:mm:ss) %S Seconds (00..59) %s Seconds (00..59) %f Microseconds (000000..999999) %p AM or PM %w Day of the week (0=Sunday..6=Saturday) %U Week (00..53), where Sunday is the first day of the week %u Week (00..53), where Monday is the first day of the week %V Week (01..53), where Sunday is the first day of the week; used with %X %v Week (01..53), where Monday is the first day of the week; used with %x %% A literal `%'. All other characters are just copied to the result without interpretation. The %f format specifier is available as of MySQL 4.1.1. As of MySQL Version 3.23, the `%' character is required before format specifier characters. In earlier versions of MySQL, `%' was optional. The reason the ranges for the month and day specifiers begin with zero is that MySQL allows incomplete dates such as '2004-00-00' to be stored as of MySQL 3.23. mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%W %M %Y'); -> 'Saturday October 1997' mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%H:%i:%s'); -> '22:23:00' mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%D %y %a %d %m %b %j'); -> '4th 97 Sat 04 10 Oct 277' mysql> SELECT DATE_FORMAT('1997-10-04 22:23:00', '%H %k %I %r %T %S %w'); -> '22 22 10 10:23:00 PM 22:23:00 00 6' mysql> SELECT DATE_FORMAT('1999-01-01', '%X %V'); -> '1998 52' DAY(date) DAY() is a synonym for DAYOFMONTH(). It is available as of MySQL 4.1.1. DAYNAME(date) Returns the name of the weekday for date: mysql> SELECT DAYNAME('1998-02-05'); -> 'Thursday' DAYOFMONTH(date) Returns the day of the month for date, in the range 1 to 31: mysql> SELECT DAYOFMONTH('1998-02-03'); -> 3 DAYOFWEEK(date) Returns the weekday index for date (1 = Sunday, 2 = Monday, ... 7 = Saturday). These index values correspond to the ODBC standard. mysql> SELECT DAYOFWEEK('1998-02-03'); -> 3 DAYOFYEAR(date) Returns the day of the year for date, in the range 1 to 366: mysql> SELECT DAYOFYEAR('1998-02-03'); -> 34 EXTRACT(type FROM date) The EXTRACT() function uses the same kinds of interval type specifiers as DATE_ADD() or DATE_SUB(), but extracts parts from the date rather than performing date arithmetic. mysql> SELECT EXTRACT(YEAR FROM "1999-07-02"); -> 1999 mysql> SELECT EXTRACT(YEAR_MONTH FROM "1999-07-02 01:02:03"); -> 199907 mysql> SELECT EXTRACT(DAY_MINUTE FROM "1999-07-02 01:02:03"); -> 20102 mysql> SELECT EXTRACT(MICROSECOND FROM "2003-01-02 10:30:00.00123"); -> 123 FROM_DAYS(N) Given a daynumber N, returns a DATE value: mysql> SELECT FROM_DAYS(729669); -> '1997-10-07' FROM_DAYS() is not intended for use with values that precede the advent of the Gregorian calendar (1582), because it doesn't take into account the days that were lost when the calendar was changed. FROM_UNIXTIME(unix_timestamp) FROM_UNIXTIME(unix_timestamp,format) Returns a representation of the unix_timestamp argument as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context: mysql> SELECT FROM_UNIXTIME(875996580); -> '1997-10-04 22:23:00' mysql> SELECT FROM_UNIXTIME(875996580) + 0; -> 19971004222300 If format is given, the result is formatted according to the format string. format may contain the same specifiers as those listed in the entry for the DATE_FORMAT() function: mysql> SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(), -> '%Y %D %M %h:%i:%s %x'); -> '2003 6th August 06:22:58 2003' GET_FORMAT(DATE | TIME | TIMESTAMP, 'EUR' | 'USA' | 'JIS' | 'ISO' | 'INTERNAL') Returns a format string. This function is useful in combination with the DATE_FORMAT() and the STR_TO_DATE() functions, and when setting the server variables DATE_FORMAT, TIME_FORMAT, and DATETIME_FORMAT. The three possible values for the first argument and the five possible values for the second argument result in 15 possible format strings (for the specifiers used, see the table in the DATE_FORMAT() function description): Function call Result GET_FORMAT(DATE,'USA') '%m.%d.%Y' GET_FORMAT(DATE,'JIS') '%Y-%m-%d' GET_FORMAT(DATE,'ISO') '%Y-%m-%d' GET_FORMAT(DATE,'EUR') '%d.%m.%Y' GET_FORMAT(DATE,'INTERNAL') '%Y%m%d' GET_FORMAT(TIMESTAMP,'USA') '%Y-%m-%d-%H.%i.%s' GET_FORMAT(TIMESTAMP,'JIS') '%Y-%m-%d %H:%i:%s' GET_FORMAT(TIMESTAMP,'ISO') '%Y-%m-%d %H:%i:%s' GET_FORMAT(TIMESTAMP,'EUR') '%Y-%m-%d-%H.%i.%s' GET_FORMAT(TIMESTAMP,'INTERNAL') '%Y%m%d%H%i%s' GET_FORMAT(TIME,'USA') '%h:%i:%s %p' GET_FORMAT(TIME,'JIS') '%H:%i:%s' GET_FORMAT(TIME,'ISO') '%H:%i:%s' GET_FORMAT(TIME,'EUR') '%H.%i.%S' GET_FORMAT(TIME,'INTERNAL') '%H%i%s' ISO format is ISO 9075, not ISO 8601. mysql> SELECT DATE_FORMAT('2003-10-03', GET_FORMAT(DATE, 'EUR') -> '03.10.2003' mysql> SELECT STR_TO_DATE('10.31.2003', GET_FORMAT(DATE, 'USA')) -> 2003-10-31 mysql> SET DATE_FORMAT=GET_FORMAT(DATE, 'USA'); SELECT '2003-10-31'; -> 10-31-2003 GET_FORMAT() is available as of MySQL 4.1.1. See See section 5.5.6 SET Syntax. HOUR(time) Returns the hour for time. The range of the return value will be 0 to 23 for time-of-day values: mysql> SELECT HOUR('10:05:03'); -> 10 However, the range of TIME values actually is much larger, so HOUR can return values greater than 23: mysql> SELECT HOUR('272:59:59'); -> 272 LAST_DAY(date) Takes a date or datetime value and returns the corresponding value for the last day of the month. Returns NULL if the argument is invalid. mysql> SELECT LAST_DAY('2003-02-05'), LAST_DAY('2004-02-05'); -> '2003-02-28', '2004-02-29' mysql> SELECT LAST_DAY('2004-01-01 01:01:01'); -> '2004-01-31' mysql> SELECT LAST_DAY('2003-03-32'); -> NULL LAST_DAY() is available as of MySQL 4.1.1. LOCALTIME LOCALTIME() LOCALTIME and LOCALTIME() are synonyms for NOW(). LOCALTIMESTAMP LOCALTIMESTAMP() LOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for NOW(). MAKEDATE(year,dayofyear) Returns a date, given year and day-of-year values. dayofyear must be greater than 0 or the result will NULL. mysql> SELECT MAKEDATE(2001,31), MAKEDATE(2001,32); -> '2001-01-31', '2001-02-01' mysql> SELECT MAKEDATE(2001,365), MAKEDATE(2004,365); -> '2001-12-31', '2004-12-30' mysql> SELECT MAKEDATE(2001,0); -> NULL MAKEDATE() is available as of MySQL 4.1.1. MAKETIME(hour,minute,second) Returns a time value calculated from the hour, minute, and second arguments. mysql> SELECT MAKETIME(12,15,30); -> '12:15:30' MAKETIME() is available as of MySQL 4.1.1. MICROSECOND(expr) Returns the microseconds from the time or datetime expression expr as a number in the range from 0 to 999999. mysql> SELECT MICROSECOND('12:00:00.123456'); -> 123456 mysql> SELECT MICROSECOND('1997-12-31 23:59:59.000010'); -> 10 MICROSECOND() is available as of MySQL 4.1.1. MINUTE(time) Returns the minute for time, in the range 0 to 59: mysql> SELECT MINUTE('98-02-03 10:05:03'); -> 5 MONTH(date) Returns the month for date, in the range 1 to 12: mysql> SELECT MONTH('1998-02-03'); -> 2 MONTHNAME(date) Returns the name of the month for date: mysql> SELECT MONTHNAME('1998-02-05'); -> 'February' NOW() Returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context: mysql> SELECT NOW(); -> '1997-12-15 23:50:26' mysql> SELECT NOW() + 0; -> 19971215235026 PERIOD_ADD(P,N) Adds N months to period P (in the format YYMM or YYYYMM). Returns a value in the format YYYYMM. Note that the period argument P is not a date value: mysql> SELECT PERIOD_ADD(9801,2); -> 199803 PERIOD_DIFF(P1,P2) Returns the number of months between periods P1 and P2. P1 and P2 should be in the format YYMM or YYYYMM. Note that the period arguments P1 and P2 are not date values: mysql> SELECT PERIOD_DIFF(9802,199703); -> 11 QUARTER(date) Returns the quarter of the year for date, in the range 1 to 4: mysql> SELECT QUARTER('98-04-01'); -> 2 SECOND(time) Returns the second for time, in the range 0 to 59: mysql> SELECT SECOND('10:05:03'); -> 3 SEC_TO_TIME(seconds) Returns the seconds argument, converted to hours, minutes, and seconds, as a value in 'HH:MM:SS' or HHMMSS format, depending on whether the function is used in a string or numeric context: mysql> SELECT SEC_TO_TIME(2378); -> '00:39:38' mysql> SELECT SEC_TO_TIME(2378) + 0; -> 3938 STR_TO_DATE(str,format) This is the reverse function of the DATE_FORMAT() function. It takes a string str, and a format string format, and returns a DATETIME value. The date, time, or datetime values contained in str should be given in the format indicated by format. For the specifiers that can be used in format, see the table in the DATE_FORMAT() function description. All other characters are just taken verbatim, thus not being interpreted. If str contains an illegal date, time, or datetime value, STR_TO_DATE() returns NULL. mysql> SELECT STR_TO_DATE('03.10.2003 09.20', '%d.%m.%Y %H.%i') -> 2003-10-03 09:20:00 mysql> SELECT STR_TO_DATE('10rap', '%crap') -> 0000-10-00 00:00:00 mysql> SELECT STR_TO_DATE('2003-15-10 00:00:00', '%Y-%m-%d %H:%i:%s') -> NULL STR_TO_DATE() is available as of MySQL 4.1.1. SUBDATE(date,INTERVAL expr type) SUBDATE(expr,days) When invoked with the INTERVAL form of the second argument, SUBDATE() is a synonym for DATE_SUB(). mysql> SELECT DATE_SUB('1998-01-02', INTERVAL 31 DAY); -> '1997-12-02' mysql> SELECT SUBDATE('1998-01-02', INTERVAL 31 DAY); -> '1997-12-02' As of MySQL 4.1.1, the second syntax is allowed, where expr is a date or datetime expression and days is the number of days to be subtracted from expr. mysql> SELECT SUBDATE('1998-01-02 12:00:00', 31); -> '1997-12-02 12:00:00' SUBTIME(expr,expr2) SUBTIME() subtracts expr2 from expr and returns the result. expr is a date or datetime expression, and expr2 is a time expression. mysql> SELECT SUBTIME("1997-12-31 23:59:59.999999", "1 1:1:1.000002"); -> '1997-12-30 22:58:58.999997' mysql> SELECT SUBTIME("01:00:00.999999", "02:00:00.999998"); -> '-00:59:59.999999' SUBTIME() was added in MySQL 4.1.1. SYSDATE() SYSDATE() is a synonym for NOW(). TIME(expr) Extracts the time part of the time or datetime expression expr. mysql> SELECT TIME('2003-12-31 01:02:03'); -> '01:02:03' mysql> SELECT TIME('2003-12-31 01:02:03.000123'); -> '01:02:03.000123' TIME() is available as of MySQL 4.1.1. TIMEDIFF(expr,expr2) TIMEDIFF() returns the time between the start time expr and the end time expr2. expr and expr2 are time or date-and-time expressions, but both must be of the same type. mysql> SELECT TIMEDIFF('2000:01:01 00:00:00', '2000:01:01 00:00:00.000001'); -> '-00:00:00.000001' mysql> SELECT TIMEDIFF('1997-12-31 23:59:59.000001','1997-12-30 01:01:01.000002'); -> '46:58:57.999999' TIMEDIFF() was added in MySQL 4.1.1. TIMESTAMP(expr) TIMESTAMP(expr,expr2) With one argument, returns the date or datetime expression expr as a datetime value. With two arguments, adds the time expression expr2 to the date or datetime expression expr and returns a datetime value. mysql> SELECT TIMESTAMP('2003-12-31'); -> '2003-12-31 00:00:00' mysql> SELECT TIMESTAMP('2003-12-31 12:00:00','12:00:00'); -> '2004-01-01 00:00:00' TIMESTAMP() is available as of MySQL 4.1.1. TIME_FORMAT(time,format) This is used like the DATE_FORMAT() function, but the format string may contain only those format specifiers that handle hours, minutes, and seconds. Other specifiers produce a NULL value or 0. If the time value contains an hour part that is greater than 23, the %H and %k hour format specifiers produce a value larger than the usual range of 0..23. The other hour format specifiers produce the hour value modulo 12: mysql> SELECT TIME_FORMAT('100:00:00', '%H %k %h %I %l'); -> '100 100 04 04 4' TIME_TO_SEC(time) Returns the time argument, converted to seconds: mysql> SELECT TIME_TO_SEC('22:23:00'); -> 80580 mysql> SELECT TIME_TO_SEC('00:39:38'); -> 2378 TO_DAYS(date) Given a date date, returns a daynumber (the number of days since year 0): mysql> SELECT TO_DAYS(950501); -> 728779 mysql> SELECT TO_DAYS('1997-10-07'); -> 729669 TO_DAYS() is not intended for use with values that precede the advent of the Gregorian calendar (1582), because it doesn't take into account the days that were lost when the calendar was changed. UNIX_TIMESTAMP() UNIX_TIMESTAMP(date) If called with no argument, returns a Unix timestamp (seconds since '1970-01-01 00:00:00' GMT) as an unsigned integer. If UNIX_TIMESTAMP() is called with a date argument, it returns the value of the argument as seconds since '1970-01-01 00:00:00' GMT. date may be a DATE string, a DATETIME string, a TIMESTAMP, or a number in the format YYMMDD or YYYYMMDD in local time: mysql> SELECT UNIX_TIMESTAMP(); -> 882226357 mysql> SELECT UNIX_TIMESTAMP('1997-10-04 22:23:00'); -> 875996580 When UNIX_TIMESTAMP is used on a TIMESTAMP column, the function returns the internal timestamp value directly, with no implicit ``string-to-Unix-timestamp'' conversion. If you pass an out-of-range date to UNIX_TIMESTAMP() it returns 0, but please note that only basic checking is performed (year 1970-2037, month 01-12, day 01-31). If you want to subtract UNIX_TIMESTAMP() columns, you may want to cast the result to signed integers. See section 6.3.5 Cast Functions. UTC_DATE UTC_DATE() Returns the current UTC date as a value in 'YYYY-MM-DD' or YYYYMMDD format, depending on whether the function is used in a string or numeric context: mysql> SELECT UTC_DATE(), UTC_DATE() + 0; -> '2003-08-14', 20030814 UTC_DATE() is available as of MySQL 4.1.1. UTC_TIME UTC_TIME() Returns the current UTC time as a value in 'HH:MM:SS' or HHMMSS format, depending on whether the function is used in a string or numeric context: mysql> SELECT UTC_TIME(), UTC_TIME() + 0; -> '18:07:53', 180753 UTC_TIME() is available as of MySQL 4.1.1. UTC_TIMESTAMP UTC_TIMESTAMP() Returns the current UTC date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format, depending on whether the function is used in a string or numeric context: mysql> SELECT UTC_TIMESTAMP(), UTC_TIMESTAMP() + 0; -> '2003-08-14 18:08:04', 20030814180804 UTC_TIMESTAMP() is available as of MySQL 4.1.1. WEEK(date [,mode]) The function returns the week number for date. The two-argument form of WEEK() allows you to specify whether the week starts on Sunday or Monday and whether the return value should be in the range 0-53 or 1-52. When mode argument is omitted the value of a default_week_format server variable (or 0 in MySQL 4.0 or earlier) is assumed. See section 5.5.6 SET Syntax. The following table demonstrates how the mode argument works: Value Meaning 0 Week starts on Sunday; return value range is 0 to 53; week 1 is the first week that starts in this year 1 Week starts on Monday; return value range is 0 to 53; week 1 is the first week that has more than 3 days in this year 2 Week starts on Sunday; return value range is 1 to 53; week 1 is the first week that starts in this year 3 Week starts on Monday; return value range is 1 to 53; week 1 is the first week that has more than 3 days in this year 4 Week starts on Sunday; return value range is 0 to 53; week 1 is the first week that has more than 3 days in this year 5 Week starts on Monday; return value range is 0 to 53; week 1 is the first week that starts in this year 6 Week starts on Sunday; return value range is 1 to 53; week 1 is the first week that has more than 3 days in this year 7 Week starts on Monday; return value range is 1 to 53; week 1 is the first week that starts in this year The mode value of 3 can be used as of MySQL 4.0.5. The mode value of 4 and above can be used as of MySQL 4.0.17. mysql> SELECT WEEK('1998-02-20'); -> 7 mysql> SELECT WEEK('1998-02-20',0); -> 7 mysql> SELECT WEEK('1998-02-20',1); -> 8 mysql> SELECT WEEK('1998-12-31',1); -> 53 Note: In Version 4.0, WEEK(date,0) was changed to match the calendar in the USA. Before that, WEEK() was calculated incorrectly for dates in USA. (In effect, WEEK(date) and WEEK(date,0) was incorrect for all cases.) Note that if a date falls in the last week of the previous year, MySQL will return 0 if you don't use 2, 3, 6, or 7 as the optional mode argument: mysql> SELECT YEAR('2000-01-01'), WEEK('2000-01-01',0); -> 2000, 0 One might argue that MySQL should return 52 for the WEEK() function, because the given date actually occurs in the 52nd week of 1999. We decided to return 0 instead as we want the function to return ``the week number in the given year.'' This makes the usage of the WEEK() function reliable when combined with other functions that extract a date part from a date. If you would prefer the result to be evaluated with respect to the year that contains the first day of the week for the given date, you should use 2, 3, 6, or 7 as the optional mode argument. mysql> SELECT WEEK('2000-01-01',2); -> 52 Alternatively, use the YEARWEEK() function: mysql> SELECT YEARWEEK('2000-01-01'); -> 199952 mysql> SELECT MID(YEARWEEK('2000-01-01'),5,2); -> '52' WEEKDAY(date) Returns the weekday index for date (0 = Monday, 1 = Tuesday, ... 6 = Sunday): mysql> SELECT WEEKDAY('1998-02-03 22:23:00'); -> 1 mysql> SELECT WEEKDAY('1997-11-05'); -> 2 WEEKOFYEAR(date) Returns the calendar week of the date as a number in the range from 1 to 53. mysql> SELECT WEEKOFYEAR('1998-02-20'); -> 8 WEEKOFYEAR() is available as of MySQL 4.1.1. YEAR(date) Returns the year for date, in the range 1000 to 9999: mysql> SELECT YEAR('98-02-03'); -> 1998 YEARWEEK(date) YEARWEEK(date,start) Returns year and week for a date. The start argument works exactly like the start argument to WEEK(). Note that the year in the result may be different from the year in the date argument for the first and the last week of the year: mysql> SELECT YEARWEEK('1987-01-01'); -> 198653 Note that the week number is different from what the WEEK() function would return (0) for optional arguments 0 or 1, as WEEK() then returns the week in the context of the given year. Mysql 3 02/15/2024 WP Customizing Adding A Link To The Admin Panel plugin function.php hyperlink wordpress admin http://wordpress.org/support/topic/add-link-to-admin-panel 2 cases 1. Plugin use this plugin : (it'll add a new menu item in your admin panel) <?php /* Plugin Name: Add-Admin-Menu Author: Sanjay Menon */ function mt_add_pages() { // The first parameter is the Page name(admin-menu), second is the Menu name(menu-name) //and the number(5) is the user level that gets access add_menu_page('admin-menu', 'menu-name', 5, __FILE__, 'mt_toplevel_page'); } // mt_oplevel_page() displays the page content for the custom Test Toplevel menu function mt_toplevel_page() { echo ' <div class="wrap"> <h2>New admin menu</h2> <li><a href="http://www.icore.net.tc"><h3>Author Homepage</h3></a></li> </div>'; } add_action('admin_menu', 'mt_add_pages'); ?> OR 2. function.php You just have to put that piece of code in "functions.php" file inside your WordPress Theme. function mt_add_pages() { add_menu_page('admin-menu', 'menu-name', 5, __FILE__, 'mt_toplevel_page'); } function mt_toplevel_page() { echo ' <div class="wrap"> <h2>New admin menu</h2> <li><a href="http://www.icore.net.tc"><h3>Author Homepage</h3></a></li> </div>'; } add_action('admin_menu', 'mt_add_pages'); EXAMPLE 2: You may already have developed your own cool admin. No problem, have wordpress link to your admin and use the example modification to check to see if the user is logged in via wordpress. Just add a link to come back. This way wordpress will not mess up your styling you use in your admin. <?php /* Plugin Name: swd_admin Description: Link to swd admin Author: Software Web Design Version: 0.1 example mystuff modification session_start(); include("config.php"); require_once("../wp-load.php"); if(!is_user_logged_in() && $bypass!=true){ echo "This site is under construction"; exit; } else { $wordpress=true; $LEVEL=10; $_SESSION['LEVEL']=10; } */ add_action('admin_menu', 'swd_setup_menu'); function swd_setup_menu(){ add_menu_page( 'SWD Plugin Page', 'Go to SWD Admin', 'manage_options', 'admin-plugin', 'swd_menu' ); } function swd_menu(){ echo "<h1>SWD Menu</h1>"; echo " <a href='/swd-admin/boardOfDirectorsView.php'>Board Passwords</a> <a href='/swd-admin/directorsView.php'>Directors</a> <a href='/swd-admin/libraryView.php'>Library</a> <a href='/swd-admin/libraryCategoryView.php'>Library Categories</a>"; } ?> WP 2389 09/09/2023 _Misc Software Setup Aimersoft Converter Ultimate IFO Option convert movies DVD file IFO How to load DVD folders, ISO files and IFO files? Last Revised: 2013-08-28 11:14:46 2 FAQ for the following product: DVD Ripper Video Converter Pro DVD to iPad Converter You can follow the two ways below to load DVD folders, ISO files and IFO files. 1. Please click the arrow on the right of the DVD button, and then select Load DVD Folder, Load ISO Files or Load IFO Files to load the files into the program from your hard drive or disc. 2. Please click the File menu and select the corresponding command to load files into the program from your hard drive or disc. Note: 1. If you select Load DVD Folder, the whole DVD folder will open. It is suggested to select the VIDEO_TS folder, and then you can load all files in this folder including trailers or commercials into the program. 2. If you select Load IFO Files, you had better choose the biggest IFO file containing the main movie, which will help you save much time because you needn't convert unnecessary parts. Tip: You can right click the IFO files to choose Property to check the size of them. http://support.aimersoft.com/how-tos/Load-DVD-folder-ISO-IFO.html _Misc Software 1052 09/09/2023 Mysql Database Alter Table change table alter table [Add More Fields] ALTER TABLE warehouse ADD fire_protection tinyint(4) NOT NULL default '0' AFTER interstate, ADD fire_water tinyint(4) NOT NULL default '0' AFTER fire_protection, ADD fire_inertgas tinyint(4) NOT NULL default '0' AFTER fire_water, ADD fire_CO2 tinyint(4) NOT NULL default '0' AFTER fire_inertgas; [rename fields] ALTER TABLE `warehouse` CHANGE `AMPERAGE` `amperage` SMALLINT(6) DEFAULT '0' NOT NULL RENAME TABLE current_db.tbl_name TO other_db.tbl_name; ALTER TABLE orders ADD `responsecode` tinyint(4) NOT NULL default '0', ADD `responsesubcode` tinyint(4) NOT NULL default '0', ADD `reasoncode` tinyint(4) NOT NULL default '0', ADD `reasontext` varchar(255) NOT NULL default '', ADD `authcode` varchar(20) NOT NULL default '', ADD `avscode` varchar(5) NOT NULL default '', ADD `transid` tinyint(4) NOT NULL default '0'; [EMPTY TABLE] TRUNCATE TABLE table Mysql 2 09/09/2023 Mysql Query Alter Tables add field delete alter table rename update table auto increment engine collation [Collation] To change the default character set and collation of a table including those of existing columns (note the convert to clause): alter table convert to character set utf8mb4 collate utf8mb4_unicode_ci; [Reset auto increment to the lowest possible value] ALTER TABLE tablename AUTO_INCREMENT = 1 [rename Engine] ALTER TABLE tablename ENGINE = INNODB; [Single Add] ALTER TABLE `equipment` ADD `hp` SMALLINT NOT NULL AFTER `price`; [Add Multiple Fields] ' the field before this was interstate. ALTER TABLE warehouse ADD fire_protection tinyint(4) NOT NULL default '0' AFTER interstate, ADD fire_water tinyint(4) NOT NULL default '0' AFTER fire_protection, ADD fire_inertgas tinyint(4) NOT NULL default '0' AFTER fire_water, ADD fire_CO2 tinyint(4) NOT NULL default '0' AFTER fire_inertgas; [rename fields] Example: To rename a column named prod_name to product_full_name while keeping its data type as VARCHAR(100) and NOT NULL constraint: ALTER TABLE lastbackup CHANGE COLUMN table_folder source VARCHAR(75) NOT NULL; ALTER TABLE lastbackup CHANGE COLUMN database_name source_from VARCHAR(30) NOT NULL; ALTER TABLE `eqMaintenance` CHANGE `filter2id` `filter_options` varchar(60) RENAME TABLE current_db.tbl_name TO other_db.tbl_name; ALTER TABLE orders ADD `responsecode` tinyint(4) NOT NULL default '0', ADD `responsesubcode` tinyint(4) NOT NULL default '0', ADD `reasoncode` tinyint(4) NOT NULL default '0', ADD `reasontext` varchar(255) NOT NULL default '', ADD `authcode` varchar(20) NOT NULL default '', ADD `avscode` varchar(5) NOT NULL default '', ADD `transid` tinyint(4) NOT NULL default '0'; [EMPTY TABLE] TRUNCATE TABLE table Mysql 1770 09/09/2023 Javascript String Array Information length array size count Array Object Properties Property Description constructor Returns the function that created the Array object's prototype length Sets or returns the number of elements in an array prototype Allows you to add properties and methods to an Array object Array Object Methods Method Description concat() Joins two or more arrays, and returns a copy of the joined arrays indexOf() Search the array for an element and returns it's position join() Joins all elements of an array into a string lastIndexOf() Search the array for an element, starting at the end, and returns it's position pop() Removes the last element of an array, and returns that element push() Adds new elements to the end of an array, and returns the new length reverse() Reverses the order of the elements in an array shift() Removes the first element of an array, and returns that element slice() Selects a part of an array, and returns the new array sort() Sorts the elements of an array splice() Adds/Removes elements from an array toString() Converts an array to a string, and returns the result unshift() Adds new elements to the beginning of an array, and returns the new length valueOf() Returns the primitive value of an array Javascript 1296 09/09/2023 Vb.net String Array Manipulation count split explode [Return number of element in array] dotg.count= items in array [Split a patterned string into separate elements like a csv file] myfile="dog,10,cat,40,fish,50" dotg=split(myfile,",") Vb.net 1039 09/09/2023 Javascript Text Box Auto Clear Text Box Input text - auto clear w FIND A STORE onblur="this.value=(this.value=='') ? 'Enter a Zip Code' : this.value;" onfocus="clearText(this);" value="Enter a Zip Code" /> Javascript 1460 09/09/2023 Php Function Automatically Make Urls Clickable hyperlinks click email url link function _make_url_clickable_cb($matches) { $ret = ''; $url = $matches[2]; if ( empty($url) ) return $matches[0]; // removed trailing [.,;:] from URL if ( in_array(substr($url, -1), array('.', ',', ';', ':')) === true ) { $ret = substr($url, -1); $url = substr($url, 0, strlen($url)-1); } //return $matches[1] . "$url" . $ret; return $matches[1] . "$url" . $ret; } function _make_web_ftp_clickable_cb($matches) { $ret = ''; $dest = $matches[2]; $dest = 'http://' . $dest; if ( empty($dest) ) return $matches[0]; // removed trailing [,;:] from URL if ( in_array(substr($dest, -1), array('.', ',', ';', ':')) === true ) { $ret = substr($dest, -1); $dest = substr($dest, 0, strlen($dest)-1); } return $matches[1] . "$dest" . $ret; } function _make_email_clickable_cb($matches) { $email = $matches[2] . '@' . $matches[3]; return $matches[1] . "$email"; } function MakeHyperlink($ret) { $ret = ' ' . $ret; // in testing, using arrays here was found to be faster $ret = preg_replace_callback('#([\s>])([\w]+?://[\w\\x80-\\xff\#$%&~/.\-;:=,?@\[\]+]*)#is', '_make_url_clickable_cb', $ret); $ret = preg_replace_callback('#([\s>])((www|ftp)\.[\w\\x80-\\xff\#$%&~/.\-;:=,?@\[\]+]*)#is', '_make_web_ftp_clickable_cb', $ret); $ret = preg_replace_callback('#([\s>])([.0-9a-z_+-]+)@(([0-9a-z-]+\.)+[0-9a-z]{2,})#i', '_make_email_clickable_cb', $ret); // this one is not in an array because we need it to run last, for cleanup of accidental links within links $ret = preg_replace("#(]+?>|>))]+?>([^>]+?)#i", "$1$3", $ret); $ret = trim($ret); return $ret; } Php 1617 09/09/2023 Css Formatting Background Changes background css fixed url background- hand property for: background-color body {background-color: coral;} background-image body {  background-image: url("paper.gif");  background-color: #cccccc; } background-position body {   background-image: url('w3css.gif'); background-repeat: no-repeat;   background-attachment: fixed;   background-position: center; } background-size #example1 { background: url(mountain.jpg); background-repeat: no-repeat; background-size: auto; } #example2 { background: url(mountain.jpg); background-repeat: no-repeat; background-size: 300px 100px; } background-repeat body { background-image: url("paper.gif"); background-repeat: repeat-y; } background-origin #example1 {   border: 10px dashed black;   padding: 25px;   background: url(paper.gif); background-repeat: no-repeat; background-origin: content-box; } background-clip Specify how far the background should extend within an element: div {   border: 10px dotted black; padding: 15px; background: lightblue; background-clip: padding-box; } background-attachment A background-image that will not scroll with the page (fixed): body { background-image: url("img_tree.gif");   background-repeat: no-repeat; background-attachment: fixed; } How to position a background-image on x-axis: div {   background-image: url('w3css.gif'); background-repeat: no-repeat;   background-position-x: center; } How to position a background-image on y-axis: div {   background-image: url('w3css.gif'); background-repeat: no-repeat;   background-position-y: center; } <table> <tr> <th>Value</th> <th>Description</th> <th>CSS</th> </tr> <tr> <td> <i> background-color </i> </td> <td>Specifies the background color to be used</td> <td>body { background-color:yellow; } h1 { background-color:#00ff00; } p { background-color:rgb(255,0,255); } </td> </tr> <tr> <td> <i> background-position</i> </td> <td>Specifies the position of the background images</td> <td>body { background-image:url('smiley.gif'); background-repeat:no-repeat; background-attachment:fixed; background-position:center; } </td> </tr> <tr> <td> <i> background-size</i> </td> <td>Specifies the size of the background images</td> <td> div { background:url(img_flwr.gif); background-size:80px 60px; background-repeat:no-repeat; } </td> </tr> <tr> <td> <i> background-repeat </i> </td> <td>Specifies how to repeat the background images</td> <td>body { background-image:url('paper.gif'); background-repeat:repeat-y; } </td> </tr> <tr> <td> <i> background-origin </i> </td> <td>Specifies the positioning area of the background images</td> <td>div { background-image:url('smiley.gif'); background-repeat:no-repeat; background-position:left; background-origin:content-box; } </td> </tr> <tr> <td> <i> background-clip </i> </td> <td>Specifies the painting area of the background images</td> <td>div { background-color:yellow; background-clip:content-box; } </td> </tr> <tr> <td> <i> background-attachment </i> </td> <td>Specifies whether the background images are fixed or scrolls with the rest of the page</td> <td>body { background-image:url('w3css.gif'); background-repeat:no-repeat; background-attachment:fixed; } </td> </tr> <tr> <td> <i> background-image </i> </td> <td>Specifies ONE or MORE background images to be used</td> <td>body { background-image:url('paper.gif'); background-color:#cccccc; } </td> </tr> </table> body { background-image: url(../images/backg.gif); background-repeat: no-repeat; background-position: top center; background-attachment: fixed } background-color:white;opacity:.5;filter:alpha(opacity=50); // for firefox and IE background-color: transparent; color: orange; Css 1621 09/09/2023 Css Formatting Bullets And Numbering bullets li ul ol 5.6.3 'list-style-type' Value: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none Initial: disc Applies to: elements with 'display' value 'list-item' Inherited: yes Percentage values: N/A This property is used to determine the appearance of the list-item marker if 'list-style-image' is 'none' or if the image pointed to by the URL cannot be displayed. OL { list-style-type: decimal } /* 1 2 3 4 5 etc. */ OL { list-style-type: lower-alpha } /* a b c d e etc. */ OL { list-style-type: lower-roman } /* i ii iii iv v etc. */ 5.6.4 'list-style-image' Value: | none Initial: none Applies to: elements with 'display' value 'list-item' Inherited: yes Percentage values: N/A This property sets the image that will be used as the list-item marker. When the image is available it will replace the marker set with the 'list-style-type' marker. UL { list-style-image: url(http://png.com/ellipse.png) } 5.6.5 'list-style-position' Value: inside | outside Initial: outside Applies to: elements with 'display' value 'list-item' Inherited: yes Percentage values: N/A The value of 'list-style-position' determines how the list-item marker is drawn with regard to the content. For a formatting example see section 4.1.3. 5.6.6 'list-style' Value: [disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none] || [inside | outside] || [ | none] Initial: not defined for shorthand properties Applies to: elements with 'display' value 'list-item' Inherited: yes Percentage values: N/A The 'list-style' property is a shorthand notation for setting the three properties 'list-style-type', 'list-style-image' and 'list-style-position' at the same place in the style sheet. UL { list-style: upper-roman inside } UL UL { list-style: circle outside } LI.square { list-style: square } Setting 'list-style' directly on 'LI' elements can have unexpected results. Consider: level 1 level 2 Since the specificity (as defined in the cascading order) is higher for the first rule in the style sheet in the example above, it will override the second rule on all 'LI' elements and only 'lower-alpha' list styles will be used. It is therefore recommended to set 'list-style' only on the list type elements: OL.alpha { list-style: lower-alpha } UL { list-style: disc } In the above example, inheritance will transfer the 'list-style' values from 'OL' and 'UL' elements to 'LI' elements. A URL value can be combined with any other value: UL { list-style: url(http://png.com/ellipse.png) disc } In the example above, the 'disc' will be used when the image is unavailable. Css 2134 09/09/2023 Microsoft Excel Form Button To Go To A Certain Sheet button sheet Solution 1 Alternately, if you are using a Macro Enabled workbook: Add any control at all from the Developer -> Insert (Probably a button) When it asks what Macro to assign, choose New. For the code for the generated module enter something like: Thisworkbook.Sheets("Sheet Name").Activate Microsoft Excel 2 09/09/2023 Css Formatting Centering A Table center table The old way to center a table was easy: ... The "align" attribute has been deprecated, however, in favor of CSS (Cascading Style Sheets), and this is a good thing. However, it's not so obvious how to center a table using CSS. The obvious way might appear to use the CSS "text-align: center;" somewhere, maybe like one of these: OR ... OR, if you get really desperate, ... None of these will work. The table itself will be left-aligned, but all the content in the table cells will be centered. Why? Because "text-align" applies to inline content, not to a block-level element like "table". Method 1 To center a table, you need to set the margins, like this: table.center {margin-left:auto; margin-right:auto;} And then do this: ... At this point, Mozilla and Opera will center your table. Internet Explorer 5.5 and up, however, needs you to add this to your CSS as well: body {text-align:center;} Method 2 If you want your table to be a certain percentage width, you can do this: table#table1 {width:70%; margin-left:15%; margin-right:15%;} And then in your HTML/XHTML, you would do this: ... Note that I was using an id to describe the table. You can only use an id once on a page. If you had many tables on a page that you wanted to be the same width and centered, you would do this in your CSS: table.center {width:70%; margin-left:15%; margin-right:15%;} And this in your HTML: ... ... Method 3 If you want your table to be of fixed width, define your CSS like this: div.container {width:98%; margin:1%;} table#table1 {text-align:center; margin-left:auto; margin-right:auto; width:100px;} tr,td {text-align:left;} Set "width:100px" to whatever width you need. "text-align: center" is there for Internet Explorer, which won't work without it. Unfortunately, "text-align: center" will center all the text inside your table cells, but we counter that by setting "tr" and "td" to align left. In your HTML, you would then do this: ... Once again, I'm using an id. If you need to center several tables the same way, use a class instead of an id. Css 1744 09/09/2023 WP Customizing Change Footer Credits On WordPress footer credits add_filter Many WordPress website and blog themes come with design credits in the footer area at the bottom of each Web page. If you commissioned a designer to create a custom theme for your WordPress business site, you can simply ask him to change the footer credits, but for an "off the shelf" free or premium template, you will need to edit the footer section of the template to alter the credits. Although this might sound complicated, the process is straightforward and even a novice with limited WordPress knowledge should be able to accomplish this task. Ads by Google 10 Keys for Mktg Success This free guide shows the metrics and the tactics you need to improve vocus.com?/?Marketing Step 1 Log in to WordPress from the homepage of your business blog or website. Step 2 Click the website's name on the left side of the top WordPress navigation menu. Step 3 Select "Themes" from the drop-down menu to open the Themes page in the Appearance settings section. Step 4 Click "Editor" under the Appearance tab in the left menu. Step 5 Click "Footer (footer.php)" in the Templates section on the right side of the page to open the footer template file in the Edit Themes pane. If you can't find the footer.php file, look for another PHP file with "foot" or "footer" in the filename. Step 6 Scroll to the credit line of code, which will look similar to this: Content © . WordPress Theme by Example WordPress Theme Step 7 Highlight and delete the elements of the footer credits that you want to change. For example, to remove just the theme designer's credit but retain your website's name and copyright line, delete the following: Theme by Example WordPress Theme To retain the designer's credit but remove the link to her website, remove "" and "" but leave the other text in place. Alternatively, you can add text or links to the footer credits by using the same format. Step 8 Scroll to the bottom of the page and click the blue "Update File" button to save and implement your changes. Under the genesis framework, I used the following above the do_actions in the Genesis footer.php to replace there results. add_filter( 'genesis_footer_creds_text', 'custom_footer_creds_text' ); function custom_footer_creds_text() { echo '[div class="creds"][p]'; echo 'Copyright © '; echo date('Y'); echo ' · [a href="http://www.softwarewebdesign.com"]Software Web Design[/a] · Built by Software Web Design'; echo '[/p][/div]'; } WP 1622 09/09/2023 Javascript Date Check For Valid Date valid date Sample html: Valid date format: mm/dd/yyyy The Script: Javascript 1548 09/09/2023 Php Files Clean Url ? url clean & # if you ever add variables to the url line you need to use this function urldecode for passing gets. $urlpart1=urldecode($urlpart1); $urlpart2=urldecode($urlpart2); $url="http://www.mydomain.com?$urlpart1&$urlpart2; Do not use it on a completed url. It will totally mess everything up. Php 1325 09/09/2023 Vb.net Keyboard Clipboard clipboard html text If Clipboard.ContainsText() And TXJoin1.Text = "" Then TXJoin1.Paste() End If Private Sub btClipDir_Click(sender As Object, e As EventArgs) Handles btClipDir.Click Dim FL1 As String, ALLFile As String = "" FL1 = Dir(Path.TREE2 + "") ALLFile = PrintDirectory(Path.TREE2) If ALLFile <> "" Then Clipboard.SetText(ALLFile, TextDataFormat.UnicodeText) End Sub Clear Removes all data from the Clipboard. Public methodStatic member ContainsAudio Indicates whether there is data on the Clipboard in the WaveAudio format. Public methodStatic member ContainsData Indicates whether there is data on the Clipboard that is in the specified format or can be converted to that format. Public methodStatic member ContainsFileDropList Indicates whether there is data on the Clipboard that is in the FileDrop format or can be converted to that format. Public methodStatic member ContainsImage Indicates whether there is data on the Clipboard that is in the Bitmap format or can be converted to that format. Public methodStatic member ContainsText() Indicates whether there is data on the Clipboard in the Text or UnicodeText format, depending on the operating system. Public methodStatic member ContainsText(TextDataFormat) Indicates whether there is text data on the Clipboard in the format indicated by the specified TextDataFormat value. Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.) Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) Public methodStatic member GetAudioStream Retrieves an audio stream from the Clipboard. Public methodStatic member GetData Retrieves data from the Clipboard in the specified format. Public methodStatic member GetDataObject Retrieves the data that is currently on the system Clipboard. Public methodStatic member GetFileDropList Retrieves a collection of file names from the Clipboard. Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.) Public methodStatic member GetImage Retrieves an image from the Clipboard. Public methodStatic member GetText() Retrieves text data from the Clipboard in the Text or UnicodeText format, depending on the operating system. Public methodStatic member GetText(TextDataFormat) Retrieves text data from the Clipboard in the format indicated by the specified TextDataFormat value. Public method GetType Gets the Type of the current instance. (Inherited from Object.) Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.) Public methodStatic member SetAudio(Byte[]) Clears the Clipboard and then adds a Byte array in the WaveAudio format after converting it to a Stream. Public methodStatic member SetAudio(Stream) Clears the Clipboard and then adds a Stream in the WaveAudio format. Public methodStatic member SetData Clears the Clipboard and then adds data in the specified format. Public methodStatic member SetDataObject(Object) Clears the Clipboard and then places nonpersistent data on it. Public methodStatic member SetDataObject(Object, Boolean) Clears the Clipboard and then places data on it and specifies whether the data should remain after the application exits. Public methodStatic member SetDataObject(Object, Boolean, Int32, Int32) Clears the Clipboard and then attempts to place data on it the specified number of times and with the specified delay between attempts, optionally leaving the data on the Clipboard after the application exits. Public methodStatic member SetFileDropList Clears the Clipboard and then adds a collection of file names in the FileDrop format. Public methodStatic member SetImage Clears the Clipboard and then adds an Image in the Bitmap format. Public methodStatic member SetText(String) Clears the Clipboard and then adds text data in the Text or UnicodeText format, depending on the operating system. Public methodStatic member SetText(String, TextDataFormat) Clears the Clipboard and then adds text data in the format indicated by the specified TextDataFormat value. Public method ToString Returns a string that represents the current object. (Inherited from Object.) Vb.net 1205 08/05/2024 Windows >=10 Query Cmd Ftype|clip cmd ftype Access.ACCDAExtension.16=C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE /NOSTARTUP "%1" Access.ACCDCFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" Access.ACCDEFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.ACCDRFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /RUNTIME "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.ACCDTFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" Access.ADEFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.Application.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.BlankDatabaseTemplate.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /NEWDB "%1" Access.BlankProjectTemplate.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /NEWDB "%1" Access.Extension.16=C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE /NOSTARTUP "%1" Access.MDBFile="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.MDEFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.Project.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.ShortCut.DataAccessPage.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenDataAccessPage "%1"] Access.ShortCut.Diagram.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenDiagram "%1"] Access.ShortCut.Form.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenForm "%1"] Access.Shortcut.Function.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /SHELLSYSTEM [OpenFunction "%1"] Access.ShortCut.Macro.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [ShellOpenMacro "%1"] Access.ShortCut.Module.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenModule "%1"] Access.ShortCut.Query.1=C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE /NOSTARTUP /SHELLSYSTEM [OpenQuery "%1"] Access.ShortCut.Report.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenReport "%1", 2] Access.ShortCut.StoredProcedure.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenStoredProcedure "%1"] Access.ShortCut.Table.1=C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE /NOSTARTUP /SHELLSYSTEM [OpenTable "%1"] Access.ShortCut.View.1="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP /SHELLSYSTEM [OpenView "%1"] Access.UriLink.16=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" Access.WebApplicationReference.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" %2 %3 %4 %5 %6 %7 %8 %9 Access.WizardDataFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" Access.WizardUserDataFile.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" Access.Workgroup.16="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" /NOSTARTUP "%1" accesshtmlfile="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" accessthmltemplate="C:Program FilesMicrosoft OfficeRootOffice16MSACCESS.EXE" acrobat="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" /u "%1" Acrobat.aaui="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.acrobatsecuritysettings.1="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.Document.DC="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.FDFDoc="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.pdfxml.1="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.RMFFile="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.XDPDoc="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Acrobat.XFDFDoc="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" acrobat2018="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" /u "%1" acrobat2019="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" /u "%1" acrobat2021.oauth2="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" /u "%1" acrobat2024="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" /u "%1" AcrobatBPDXFileType="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" AcrobatPDXFileType="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" AcroExch.Document="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" AcroExch.Document.7="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" Application.Manifest="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32dfshim.dll",ShOpenVerbApplication %1 Application.Reference="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32dfshim.dll",ShOpenVerbShortcut %1|%2 ArchiveFolder=%SystemRoot%Explorer.exe /idlist,%I,%L batfile="%1" %* BlackmagicRaw.Clip="C:Program Files (x86)Blackmagic DesignBlackmagic RAWBlackmagic RAW PlayerBlackmagicRAWPlayer.exe" "%1" Blend.sln.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEblend.exe" "%1" Blend.slnf.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEblend.exe" "%1" bootstrap.vsto.1=rundll32.exe "c:Program Files (x86)Common FilesMicrosoft SharedVSTOvstoee.dll",InstallVstoSolution %1 brmFile="PrintBrmUI.exe" /import /file:"%1" CABFolder=%SystemRoot%Explorer.exe /idlist,%I,%L CATFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenCAT %1 CERFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenCER %1 CertificateStoreFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenSTR %1 certificate_wab_auto_file="%ProgramFiles%Windows Mailwab.exe" /certificate "%1" chm.file="%SystemRoot%hh.exe" %1 cmdfile="%1" %* comfile="%1" %* CompressedFolder=%SystemRoot%Explorer.exe /idlist,%I,%L contact_wab_auto_file="%ProgramFiles%Windows Mailwab.exe" /contact "%1" CRLFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenCRL %1 desktopthemepackfile=%SystemRoot%system32rundll32.exe %SystemRoot%system32themecpl.dll,OpenThemeAction %1 Diagnostic.Cabinet=%SystemRoot%system32msdt.exe /cab "%1" Diagnostic.Config=%SystemRoot%system32msdt.exe /path "%1" Diagnostic.Document=%SystemRoot%system32msdt.exe /path "%1" Diagnostic.Perfmon.Config=%SystemRoot%system32perfmon /sys /load "%1" Diagnostic.Perfmon.Document=%SystemRoot%system32perfmon /sys /open "%1" Diagnostic.Resmon.Config=%SystemRoot%system32perfmon /res /load "%1" DLNA-PLAYSINGLE="%ProgramFiles(x86)%Windows Media Playerwmplayer.exe" "%L" dqyfile=C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE "%1" dropbox-client="C:Program Files (x86)DropboxClientDropbox.exe" "custom-url+%1" Dropbox.Backup="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* Dropbox.Binder="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* Dropbox.ExternalBackupLocation="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* Dropbox.Paper="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* Dropbox.PaperT="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* Dropbox.Passwords="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* Dropbox.Shortcut="C:Program Files (x86)DropboxClientDropbox.exe" /openext "%1" %* evtfile=%SystemRoot%system32eventvwr.exe /l:"%1" evtxfile=%SystemRoot%system32eventvwr.exe /l:"%1" Excel.Addin="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.AddInMacroEnabled="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Backup="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Chart=C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE "%1" Excel.Chart.8="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.CSV="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Macrosheet="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.OpenDocumentSpreadsheet.12="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Sheet.12="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Sheet.8="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.SheetBinaryMacroEnabled.12="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.SheetMacroEnabled.12="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.SLK="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Template="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.Template.8="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.TemplateMacroEnabled="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.UriLink.16=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" Excel.Workspace="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" "%1" Excel.XLL="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" -xlls "%1" Excelhtmlfile="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" Excelhtmltemplate="C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE" exefile="%1" %* Explorer.AssocActionId.BurnSelection=%SystemRoot%explorer.exe Explorer.AssocActionId.EraseDisc=%SystemRoot%explorer.exe Explorer.AssocActionId.ZipSelection=%SystemRoot%explorer.exe Explorer.AssocProtocol.search-ms=%SystemRoot%Explorer.exe /separate,/idlist,%I,%L Expression.Blend.csproj.5.0="C:Program Files (x86)Microsoft Visual Studio 11.0BlendBlend.exe" "%1" Expression.Blend.jsproj.5.0="C:Program Files (x86)Microsoft Visual Studio 11.0BlendBlend.exe" "%1" Expression.Blend.sln.5.0="C:Program Files (x86)Microsoft Visual Studio 11.0BlendBlend.exe" "%1" Expression.Blend.vbproj.5.0="C:Program Files (x86)Microsoft Visual Studio 11.0BlendBlend.exe" "%1" Expression.Blend.vcxproj.5.0="C:Program Files (x86)Microsoft Visual Studio 11.0BlendBlend.exe" "%1" FaxCover.Document=C:WindowsSystem32fxscover.exe "%1" feed="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /share "%1" feeds="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /share "%1" FirefoxHTML-308046B0AF4A39CB="C:Program FilesMozilla Firefoxfirefox.exe" -osint -url "%1" FirefoxPDF-308046B0AF4A39CB="C:Program FilesMozilla Firefoxfirefox.exe" -osint -url "%1" FirefoxURL-308046B0AF4A39CB="C:Program FilesMozilla Firefoxfirefox.exe" -osint -url "%1" Folder=%SystemRoot%Explorer.exe FormsCentral.fcdt="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" "%1" GoogleEarth.kmlfile="C:Program FilesGoogleGoogle Earth Proclientgoogleearth.exe" "%1" GoogleEarth.kmzfile="C:Program FilesGoogleGoogle Earth Proclientgoogleearth.exe" "%1" group_wab_auto_file="%ProgramFiles%Windows Mailwab.exe" /Group "%1" hlpfile=%SystemRoot%winhlp32.exe %1 htafile=C:WindowsSysWOW64mshta.exe "%1" {1E460BD7-F1C3-4B2E-88BF-4E770A288AF5}%U{1E460BD7-F1C3-4B2E-88BF-4E770A288AF5} %* htmlfile="C:Program FilesInternet Exploreriexplore.exe" %1 http="C:Program Files (x86)MicrosoftEdgeApplicationmsedge.exe" "%1" https="C:Program Files (x86)MicrosoftEdgeApplicationmsedge.exe" "%1" IE.AssocFile.HTM="C:Program FilesInternet Exploreriexplore.exe" %1 IE.AssocFile.MHT="C:Program FilesInternet Exploreriexplore.exe" %1 IE.AssocFile.PARTIAL="C:Program FilesInternet Exploreriexplore.exe" %1 IE.AssocFile.SVG="C:Program FilesInternet Exploreriexplore.exe" %1 IE.AssocFile.URL="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32ieframe.dll",OpenURL %l IE.AssocFile.WEBSITE="C:Program FilesInternet Exploreriexplore.exe" -w "%l" %* IE.AssocFile.XHT="C:Program FilesInternet Exploreriexplore.exe" %1 IE.FTP="C:Program FilesInternet Exploreriexplore.exe" %1 IE.HTTP="C:Program FilesInternet Exploreriexplore.exe" %1 IE.HTTPS="C:Program FilesInternet Exploreriexplore.exe" %1 IMEDictionaryCompiler="%WINDIR%system32IMESHAREDimewdbld.exe" "%1" %* imesxfile="%WINDIR%system32IMESHAREDimesearch.exe" "%1" Intel.GraphicsControlPanel.igp.1=C:WINDOWSSystem32DriverStoreFileRepositorycui_dch.inf_amd64_03c6376789dc6e23GfxUIExN.exe %1 InternetShortcut="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32ieframe.dll",OpenURL %l iqyfile=C:Program FilesMicrosoft OfficeRootOffice16EXCEL.EXE "%1" IrfanView="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.aif="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ani="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.asf="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.au="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.avi="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.b3d="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.bmp="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.clp="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.cr2="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.cr3="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.crw="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.cur="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.dcm="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.dcx="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.dds="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.djvu="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.dxf="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ecw="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.emf="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.eps="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.exr="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.flv="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.g3="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.gif="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.hdp="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.heic="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ico="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.iff="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.jls="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.jng="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.jp2="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.jpg="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.jpm="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.jxl="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.mid="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.mng="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.mov="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.mp3="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.mpe="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.mpg="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ogg="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.pbm="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.pcd="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.pcx="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.pgm="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.png="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ppm="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.psd="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.psp="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.qoi="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ras="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.raw="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.rle="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.rmi="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.sff="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.sgi="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.sid="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.swf="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.tga="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.tif="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.ttf="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.wav="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.wbmp="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.webp="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.wma="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.wmf="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.wmv="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.xbm="C:Program FilesIrfanViewi_view64.exe" "%1" IrfanView.xpm="C:Program FilesIrfanViewi_view64.exe" "%1" JSEFile=C:WindowsSystem32WScript.exe "%1" %* JSFile=C:WindowsSystem32WScript.exe "%1" %* launchreader="C:Program FilesAdobeAcrobat DCAcrobatAcrobat.exe" LDAP="%ProgramFiles%Windows Mailwab.exe" "/ldap:%1" mailto="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" -c IPM.Note /mailto "%1" malwarebytes="C:Program FilesMalwarebytesAnti-Malwareassistant.exe" -uri "%1" mhtmlfile="C:Program FilesInternet Exploreriexplore.exe" %1 microsoft-edge="C:Program Files (x86)MicrosoftEdgeApplicationmsedge.exe" "%1" Microsoft.PowerShellConsole.1="C:WindowsSystem32WindowsPowerShellv1.0powershell.exe" -p "%1" Microsoft.ProvTool.Provisioning.1="%SystemRoot%System32provtool.exe" "%1" /source ShellOpen Microsoft.System.Update.1="%systemroot%system32wusa.exe" "%1" %* Microsoft.Website="C:Program FilesInternet Exploreriexplore.exe" -w "%l" %* Microsoft.Workfolders=C:WindowsSystem32control.exe /name Microsoft.WorkFolders MMS="%ProgramFiles(x86)%Windows Media Playerwmplayer.exe" "%L" ms-access=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ms-availablenetworks="%SystemRoot%system32LaunchWinApp.exe" "%1" ms-controlcenter=%SystemRoot%system32ShellHost.exe url=%1 ms-excel=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ms-mmsys=%SystemRoot%System32rundll32.exe %SystemRoot%System32shell32.dll,Control_RunDLL %SystemRoot%System32mmsys.cpl %1 ms-msdt="%SystemRoot%system32msdt.exe" %1 ms-msime-imepad=C:WindowsSystem32IMESHAREDIMEPADSV.EXE %1 ms-msime-imjpdct=C:WindowsSystem32IMEIMEJPIMJPDCT.EXE %1 ms-office-ai=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ms-office-storage-host=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ms-olk-oauth="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /huboauth "%1" ms-olk-recall="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /select "%1" ms-personacard=%SystemRoot%system32ShellHost.exe UXFrameHost 0x0 Popup com.microsoft.windows.extensions.xaml.personacardmanager PersonaCardManager PersonaCardManagerControl SingleInstance true UseWinUI3 yes uri %1 Personality AnchoredPopup AnchorPointType TopLeft VerticalSizingStrategy ManuallySpecified HorizontalSizingStrategy ManuallySpecified Prelaunch true ms-powerpoint=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ms-publisher=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ms-rdx-document=%SystemRoot%system32rundll32.exe %SystemRoot%system32RDXService,OpenRDXDocument %1 ms-settings-connectabledevices="%SystemRoot%system32LaunchWinApp.exe" "%1" ms-settings-displays-topology="%SystemRoot%system32LaunchWinApp.exe" "%1" ms-shellhost=%SystemRoot%system32ShellHost.exe uri %1 ms-snaplaunch="%SystemRoot%SystemAppsMicrosoftWindows.Client.Core_cw5n1h2txyewysnaplauncherprotocol.exe" "%1" ms-virtualtouchpad="%SystemRoot%system32LaunchWinApp.exe" "%1" ms-woah=%SystemRoot%system32ShellHost.exe loadcomponent WindowsOobeAppHost --stringProperties Uri %1 WindowingBehavior DebugWindow ms-word=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" mscfile=%SystemRoot%system32mmc.exe "%1" %* MSDASC=Rundll32.exe "%CommonProgramFiles%SystemOLE DBoledb32.dll",OpenDSLFile %1 MSEdgeHTM="C:Program Files (x86)MicrosoftEdgeApplicationmsedge.exe" --single-argument %1 MSEdgeMHT="C:Program Files (x86)MicrosoftEdgeApplicationmsedge.exe" --single-argument %1 MSEdgePDF="C:Program Files (x86)MicrosoftEdgeApplicationmsedge.exe" --single-argument %1 Msi.Package="%SystemRoot%System32msiexec.exe" /i "%1" %* Msi.Patch="%SystemRoot%System32msiexec.exe" /p "%1" %* MSInfoFile=%SystemRoot%system32msinfo32.exe "%1" MSStorageSense=explorer ms-settings:storagesense msstylesfile=%SystemRoot%system32rundll32.exe %SystemRoot%system32shell32.dll,Control_RunDLL %SystemRoot%system32desk.cpl desk,@Appearance /Action:OpenMSTheme /file:"%1" nView.Profile=rundll32.exe "C:Program FilesNVIDIA CorporationnViewnView64.dll",nViewCmd loadprofile "%1" OfficeListShortcut="C:Program FilesMicrosoft OfficeRootOffice16MSPUB.EXE" %1 OfficeTheme.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" OneNote="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" /hyperlink "%1" onenote-cmd="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" onenote-cmd.URL.16="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" OneNote.Folder.1="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" OneNote.Notebook.1="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" OneNote.Package="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" OneNote.ProtectedSection="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" OneNote.Section.1="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" "%1" OneNote.TableOfContents="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" /navigate "%1" OneNote.TableOfContents.12="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" /navigate "%1" OneNote.URL.16="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" /hyperlink "%1" OneNoteDesktop="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" /hyperlink "%1" OneNoteDesktop.URL.16="C:Program FilesMicrosoft OfficeRootOffice16ONENOTE.EXE" /hyperlink "%1" opensearchdescription=%SystemRoot%explorer.exe OrgPlusWOPX.4="C:Program FilesMicrosoft OfficeRootOffice16ORGCHART.EXE" %1 Outlook.File.eml.15=C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE /eml "%1" Outlook.File.hol.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /hol "%1" Outlook.File.ics.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /ical "%1" Outlook.File.msg.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /f "%1" Outlook.File.oft.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /t "%1" Outlook.File.pst.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /pst "%1" Outlook.File.vcf.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /v "%1" Outlook.File.vcs.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /vcal "%1" Outlook.URL.feed.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /share "%1" Outlook.URL.mailto.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" -c IPM.Note /mailto "%1" Outlook.URL.ms-olk-oauth.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /huboauth "%1" Outlook.URL.ms-olk-recall.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /select "%1" Outlook.URL.stssync.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /share "%1" Outlook.URL.webcal.15="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /share "%1" P7RFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenP7R %1 P7SFile=%SystemRoot%system32\rundll32.exe cryptext.dll,CryptExtOpenPKCS7 %1 pbkfile=%SystemRoot%system32rasphone.exe -f "%1" PerfFile=%SystemRoot%system32mmc.exe %systemroot%system32perfmon.msc /F "%1" PFXFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenPFX %1 PhotoViewer.FileAssoc.Tiff=%SystemRoot%System32rundll32.exe "%ProgramFiles%Windows Photo ViewerPhotoViewer.dll", ImageView_Fullscreen %1 piffile="%1" %* PowerDirector21.0cdadjfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dlpfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dz3dtfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzafile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzblfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzepfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzlfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzmfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzpfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzsfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dztfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dztrfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0dzvcfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0pdlcpfile="C:Program Files (x86)CyberLinkShared filesEffectExtractor.exe" "%1" PowerDirector21.0pdlfile="C:Program FilesCyberLinkPowerDirector21PDR.exe" "%1" PowerDirector21.0pdmfile="C:Program FilesCyberLinkPowerDirector21PDR.exe" "%1" PowerDirector21.0pdsfile="C:Program FilesCyberLinkPowerDirector21PDR.exe" "%1" PowerPoint.Addin.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.Addin.8="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" PowerPoint.OpenDocumentPresentation.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.Show.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.Show.8="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.ShowMacroEnabled.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.Slide.12=C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE "%1" /ou "%u" PowerPoint.Slide.8=C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE "%1" /ou "%u" PowerPoint.SlideMacroEnabled.12=C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE "%1" /ou "%u" PowerPoint.SlideShow.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" /s "%1" /ou "%u" PowerPoint.SlideShow.8="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" /s "%1" /ou "%u" PowerPoint.SlideShowMacroEnabled.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" /s "%1" /ou "%u" PowerPoint.Template.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.Template.8="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.TemplateMacroEnabled.12="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" PowerPoint.UriLink.16=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" PowerPoint.Wizard.8="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" "%1" /ou "%u" powerpointhtmlfile="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" powerpointhtmltemplate="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" powerpointxmlfile="C:Program FilesMicrosoft OfficeRootOffice16POWERPNT.EXE" prffile="%SystemRoot%System32rundll32.exe" "%SystemRoot%System32msrating.dll",ClickedOnPRF %1 Publisher.Document.16="C:Program FilesMicrosoft OfficeRootOffice16MSPUB.EXE" /ou "%u" "%1" Publisher.UriLink.16=C:Program FilesMicrosoft OfficeRootOffice16protocolhandler.exe "%1" ratfile="%SystemRoot%System32rundll32.exe" "%SystemRoot%System32msrating.dll",ClickedOnRAT %1 RDP.File="%systemroot%system32mstsc.exe" "%1" regedit=regedit.exe "%1" regfile=regedit.exe "%1" RemoteAssistance.1="%systemRoot%system32msra.exe" -openfile "%1" ResolveBinFile="C:Program FilesBlackmagic DesignDaVinci ResolveResolve.exe" "%1" ResolveDBKeyFile="C:Program FilesBlackmagic DesignDaVinci ResolveResolve.exe" "%1" ResolveDrpFile="C:Program FilesBlackmagic DesignDaVinci ResolveResolve.exe" "%1" ResolveTemplateBundle="C:Program FilesBlackmagic DesignDaVinci ResolveResolve.exe" "%1" ResolveTimelineFile="C:Program FilesBlackmagic DesignDaVinci ResolveResolve.exe" "%1" rlogin="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32url.dll",TelnetProtocolHandler %l SavedDsQuery=%SystemRoot%system32rundll32.exe %SystemRoot%system32dsquery.dll,OpenSavedDsQuery %1 scrfile="%1" /S scriptletfile="C:WindowsSystem32NOTEPAD.EXE" "%1" search=%SystemRoot%Explorer.exe /separate,/idlist,%I,%L search-ms=%SystemRoot%Explorer.exe /separate,/idlist,%I,%L SHCmdFile=%SystemRoot%explorer.exe SPCFile=%SystemRoot%system32rundll32.exe cryptext.dll,CryptExtOpenPKCS7 %1 stssync="C:Program FilesMicrosoft OfficeRootOffice16OUTLOOK.EXE" /share "%1" svgfile="C:Program FilesInternet Exploreriexplore.exe" %1 telnet="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32url.dll",TelnetProtocolHandler %l tfs=C:Program FilesCommon FilesMicrosoft SharedTeam Foundation Server11.0TfsProtocolHandler.exe "%1" themefile=%SystemRoot%system32rundll32.exe %SystemRoot%system32themecpl.dll,OpenThemeAction %1 themepackfile=%SystemRoot%system32rundll32.exe %SystemRoot%system32themecpl.dll,OpenThemeAction %1 TIFImage.Document=%SystemRoot%System32rundll32.exe "%ProgramFiles%Windows Photo ViewerPhotoViewer.dll", ImageView_Fullscreen %1 tn3270="C:WindowsSystem32rundll32.exe" "C:WindowsSystem32url.dll",TelnetProtocolHandler %l Undecided=%SystemRoot%system32OpenWith.exe "%1" Unknown=%SystemRoot%system32OpenWith.exe "%1" VBEFile="%SystemRoot%System32WScript.exe" "%1" %* VBSFile="%SystemRoot%System32WScript.exe" "%1" %* vcard_wab_auto_file="%ProgramFiles%Windows Mailwab.exe" /vcard "%1" VCU.AutoPlay="C:Program Files (x86)AimersoftVideo Converter UltimateVideoConverterUltimate.exe" "3" "%1" VisioViewer.Viewer="%ProgramFiles% (x86)MicrosoftEdgeApplicationmsedge.exe" -ie-mode-file-url -- "%1" VisualStudio.accessor.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.accessor.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.AddIn.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.androidproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.appxmanifest.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.appxmanifest.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.asa.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.asa.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.asax.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.asax.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ascx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.ascx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ashx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.ashx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.asm.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.asm.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.asmx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.asmx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.asp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.asp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.aspx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.aspx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.AtlTraceTool.TraceFile="C:Program Files (x86)Microsoft Visual Studio 11.0Common7ToolsAtlTraceTool8.exe" /dde VisualStudio.bdcm.10.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.bdcr.10.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.bmp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.bmp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.c.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.c.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cc.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cc.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cd.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cjs.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cod.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cod.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.coffee.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.coffee.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.config.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.config.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ContentInstaller.vscontent="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSContentInstaller.exe" "%1" VisualStudio.ContentInstaller.vsi="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSContentInstaller.exe" "%1" VisualStudio.coverage.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.coverage.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.coveragexml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cpp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cpp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cppm.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cs.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cs.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.csh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cshader.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cshtml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cshtml.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.csproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.csproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.css.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.css.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cts.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cur.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cur.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.cxx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.cxx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.dds.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.def.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.def.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.dgml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.dgsl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.diagsession.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.disco.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.disco.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.dmp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.dmp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.dsh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.dshader.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.dsp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.dsw.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.dtd.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.dtd.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.edmx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fbx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fs.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fsi.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fsproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.fsscript.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fsx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.fx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.generictest.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.gsh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.gshader.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.h.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.h.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hdmp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.hdmp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.hh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hlsl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.hlsl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hlsli.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.hlsli.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hpp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.hpp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hsh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hshader.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hta.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.hta.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.htm.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.htm.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.html.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.html.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.hxx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.hxx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.i.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.i.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ico.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.ico.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.idl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.idl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.inc.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.inc.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.inl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.inl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ipp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.itrace.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.ixx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.js.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.js.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.json.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.jsonld.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.jsproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.jsproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.jsx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.Launcher.csproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.csproj.15.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.fsproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.jsproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.ls3proj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.lsproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.shproj.15.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.sln="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.slnf="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.sqlproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.Launcher.vbproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vbproj.15.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vcproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vcproj.1708aeb9="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vcxitems.1708aeb9="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vcxproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vcxproj.1708aeb9="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.Launcher.vsix="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.less.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.less.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ls3proj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.lsproj.11.0="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSLauncher.exe" "%1" VisualStudio.lst.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.lst.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.mak.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.mak.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.map.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.map.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.master.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.master.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.mdmp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.mdmp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.mdp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.mfcribbon-ms.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.mfcribbon-ms.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.mjs.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.mk.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.mk.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.mts.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.mtx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.natvis.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.odh.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.odh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.odl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.odl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.orderedtest.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.orderedtest.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ORDesigner.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.pkgdef.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.pkgdef.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.pkgundef.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.pkgundef.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.props.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.psess.8.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde "%1" VisualStudio.psh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.pshader.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.publishproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.publishproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.pubxml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.pubxml.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.razor.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.rc.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.rc.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.rc2.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.rc2.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.rct.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.rct.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.rdlc.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.res.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.res.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.resjson.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.rgs.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.rgs.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ruleset.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.ruleset.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.s.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.s.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.scss.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.sdl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.sdl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.shproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.sitemap.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.sitemap.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.skin.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.skin.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.sln.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.sln.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.slnf.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.snippet.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.snippet.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.sqlproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.sqlproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.srf.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.srf.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.StvProj.10="C:Program Files (x86)Microsoft SDKsWindowsv10.0AbinNETFX 4.8 ToolsSvcTraceViewer.exe" "%1" VisualStudio.svc.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.svc.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.SvcLog.10="C:Program Files (x86)Microsoft SDKsWindowsv10.0AbinNETFX 4.8 ToolsSvcTraceViewer.exe" "%1" VisualStudio.targets.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.testrunconfig.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.testrunconfig.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.testsettings.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.testsettings.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.TextTemplating.11.0="%VsInstallDir%devenv.exe" /dde "%1" VisualStudio.tlh.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.tlh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.tli.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.tli.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.trx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.trx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.ts.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.tsx.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.tt.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.txt.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.uitest.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vb.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vb.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vbhtml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vbhtml.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vbproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.vbproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vcp.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.vcproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.vcproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vcw.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.vcxitems.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vcxproj.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.vcxproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vcxproj.filters.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vcxproj.filters.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vsct.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vsct.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vsglog.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vsh.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vshader.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vsixlangpack.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vsixlangpack.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vsixmanifest.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vsixmanifest.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vsls.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /JoinWorkspace "%1" VisualStudio.vsmdi.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vsmdi.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vsp.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vsprops.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vsps.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.vstemplate.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.vstemplate.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.vstfs.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEVSWebLauncher.exe" /openTfsLinkAsIs "%1" VisualStudio.vsweb.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEVSWebLauncher.exe" /openuri "%1" VisualStudio.wiq.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDE\devenv.exe" /dde "%1" VisualStudio.wsdl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.wsdl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.wsf.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.wsf.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.xamlx.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.xdr.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.xdr.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.xml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.xml.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.xoml.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" "%1" VisualStudio.xproj.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" "%1" VisualStudio.xsd.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.xsd.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.xsl.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.xsl.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde VisualStudio.xslt.11.0="C:Program Files (x86)Microsoft Visual Studio 11.0Common7IDEdevenv.exe" /dde VisualStudio.xslt.1708aeb9="C:Program FilesMicrosoft Visual Studio2022ProfessionalCommon7IDEdevenv.exe" /dde vstfs="C:Program Files (x86)Common FilesMicrosoft SharedMSEnvVSWebLauncher.exe" /openTfsLinkAsIs "%1" vsweb+diag="C:Program Files (x86)Microsoft Visual StudioSharedVsWebProtocolSelectorMicrosoft.VisualStudio.VsWebProtocolSelector.exe" "%1" vsweb+githubsi="C:Program Files (x86)Microsoft Visual StudioSharedGitHubProtocolHandlerMicrosoft.VisualStudio.GitHubProtocolHandler.exe" "%1" vsweb+teamstoolkit="C:Program Files (x86)Microsoft Visual StudioSharedVsWebProtocolSelectorMicrosoft.VisualStudio.VsWebProtocolSelector.exe" "%1" WAB.AssocProtocol.LDAP="%ProgramFiles%Windows Mailwab.exe" "/ldap:%1 Windows >=10 0 12/02/2025 _Misc Software Query Cmd Prompt cmd Windows IP Configuration Host Name . . . . . . . . . . . . : SWDWin11 Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Ethernet: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) Ethernet Connection (14) I219-LM Physical Address. . . . . . . . . : 00-BE-43-92-F1-B8 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::d3d4:2c32:399d:fd94%13(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.0.206(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Tuesday, December 2, 2025 3:52:35 PM Lease Expires . . . . . . . . . . : Tuesday, December 2, 2025 6:52:34 PM Default Gateway . . . . . . . . . : 192.168.0.1 DHCP Server . . . . . . . . . . . : 192.168.0.1 DHCPv6 IAID . . . . . . . . . . . : 201375299 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-2A-B9-2E-D4-00-BE-43-92-F1-B8 DNS Servers . . . . . . . . . . . : 192.168.0.1 NetBIOS over Tcpip. . . . . . . . : Enabled Wireless LAN adapter Wi-Fi: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) Wi-Fi 6E AX210 160MHz Physical Address. . . . . . . . . : F4-CE-23-B4-C7-B5 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Local Area Connection* 1: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter Physical Address. . . . . . . . . : F4-CE-23-B4-C7-B6 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Wireless LAN adapter Local Area Connection* 2: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2 Physical Address. . . . . . . . . : F6-CE-23-B4-C7-B5 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Ethernet adapter Bluetooth Network Connection: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network) Physical Address. . . . . . . . . : F4-CE-23-B4-C7-B9 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Module Name Display Name Driver Type Link Date ============ ====================== ============= ====================== 1394ohci 1394 OHCI Compliant Ho Kernel 3ware 3ware Kernel 5/18/2015 4:28:03 PM ACPI Microsoft ACPI Driver Kernel AcpiAudioCom ACPI Audio Compositor Kernel AcpiDev ACPI Devices driver Kernel acpiex Microsoft ACPIEx Drive Kernel acpipagr ACPI Processor Aggrega Kernel AcpiPmi ACPI Power Meter Drive Kernel acpitime ACPI Wake Alarm Driver Kernel Acx01000 Acx01000 Kernel ADP80XX ADP80XX Kernel 4/9/2015 2:49:48 PM AFD Ancillary Function Dri Kernel afunix afunix Kernel ahcache Application Compatibil Kernel amdgpio2 AMD GPIO Client Driver Kernel 2/7/2019 2:32:20 AM amdi2c AMD I2C Controller Ser Kernel 3/19/2019 10:57:33 PM AmdK8 AMD K8 Processor Drive Kernel AmdPPM AMD Processor Driver Kernel amdsata amdsata Kernel 5/14/2015 6:14:52 AM amdsbs amdsbs Kernel 12/11/2012 2:21:44 PM amdwps AMD Workload Profiling Kernel amdxata amdxata Kernel 4/30/2015 6:55:35 PM AppID AppID Driver Kernel AppleSSD Apple Solid State Driv Kernel 11/11/2019 2:24:17 PM applockerflt Smartlocker Filter Dri Kernel AppvStrm AppvStrm File System AppvVemgr AppvVemgr File System AppvVfs AppvVfs File System arcsas Adaptec SAS/SATA-II RA Kernel 4/9/2015 1:12:07 PM AsyncMac RAS Asynchronous Media Kernel atapi IDE Channel Kernel b06bdrv QLogic Network Adapter Kernel 5/25/2016 1:03:08 AM bam Background Activity Mo Kernel BasicDisplay BasicDisplay Kernel BasicRender BasicRender Kernel bcmfn2 bcmfn2 Service Kernel 10/31/2016 8:09:15 PM Beep Beep Kernel bfs Brokering File System File System bindflt Windows Bind Filter Dr File System bowser Browser File System BthA2dp Microsoft Bluetooth A2 Kernel BthEnum Bluetooth Enumerator S Kernel BthHFEnum Microsoft Bluetooth Ha Kernel BthLEEnum Bluetooth Low Energy D Kernel BthMini Bluetooth Radio Driver Kernel BTHMODEM Bluetooth Modem Commun Kernel BthPan Bluetooth Device (Pers Kernel BTHPORT Bluetooth Port Driver Kernel BTHUSB Bluetooth Radio USB Dr Kernel bttflt Microsoft Hyper-V VHDP Kernel buttonconver Service for Portable D Kernel CAD Charge Arbitration Dri Kernel CDD Canonical Display Driv Kernel cdfs CD/DVD File System Rea File System cdrom CD-ROM Driver Kernel cht4iscsi cht4iscsi Kernel 2/5/2019 6:51:31 AM cht4vbd Chelsio Virtual Bus Dr Kernel 2/5/2019 6:47:51 AM CimFS CimFS File System circlass Consumer IR Devices Kernel CldFlt Windows Cloud Files Fi File System CLFS Common Log (CLFS) Kernel CmBatt Microsoft ACPI Control Kernel CNG CNG Kernel cnghwassist CNG Hardware Assist al Kernel CompositeBus Composite Bus Enumerat Kernel condrv Console Driver Kernel CSC Offline Files Driver Kernel dam Desktop Activity Moder Kernel dbx dbx File System 2/11/2019 9:39:19 AM DellInstrume DellInstrumentation Se Kernel 9/19/2024 12:53:04 AM devmap Usermode Device Mapper Kernel Dfsc DFS Namespace Client D File System disk Disk Driver Kernel DisplayMux Microsoft DisplayMux Kernel dmvsc dmvsc Kernel drmkaud Microsoft Trusted Audi Kernel DXGKrnl LDDM Graphics Subsyste Kernel e1dexpress Intel(R) PRO/1000 PCI Kernel 2/19/2025 3:10:08 AM ebdrv QLogic 10 Gigabit Ethe Kernel 11/15/2020 3:12:10 AM ebdrv0 QLogic Legacy Ethernet Kernel 11/7/2020 3:07:41 AM EhStorClass Enhanced Storage Filte Kernel EhStorTcgDrv Microsoft driver for s Kernel ErrDev Microsoft Hardware Err Kernel ExecutionCon CPU Scheduler for High Kernel exfat exFAT File System Driv File System ExpCoSvc ExpCoSvc Kernel 1/4/2022 2:00:18 PM fastfat FAT12/16/32 File Syste File System fdc Floppy Disk Controller Kernel FileCrypt FileCrypt File System FileInfo File Information FS Mi File System Filetrace Filetrace File System flpydisk Floppy Disk Driver Kernel FltMgr FltMgr File System FsDepends File System Dependency File System fse Flow steering engine Kernel fvevol BitLocker Drive Encryp Kernel gencounter Microsoft Hyper-V Gene Kernel genericusbfn Generic USB Function C Kernel GenPass Microsoft GenPass Driv Kernel GPIOClx0101 Microsoft GPIO Class E Kernel GSCAuxDriver Intel(R) Graphics Syst Kernel 3/3/2021 5:13:06 AM GSCx64 Intel(R) Graphics Syst Kernel 4/26/2021 7:49:50 AM HdAudAddServ Microsoft 1.1 UAA Func Kernel HDAudBus Microsoft UAA Bus Driv Kernel HidBatt HID UPS Battery Driver Kernel HidBth Microsoft Bluetooth HI Kernel hidi2c Microsoft I2C HID Mini Kernel hidinterrupt Common Driver for HID Kernel HidIr Microsoft Infrared HID Kernel hidspi Microsoft SPI HID Mini Kernel HidSpiCx HidSpi KMDF Class Exte Kernel HidUsb Microsoft HID Class Dr Kernel hnswfpdriver HNS WFP Driver Kernel HpSAMD HpSAMD Kernel 3/26/2013 3:36:54 PM Hsp Microsoft Pluton Servi Kernel HTTP HTTP Service Kernel hvcrash hvcrash Kernel hvservice Microsoft Hypervisor S Kernel hvsocketcont hvsocketcontrol Kernel HwNClx0101 Microsoft Hardware Not Kernel hwpolicy Hardware Policy Driver Kernel hyperkbd hyperkbd Kernel HyperVideo HyperVideo Kernel I3CHost I3C Host Controller Se Kernel i8042prt i8042 Keyboard and PS/ Kernel iagpio Intel Serial IO GPIO C Kernel 7/23/2018 3:04:46 AM iai2c Intel(R) Serial IO I2C Kernel 7/23/2018 3:04:39 AM iaLPSS2i_GPI Intel(R) Serial IO GPI Kernel 4/19/2018 1:53:24 AM iaLPSS2i_GPI Intel(R) Serial IO GPI Kernel 4/17/2018 3:25:15 AM iaLPSS2i_GPI Intel(R) Serial IO GPI Kernel 4/17/2018 1:07:03 AM iaLPSS2i_GPI Intel(R) Serial IO GPI Kernel 5/15/2018 11:46:36 PM iaLPSS2i_I2C Intel(R) Serial IO I2C Kernel 4/19/2018 1:52:58 AM iaLPSS2i_I2C Intel(R) Serial IO I2C Kernel 4/17/2018 3:24:40 AM iaLPSS2i_I2C Intel(R) Serial IO I2C Kernel 7/14/2019 11:12:12 PM iaLPSS2i_I2C Intel(R) Serial IO I2C Kernel 5/15/2018 11:46:02 PM iaLPSS2_GPIO Intel(R) Serial IO GPI Kernel 1/18/2021 6:17:15 PM iaLPSS2_I2C_ Intel(R) Serial IO I2C Kernel 1/18/2021 6:16:45 PM iaLPSS2_SPI_ Intel(R) Serial IO SPI Kernel 1/18/2021 6:17:31 PM iaLPSS2_UART Intel(R) Serial IO UAR Kernel 1/18/2021 6:17:05 PM iaLPSSi_GPIO Intel(R) Serial IO GPI Kernel 2/2/2015 2:00:09 AM iaLPSSi_I2C Intel(R) Serial IO I2C Kernel 2/24/2015 8:52:07 AM iaStorAC Intel(R) Chipset SATA/ Kernel 9/19/2022 8:43:23 AM iaStorAfs iaStorAfs File System 9/19/2022 8:42:25 AM iaStorAVC Intel Chipset SATA RAI Kernel 9/5/2019 6:07:32 AM iaStorV Intel RAID Controller Kernel 4/11/2011 12:48:16 PM ibbus Mellanox InfiniBand Bu Kernel 6/19/2019 7:20:09 AM ibtusb Intel(R) Wireless Blue Kernel 7/20/2025 12:22:16 PM igfxn igfxn Kernel 8/18/2025 11:42:26 PM IndirectKmd Indirect Displays Kern Kernel IntcAudioBus Intel(R) Smart Sound T Kernel 3/25/2021 1:52:51 PM IntcAzAudAdd Service for Realtek HD Kernel 12/27/2024 2:16:18 AM IntcOED Intel(R) Smart Sound T Kernel 3/25/2021 1:54:48 PM intelide intelide Kernel intelpep Intel(R) Power Engine Kernel intelpmax Intel(R) Dynamic Devic Kernel IntelPMT Intel(R) Platform Moni Kernel intelppm Intel Processor Driver Kernel iorate Disk I/O Rate Filter D Kernel IpFilterDriv IP Traffic Filter Driv Kernel IPMIDRV IPMIDRV Kernel IPNAT IP Network Address Tra Kernel IPT IPT Kernel isapnp isapnp Kernel iScsiPrt iScsiPort Driver Kernel ItSas35i ItSas35i Kernel 3/1/2021 3:15:20 AM kbdclass Keyboard Class Driver Kernel kbdhid Keyboard HID Driver Kernel kbldfltr kbldfltr Kernel kdnic Microsoft Kernel Debug Kernel kdnic_legacy Microsoft Kernel Debug Kernel KSecDD KSecDD Kernel KSecPkg KSecPkg Kernel KslD KslD Kernel ksthunk Kernel Streaming Thunk Kernel l1vhlwf Nested Network Virtual Kernel l2bridge Bridge Driver Kernel lltdio Link-Layer Topology Di Kernel LSI_SAS LSI_SAS Kernel 3/25/2015 1:36:48 PM LSI_SAS2i LSI_SAS2i Kernel 8/2/2017 7:29:59 AM LSI_SAS3i LSI_SAS3i Kernel 8/21/2020 1:33:28 AM luafv UAC File Virtualizatio File System mausbhost MA-USB Host Controller Kernel mausbip MA-USB IP Filter Drive Kernel mbamchameleo mbamchameleon File System 9/22/2025 6:07:46 AM MbamElam MbamElam Kernel 1/31/2025 3:27:36 PM MBAMFarflt MBAMFarflt File System 10/6/2025 11:58:18 AM MBAMSwissArm MBAMSwissArmy Kernel 8/28/2025 9:11:10 AM MbbCx MBB Network Adapter Cl Kernel megasas2i megasas2i Kernel 1/22/2020 2:57:48 AM megasas35i megasas35i Kernel 1/12/2021 12:59:10 AM megasr megasr Kernel 6/3/2013 4:02:39 PM MEIx64 Intel(R) Management En Kernel 8/15/2024 12:36:31 AM Microsoft_Bl Microsoft Bluetooth Av Kernel mlx4_bus Mellanox ConnectX Bus Kernel 6/19/2019 7:21:08 AM MMCSS Multimedia Class Sched Kernel Modem Modem Kernel monitor Microsoft Monitor Clas Kernel mouclass Mouse Class Driver Kernel mouhid Mouse HID Driver Kernel mountmgr Mount Point Manager Kernel mpi3drvi mpi3drvi Kernel 11/16/2021 3:22:38 PM mpsdrv Windows Defender Firew Kernel MRxDAV WebDav Client Redirect File System mrxsmb SMB MiniRedirector Wra File System mrxsmb20 SMB 2.0 MiniRedirector File System MsBridge Microsoft MAC Bridge Kernel Msfs Msfs File System msgpiowin32 Common Driver for Butt Kernel mshidkmdf Pass-through HID to KM Kernel mshidumdf Pass-through HID to UM Kernel msisadrv msisadrv Kernel MSKSSRV Microsoft Streaming Se Kernel MsLldp Microsoft Link-Layer D Kernel MSPCLOCK Microsoft Streaming Cl Kernel MSPQM Microsoft Streaming Qu Kernel MsQuic MsQuic Kernel MsQuicPrev MSQUIC Kernel MsRPC MsRPC Kernel MsSecCore Microsoft Security Cor Kernel MsSecFlt Microsoft Security Eve Kernel MsSecWfp Microsoft Security WFP Kernel mssmbios Microsoft System Manag Kernel MSTEE Microsoft Streaming Te Kernel MTConfig Microsoft Input Config Kernel Mup Mup File System mvumis mvumis Kernel 5/23/2014 2:39:04 PM NativeWifiP NativeWiFi Filter Kernel ndfltr NetworkDirect Service Kernel 6/19/2019 7:18:42 AM NDIS NDIS System Driver Kernel NdisCap Microsoft NDIS Capture Kernel NdisImPlatfo Microsoft Network Adap Kernel NdisTapi Remote Access NDIS TAP Kernel Ndisuio NDIS Usermode I/O Prot Kernel NdisVirtualB Microsoft Virtual Netw Kernel NdisWan Remote Access NDIS WAN Kernel ndiswanlegac Remote Access LEGACY N Kernel NDKPerf NDKPerf Driver Kernel NDKPing NDKPing Driver Kernel ndproxy NDIS Proxy Driver Kernel Ndu Windows Network Data U Kernel NetAdapterCx Network Adapter WDF Cl Kernel NetBIOS NetBIOS Interface File System NetBT NetBT Kernel netvsc netvsc Kernel NetworkPriva Microsoft Network Priv Kernel Netwtw14 ___ Intel(R) Wireless Kernel 7/5/2025 1:15:36 PM Npfs Npfs File System npsvctrig Named pipe service tri Kernel nsiproxy NSI Proxy Service Driv Kernel Ntfs Ntfs File System Null Null Kernel nvdimm Microsoft NVDIMM devic Kernel NVHDA Service for NVIDIA Hig Kernel 9/29/2024 11:37:46 PM nvlddmkm nvlddmkm Kernel 6/17/2025 2:04:53 AM nvmedisk Microsoft NVMe disk dr Kernel nvraid nvraid Kernel 4/21/2014 12:28:42 PM nvstor nvstor Kernel 4/21/2014 12:34:03 PM P9Rdr Plan 9 Redirector Driv Kernel Parport Parallel port driver Kernel partmgr Partition driver Kernel passthrupars PassthroughParser Kernel pci PCI Bus Driver Kernel pciide pciide Kernel pcmcia pcmcia Kernel pcw Performance Counters f Kernel pdc pdc Kernel PEAUTH PEAUTH Kernel percsas2i percsas2i Kernel 3/14/2016 6:50:11 PM percsas3i percsas3i Kernel 6/1/2018 3:47:02 PM PktMon Packet Monitor Driver Kernel PktMonApi Packet Monitor Export Kernel PlutonHeci Microsoft Pluton Secur Kernel PlutonHsp2 Microsoft Pluton Servi Kernel pmem Microsoft persistent m Kernel PNPMEM Microsoft Memory Modul Kernel portcfg portcfg Kernel PptpMiniport WAN Miniport (PPTP) Kernel PRM Microsoft PRM Driver Kernel Processor Processor Driver Kernel Psched QoS Packet Scheduler Kernel pvhdparser pvhdparser Kernel pvscsi pvscsi Storage Control Kernel 5/19/2021 9:55:26 PM QWAVEdrv QWAVE driver Kernel Ramdisk Windows RAM Disk Drive Kernel RasAcd Remote Access Auto Con Kernel RasAgileVpn WAN Miniport (IKEv2) Kernel Rasl2tp WAN Miniport (L2TP) Kernel RasPppoe Remote Access PPPOE Dr Kernel RasSstp WAN Miniport (SSTP) Kernel rdbss Redirected Buffering S File System rdpbus Remote Desktop Device Kernel RDPDR Remote Desktop Device Kernel rdyboost ReadyBoost Kernel ReFS ReFS File System ReFSv1 ReFSv1 File System RFCOMM Bluetooth Device (RFCO Kernel rhproxy Resource Hub proxy dri Kernel RoutePolicy Microsoft Route Policy Kernel rspndr Link-Layer Topology Di Kernel RTSUER Realtek USB Card Reade Kernel 12/7/2023 2:54:26 AM s3cap s3cap Kernel sbp2port SBP-2 Transport/Protoc Kernel scfilter Smart card PnP Class F Kernel scmbus Microsoft Storage Clas Kernel sdbus sdbus Kernel SdcaHidInbox SoundWire HID Driver Kernel SdcaMfdInbox SoundWire Audio Multif Kernel sdstor SD Storage Port Driver Kernel SensorsSimul UMDF Reflector service Kernel SerCx Serial UART Support Li Kernel SerCx2 Serial UART Support Li Kernel Serenum Serenum Filter Driver Kernel Serial Serial port driver Kernel sermouse Serial Mouse Driver Kernel sfloppy High-Capacity Floppy D Kernel SiSRaid2 SiSRaid2 Kernel 9/24/2008 12:28:20 PM SiSRaid4 SiSRaid4 Kernel 10/1/2008 3:56:04 PM SmartSAMD SmartSAMD Kernel 2/21/2019 10:54:44 AM smbdirect smbdirect File System spaceparser spaceparser Kernel spaceport Storage Spaces Driver Kernel SpbCx Simple Peripheral Bus Kernel srv2 Server SMB 2.xxx Drive File System srvnet srvnet File System stexstor stexstor Kernel 11/26/2012 5:02:51 PM storahci Microsoft Standard SAT Kernel storflt Microsoft Hyper-V Stor Kernel stornvme Microsoft Standard NVM Kernel storqosflt Storage QoS Filter Dri File System storufs Microsoft Universal Fl Kernel storvsc storvsc Kernel storvsp storvsp Kernel swenum Software Bus Driver Kernel Tcpip TCP/IP Protocol Driver Kernel Tcpip6 @todo.dll,-100;Microso Kernel tcpipreg @%SystemRoot%System32 Kernel tdx NetIO Legacy TDI Suppo Kernel terminpt Microsoft Remote Deskt Kernel ThermalFilte Microsoft Thermal Filt Kernel TPM TPM Kernel TsUsbFlt Remote Desktop USB Hub Kernel TsUsbGD Remote Desktop Generic Kernel tsusbhub Remote Desktop USB Hub Kernel tunnel Microsoft Tunnel Minip Kernel UASPStor USB Attached SCSI (UAS Kernel UcmCx0101 USB Connector Manager Kernel UcmTcpciCx01 UCM-TCPCI KMDF Class E Kernel UcmUcsiAcpiC UCM-UCSI ACPI Client Kernel UcmUcsiCx010 UCM-UCSI KMDF Class Ex Kernel UCPD UCPD File System Ucx01000 USB Host Support Libra Kernel UdeCx USB Device Emulation S Kernel udfs udfs File System UEFI Microsoft UEFI Driver Kernel UevAgentDriv UevAgentDriver File System Ufx01000 USB Function Class Ext Kernel UfxChipidea USB Chipidea Controlle Kernel ufxsynopsys USB Synopsys Controlle Kernel uiomap Microsoft UIO Mapper D Kernel umbus UMBus Enumerator Drive Kernel UmPass Microsoft UMPass Drive Kernel UnionFS UnionFS File System UrsChipidea Chipidea USB Role-Swit Kernel UrsCx01000 USB Role-Switch Suppor Kernel UrsSynopsys Synopsys USB Role-Swit Kernel usb-platform Usb Platform Detection Kernel Usb4DeviceRo USB4 Device Router Ser Kernel Usb4HostRout USB4 Host Router Servi Kernel usbaudio USB Audio Driver (WDM) Kernel usbaudio2 USB Audio 2.0 Service Kernel usbccgp Microsoft USB Generic Kernel usbcir eHome Infrared Receive Kernel usbehci Microsoft USB 2.0 Enha Kernel usbhub Microsoft USB Standard Kernel USBHUB3 SuperSpeed Hub Kernel usbohci Microsoft USB Open Hos Kernel usbprint Microsoft USB PRINTER Kernel usbser Microsoft USB Serial D Kernel USBSTOR USB Mass Storage Drive Kernel usbuhci Microsoft USB Universa Kernel USBXHCI USB xHCI Compliant Hos Kernel vdrvroot Microsoft Virtual Driv Kernel VerifierExt Driver Verifier Extens Kernel VfpExt Microsoft Azure VFP Sw Kernel vhdmp vhdmp Kernel vhdparser vhdparser Kernel vhf Virtual HID Framework Kernel Vid Vid Kernel VirtualRende VirtualRender Kernel vmbus Virtual Machine Bus Kernel VMBusHID VMBusHID Kernel vmbusproxy vmbusproxy Kernel vmbusr Virtual Machine Bus Pr Kernel vmgid Microsoft Hyper-V Gues Kernel VMSNPXY VmSwitch NIC Proxy Dri Kernel VMSP VmSwitch Protocol Driv Kernel VmsProxy VmSwitch Proxy Driver Kernel VMSVSF VmSwitch Extensibility Kernel VMSVSP VmSwitch Extensibility Kernel volmgr Volume Manager Driver Kernel volmgrx Dynamic Volume Manager Kernel volsnap Volume Shadow Copy dri Kernel volume Volume driver Kernel vpci Microsoft Hyper-V Virt Kernel vpcivsp Microsoft Hyper-V PCI Kernel vsmraid vsmraid Kernel 4/22/2014 1:21:41 PM VSPerfDrv110 Performance Tools Driv Kernel 7/1/2012 9:25:47 PM VSTXRAID VIA StorX Storage RAID Kernel 1/21/2013 12:00:28 PM vwifibus Virtual Wireless Bus D Kernel vwififlt Virtual WiFi Filter Dr Kernel vwifimp Virtual WiFi Miniport Kernel WacomPen Wacom Serial Pen HID D Kernel wanarp Remote Access IP ARP D Kernel wanarpv6 Remote Access IPv6 ARP Kernel wcifs Windows Container Isol File System WdBoot Microsoft Defender Ant Kernel Wdf01000 Kernel Mode Driver Fra Kernel WdFilter Microsoft Defender Ant File System wdiwifi WDI Driver Framework Kernel WdmCompanion WdmCompanionFilter Kernel WdNisDrv Microsoft Defender Ant Kernel WFPLWFS Microsoft Windows Filt Kernel Wificx Wifi Network Adapter C Kernel WiManH WiMan Service Kernel 8/12/2024 6:39:11 AM WIMMount WIMMount File System WinAccelCx01 Microsoft Accelerator Kernel WindowsTrust Windows Trusted Execut Kernel WindowsTrust Microsoft Windows Trus Kernel wini3ctarget Generic driver for I3C Kernel WinMad WinMad Service Kernel 6/19/2019 7:18:11 AM WinNat Windows NAT Driver Kernel WINUSB WinUsb Driver Kernel WinVerbs WinVerbs Service Kernel 6/19/2019 7:18:12 AM WmiAcpi Microsoft Windows Mana Kernel Wof Windows Overlay File S File System WpdUpFltr WPD Upper Class Filter Kernel ws2ifsl Winsock IFS Driver Kernel wtd wtd Kernel WudfPf User Mode Driver Frame Kernel WUDFRd Windows Driver Foundat Kernel WUDFWpdFs WPD File System driver Kernel xboxgip Xbox Game Input Protoc Kernel xinputhid XINPUT HID Filter Driv Kernel ZTDNS ZTDNS Kernel MBAMWebProte MBAMWebProtection Kernel 5/28/2025 7:42:56 AM ESProtection Malwarebytes Anti-Expl Kernel 6/3/2025 2:41:04 AM MBAMProtecti MBAMProtection Kernel 7/18/2025 9:07:12 AM OS Name: Microsoft Windows 11 Pro OS Version: 10.0.26100 N/A Build 26100 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation OS Build Type: Multiprocessor Free Active Connections Proto Local Address Foreign Address State PID TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 1696 RpcEptMapper [svchost.exe] TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 Can not obtain ownership information TCP 0.0.0.0:2869 0.0.0.0:0 LISTENING 4 Can not obtain ownership information TCP 0.0.0.0:5040 0.0.0.0:0 LISTENING 12236 CDPSvc [svchost.exe] TCP 0.0.0.0:17500 0.0.0.0:0 LISTENING 20244 [Dropbox.exe] TCP 0.0.0.0:20321 0.0.0.0:0 LISTENING 18816 [Resolve.exe] TCP 0.0.0.0:49152 0.0.0.0:0 LISTENING 18816 [Resolve.exe] TCP 0.0.0.0:49664 0.0.0.0:0 LISTENING 1384 Can not obtain ownership information TCP 0.0.0.0:49665 0.0.0.0:0 LISTENING 1208 Can not obtain ownership information TCP 0.0.0.0:49666 0.0.0.0:0 LISTENING 2152 Schedule [svchost.exe] TCP 0.0.0.0:49667 0.0.0.0:0 LISTENING 3540 SessionEnv [svchost.exe] TCP 0.0.0.0:49668 0.0.0.0:0 LISTENING 3640 EventLog [svchost.exe] TCP 0.0.0.0:49669 0.0.0.0:0 LISTENING 4580 [spoolsv.exe] TCP 0.0.0.0:49674 0.0.0.0:0 LISTENING 1332 Can not obtain ownership information TCP 127.0.0.1:843 0.0.0.0:0 LISTENING 20244 [Dropbox.exe] TCP 127.0.0.1:8884 0.0.0.0:0 LISTENING 4 Can not obtain ownership information TCP 127.0.0.1:17600 0.0.0.0:0 LISTENING 20244 [Dropbox.exe] TCP 127.0.0.1:20321 127.0.0.1:64108 ESTABLISHED 18816 [Resolve.exe] TCP 127.0.0.1:43227 0.0.0.0:0 LISTENING 5544 Can not obtain ownership information TCP 127.0.0.1:60000 127.0.0.1:62832 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:62830 127.0.0.1:62831 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:62831 127.0.0.1:62830 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:62832 127.0.0.1:60000 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:63972 127.0.0.1:63973 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:63973 127.0.0.1:63972 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:63974 127.0.0.1:63975 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:63975 127.0.0.1:63974 ESTABLISHED 20244 [Dropbox.exe] TCP 127.0.0.1:64108 127.0.0.1:20321 ESTABLISHED 18816 [Resolve.exe] TCP 192.168.0.206:139 0.0.0.0:0 LISTENING 4 Can not obtain ownership information TCP 192.168.0.206:49675 20.59.87.227:443 ESTABLISHED 5736 WpnService [svchost.exe] TCP 192.168.0.206:49706 52.96.64.226:443 ESTABLISHED 14392 [Microsoft.Notes.exe] TCP 192.168.0.206:49707 52.96.64.226:443 ESTABLISHED 14392 [Microsoft.Notes.exe] TCP 192.168.0.206:51068 23.217.9.11:443 ESTABLISHED 21072 [msedge.exe] TCP 192.168.0.206:52918 23.217.9.12:443 ESTABLISHED 21072 [msedge.exe] TCP 192.168.0.206:53685 13.71.196.234:8883 ESTABLISHED 18212 [SupportAssistAgent.exe] TCP 192.168.0.206:56912 74.179.65.112:443 ESTABLISHED 21072 [msedge.exe] TCP 192.168.0.206:58348 23.215.223.150:443 ESTABLISHED 21072 [msedge.exe] TCP 192.168.0.206:58900 23.215.223.150:443 ESTABLISHED 21072 [msedge.exe] TCP 192.168.0.206:60031 20.9.155.153:443 ESTABLISHED 19620 [MicrosoftSecurityApp.exe] TCP 192.168.0.206:60032 162.125.40.1:443 ESTABLISHED 20244 [Dropbox.exe] TCP 192.168.0.206:60033 162.125.40.2:443 ESTABLISHED 20244 [Dropbox.exe] TCP 192.168.0.206:62716 54.163.113.199:443 CLOSE_WAIT 5544 Can not obtain ownership information TCP 192.168.0.206:63915 23.217.9.12:443 CLOSE_WAIT 16292 [LockApp.exe] TCP 192.168.0.206:63916 23.217.9.16:443 CLOSE_WAIT 16292 [LockApp.exe] TCP 192.168.0.206:63917 23.217.9.16:443 CLOSE_WAIT 16292 [LockApp.exe] TCP 192.168.0.206:63918 23.211.124.141:443 CLOSE_WAIT 16292 [LockApp.exe] TCP 192.168.0.206:63919 23.211.124.141:443 CLOSE_WAIT 16292 [LockApp.exe] TCP 192.168.0.206:63935 20.59.87.227:443 ESTABLISHED 7400 [OneDrive.exe] TCP 192.168.0.206:64498 23.217.9.21:443 ESTABLISHED 21072 [msedge.exe] TCP 192.168.0.206:64505 23.215.223.150:443 ESTABLISHED 21072 [msedge.exe] TCP [::]:135 [::]:0 LISTENING 1696 RpcEptMapper [svchost.exe] TCP [::]:445 [::]:0 LISTENING 4 Can not obtain ownership information TCP [::]:2869 [::]:0 LISTENING 4 Can not obtain ownership information TCP [::]:17500 [::]:0 LISTENING 20244 [Dropbox.exe] TCP [::]:49664 [::]:0 LISTENING 1384 Can not obtain ownership information TCP [::]:49665 [::]:0 LISTENING 1208 Can not obtain ownership information TCP [::]:49666 [::]:0 LISTENING 2152 Schedule [svchost.exe] TCP [::]:49667 [::]:0 LISTENING 3540 SessionEnv [svchost.exe] TCP [::]:49668 [::]:0 LISTENING 3640 EventLog [svchost.exe] TCP [::]:49669 [::]:0 LISTENING 4580 [spoolsv.exe] TCP [::]:49674 [::]:0 LISTENING 1332 Can not obtain ownership information TCP [::1]:42050 [::]:0 LISTENING 7592 [OneDrive.Sync.Service.exe] TCP [::1]:49670 [::]:0 LISTENING 5464 [jhi_service.exe] UDP 0.0.0.0:123 *:* 25476 W32Time [svchost.exe] UDP 0.0.0.0:5050 *:* 12236 CDPSvc [svchost.exe] UDP 0.0.0.0:5353 *:* 3096 Dnscache [svchost.exe] UDP 0.0.0.0:5353 *:* 20836 [msedge.exe] UDP 0.0.0.0:5353 *:* 20836 [msedge.exe] UDP 0.0.0.0:5353 *:* 21072 [msedge.exe] UDP 0.0.0.0:5353 *:* 21072 [msedge.exe] UDP 0.0.0.0:5355 *:* 3096 Dnscache [svchost.exe] UDP 0.0.0.0:17500 *:* 20244 [Dropbox.exe] UDP 0.0.0.0:54760 *:* 3096 Dnscache [svchost.exe] UDP 0.0.0.0:64176 *:* 18816 [Resolve.exe] UDP 0.0.0.0:64840 *:* 3096 Dnscache [svchost.exe] UDP 127.0.0.1:1900 *:* 4988 SSDPSRV [svchost.exe] UDP 127.0.0.1:49918 127.0.0.1:49918 4856 iphlpsvc [svchost.exe] UDP 127.0.0.1:53190 *:* 4988 SSDPSRV [svchost.exe] UDP 192.168.0.206:137 *:* 4 Can not obtain ownership information UDP 192.168.0.206:138 *:* 4 Can not obtain ownership information UDP 192.168.0.206:1900 *:* 4988 SSDPSRV [svchost.exe] UDP 192.168.0.206:5353 *:* 18816 [Resolve.exe] UDP 192.168.0.206:53189 *:* 4988 SSDPSRV [svchost.exe] UDP [::]:123 *:* 25476 W32Time [svchost.exe] UDP [::]:5353 *:* 21072 [msedge.exe] UDP [::]:5353 *:* 3096 Dnscache [svchost.exe] UDP [::]:5353 *:* 20836 [msedge.exe] UDP [::]:5355 *:* 3096 Dnscache [svchost.exe] UDP [::]:54760 *:* 3096 Dnscache [svchost.exe] UDP [::]:64177 *:* 18816 [Resolve.exe] UDP [::]:64840 *:* 3096 Dnscache [svchost.exe] UDP [::1]:1900 *:* 4988 SSDPSRV [svchost.exe] UDP [::1]:5353 *:* 18816 [Resolve.exe] UDP [::1]:53188 *:* 4988 SSDPSRV [svchost.exe] UDP [fe80::d3d4:2c32:399d:fd94%13]:1900 *:* 4988 SSDPSRV [svchost.exe] UDP [fe80::d3d4:2c32:399d:fd94%13]:53187 *:* 4988 SSDPSRV [svchost.exe] _Misc Software 0 12/02/2025 Vb.net Controls Combo Box Control combo value archive example txMultiAction.Items.Clear() txMultiAction.ValueMember = "replaceid" txMultiAction.DisplayMember = "title" txMultiAction.DataSource = ds.Tables(Table_) 'created from query. See create recordset txMultiAction.SelectedValue 'read database value ================================================== Private Sub txMultiAction_SelectedIndexChanged(sender As Object, e As EventArgs) Handles txMultiAction.SelectedIndexChanged Dim B1 As String = GetIni("Setup", "cloud", Path.TREE + "MenuJS.ini") If B1 = "" Then B1 = Path.TREE Dim Table_ As String = "mulitreplace WHERE replaceid=" + Str(txMultiAction.SelectedValue) Dim query As String = "SELECT * FROM " & Table_ Dim MDBConnString_ As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=webtools1.mdb;" Dim ds As New DataSet Dim cnn As OleDbConnection = New OleDbConnection(MDBConnString_) cnn.Open() Dim cmd As New OleDbCommand(query, cnn) Dim da As New OleDbDataAdapter(cmd) da.Fill(ds, Table_) cnn.Close() Dim t1 As DataTable = ds.Tables(Table_) 'txMultiAction.Items.Clear() 'txMultiAction.ValueMember = "replaceid" 'txMultiAction.DisplayMember = "title" 'txMultiAction.DataSource = ds.Tables(Table_) Dim row As DataRow Dim Item(2) As String For Each row In t1.Rows Item(0) = row(0) Item(1) = row(1) Item(2) = row(2) MsgBox(Item(2)) 'Dim NextListItem As New ListViewItem(Item) 'ListView1.Items.Add(NextListItem) Next End Sub +++++++++++++++++++++++++++++++++++++++++++++++++ Private Sub btMultiAction_Click(sender As Object, e As EventArgs) Handles btMultiAction.Click Dim fileReader As System.IO.StreamReader, B As String = txText.Text, Action1 As Boolean = False, B1 As String = "" Dim P$(3), POS%(5) Dim A As String = "", A2 As String = "", Action0(-1) As String Dim L10 As Integer = 10, L13 As Integer = 13, Index As Integer = coReplace.SelectedIndex, C1Length As Integer = 0, LOOPOFF As Boolean = False Dim TMPstart As String = "", TMPend As String = "", J As Integer = 0 B1 = GetIni("Setup", "cloud", Path.TREE + "MenuJS.ini") If B1 = "" Then B1 = Path.TREE fileReader = My.Computer.FileSystem.OpenTextFileReader(B1 + "multiaction.txt") Dim stringReader As String ' MsgBox("The first line of the file is " & stringReader) Do Until fileReader.EndOfStream stringReader = fileReader.ReadLine() If stringReader <> "" Then If stringReader.Substring(0, 2) = "[{" Then Action1 = False 'FOUND THE NEXT SECTION. TIME TO STOP READING ON If stringReader = "[{" + txMultiAction.Text + "}]" Then Action1 = True : Continue Do If Action1 = True Then If InStr(stringReader, "?") = 0 Then MsgBox("Invalid Format. A ? needs to be between the search for and replace term", MsgBoxStyle.AbortRetryIgnore) : fileReader.Close() : Exit Sub Action0 = Split(stringReader, "?") : A = Action0(0) : A2 = Action0(1) : If A2 = "NULL" Then A2 = "" 'CREATE LOOKUP STRING AND IDENTIFY REPLACEMENT STRIN Select Case A Case "bof" 'BEGIN OF FILE B = A2 + B Case "eof" 'END OF FILE B = B + A2 Case Is = "lf" 'remove double CrLf B = Replace(B, Chr(10) + Chr(32), Chr(10)) 'remove spaces after feeds 'If InStr(B, Chr(13) + Chr(10)) > InStr(B, Chr(10) + Chr(13)) Then L10 = 13 : L13 = 10:B = Replace(B, Chr(L13) + Chr(L10) + Chr(L13) + Chr(L10), Chr(13) + Chr(10)):B = Replace(B, Chr(13) + Chr(13), Chr(13)) B = Replace(B, Chr(10) + Chr(10), Chr(10)) 'Double feeds to single Case Is = "td" 'Replace tabs with dash B = Replace(B, Chr(9), " - ") Case Is = "ts" 'tab to spaces B = Replace(B, Chr(9), Chr(32)) : B = Replace(B, Chr(32) + Chr(32), Chr(32)) Case Is = "tc" 'tab to comma B = Replace(B, Chr(9), ", ") : B = Replace(B, Chr(32) + ",", ",") Case Is = "lfc" 'replace line feeds with commas B = Replace(B, Chr(10), ", ") B = Replace(B, Chr(10), ", ") : B = Replace(B, ",,", ",") : B = Replace(B, Chr(9), Chr(32)) Case Is = "lb-" 'Replace line breaks with - B = Replace(B, Chr(10), " - ") : B = Replace(B, Chr(9), Chr(32)) : B = Replace(B, Chr(32) + Chr(32), Chr(32)) Case Is = "{GET}" 'EXTRACT BETWEEN { } Dim POS1(3) As Integer POS1(3) = 1 : A2 = "" Do POS1(0) = InStr(POS1(3), B, "{") : POS1(3) = POS1(0) + 1 : POS1(1) = InStr(POS1(3), B, "}") If POS1(0) = 0 Or POS1(1) = 0 Then Exit Do A2 = A2 + B.Substring(POS1(0), POS1(1) - POS1(0) - 1) + vbCrLf Loop If A2 <> "" Then B = A2 Case Is = "{DEL}" 'Delete BETWEEN { } Dim POS1(3) As Integer POS1(3) = 1 Do POS1(0) = InStr(POS1(3), B, "{") If POS1(0) = 0 Then Exit Do POS1(3) = POS1(0) : POS1(1) = InStr(POS1(3), B, "}") : A2 = "" If POS1(0) > 1 Then A2 = B.Substring(0, POS1(0) - 1) B = A2 + B.Substring(POS1(1), B.Length - POS1(1)) 'Build string without first {} Loop Case Else If chAppendCRLF.Checked = True Then A = Replace(A, "|", Chr(10)) : A2 = Replace(A2, "|", Chr(10)) 'REPLACE LINE BREAKS IF IDENTIFIED End If If chAciiConversion.Checked = True Then 'THIS DOES ASCII SOMETHING L10 = InStr(A, "~") If L10 > 0 Then L13 = InStr(L10 + 1, A, "~") End If If L10 > 0 And L13 > 0 Then If L10 > 1 Then TMPstart = A.Substring(0, L10 - 1) If L13 < A.Length Then TMPend = A.Substring(L13, A.Length - L13) A = Chr(Val(A.Substring(L10, L13 - L10 - 1))) End If A = TMPstart + A + TMPend : TMPstart = "" : TMPend = "" 'MsgBox(A) L10 = 0 : L13 = 0 : L10 = InStr(A2, "~") If L10 > 0 Then L13 = InStr(L10 + 1, A2, "~") End If If L10 > 0 And L13 > 0 Then If L10 > 0 And L13 > 0 Then If L10 > 1 Then TMPstart = A2.Substring(0, L10 - 1) If L13 < A2.Length Then TMPend = A2.Substring(L13, A2.Length - L13) A2 = Chr(Val(A2.Substring(L10, L13 - L10 - 1))) End If A2 = TMPstart + A2 + TMPend : TMPstart = "" : TMPend = "" End If End If B = Replace(B, A, A2) End Select End If Loop fileReader.Close() : txText.Text = B End Sub Vb.net 4 07/27/2025 Javascript Function Comment Out Lines comment rem Creating Single Line Comments To create a single line comment in JavaScript, you place two slashes "//" in front of the code or text you wish to have the JavaScript interpreter ignore. When you place these two slashes, all text to the right of them will be ignored, until the next line. These types of comments are great for commenting out single lines of code and writing small notes. JavaScript Code: Display: I have comments in my JavaScript code! Each line of code that is colored red is commented out and will not be interpreted by the JavaScript engine. Creating Multi-line Comments Although a single line comment is quite useful, it can sometimes be burdensome to use when disabling long segments of code or inserting long-winded comments. For this large comments you can use JavaScript's multi-line comment that begins with /* and ends with */. JavaScript Code: Display: I have multi-line comments! Quite often text editors have the ability to comment out many lines of code with a simple key stroke or option in the menu. If you are using a specialized text editor for programming, be sure that you check and see if it has an option to easily comment out many lines of code! Javascript 1507 09/09/2023 Mysql Query Concat concat mysql query UPDATE parts SET pdf=CONCAT(partid,'.pdf'), part_image=CONCAT(partid,'.jpg') WHERE pdf="" This example numbers the picture names to match the id of the record. APENDING data before and after a field. UPDATE `iwspackage` SET iwspackageimg=CONCAT('package',packageid,'.jpg'); UPDATE ads SET img1=CONCAT(adid,'a.jpg'), img2=CONCAT(adid,'b.jpg') , img3=CONCAT(adid,'c.jpg') , img4=CONCAT(adid,'d.jpg'), pdf=CONCAT(adid,'.pdf') WHERE adid>7; Mysql 1933 09/09/2023 Php Database Concat - Combine Fields Or Text add join concat APENDING data before and after a field. UPDATE `iwspackage` SET iwspackageimg=CONCAT('package',packageid,'.jpg'); UPDATE ads SET img1=CONCAT(adid,'a.jpg'), img2=CONCAT(adid,'b.jpg') , img3=CONCAT(adid,'c.jpg') , img4=CONCAT(adid,'d.jpg'), pdf=CONCAT(adid,'.pdf') WHERE adid>7; Php 2 09/09/2023 Javascript Function Confirm() yes no cancel message box JavaScript Confirm Example Below is an example of how you would use a confirm dialogue box to warn users about something, giving them the option to either continue on or stay put. HTML & JavaScript Code: Display: Note the part in red. This is where all the magic happens. We call the confirm function with the message, "Leave Tizag?". JavaScript then makes a popup window with two choices and will return a value to our script code depending on which button the user clicks. If the user clicks OK, a value of 1 is returned. If a user clicks cancel, a value of 0 is returned.. We store this value in answer by setting it equal to the confirm function call. After answer has stored the value, we then use answer as a conditional statement. If answer is anything but zero, then we will send the user away from Tizag.com. If answer is equal to zero, we will keep the user at Tizag.com because they clicked the Cancel button. In either case, we have a JavaScript alert box that appears to inform the user on what is going to happen. It will say, "Bye bye!" if they choose to leave and, "Thanks for sticking around!" if they choose to stay. Javascript 2000 09/09/2023 Php Customizing Convert Words Into A Graphic text graphic image convert $im = imagecreate(400, 30); // Create some colors $white = imagecolorallocate($im, 255, 255, 255); $grey = imagecolorallocate($im, 128, 128, 128); $black = imagecolorallocate($im, 0, 0, 0); // The text to draw $text = 'Testing...'; // Replace path by your own font path $font = 'arial.ttf'; // Add some shadow to the text imagettftext($im, 20, 0, 11, 21, $grey, $font, $text); // Add the text imagettftext($im, 20, 0, 10, 20, $black, $font, $text); // Using imagepng() results in clearer text compared with imagejpeg() imagepng($im); imagedestroy($im); ************************************* The below script would be called with a tag like this from a page: Header("Content-type: image/gif"); if(!isset($s)) $s=11; $size = imagettfbbox($s,0,"/fonts/TIMES.TTF",$text); $dx = abs($size[2]-$size[0]); $dy = abs($size[5]-$size[3]); $xpad=9; $ypad=9; $im = imagecreate($dx+$xpad,$dy+$ypad); $blue = ImageColorAllocate($im, 0x2c,0x6D,0xAF); $black = ImageColorAllocate($im, 0,0,0); $white = ImageColorAllocate($im, 255,255,255); ImageRectangle($im,0,0,$dx+$xpad-1,$dy+$ypad-1,$black); ImageRectangle($im,0,0,$dx+$xpad,$dy+$ypad,$white); ImageTTFText($im, $s, 0, (int)($xpad/2)+1, $dy+(int)($ypad/2), $black, "/fonts/TIMES.TTF", $text); ImageTTFText($im, $s, 0, (int)($xpad/2), $dy+(int)($ypad/2)-1, $white, "/fonts/TIMES.TTF", $text); ImageGif($im); ImageDestroy($im); ?> It is very important to realize that you cannot put any HTML tags in this file. There should also not be any spaces or blank lines before or after the and ?> tags. If you are getting a broken image using this script, chances are you have a stray carriage return somewhere outside the PHP tags Php 1860 09/09/2023 Javascript Formatting Converting Numbers To Strings Using ToFixed() fixed decimal places number format Question: When I convert numbers to strings, can I guarantee exactly n decimal places in the resultant string? Answer: The simplest way of converting a number variable to string is to concatenate the variable with an empty string. However, this conversion does not guarantee the number of decimal places in the string. If you want exactly n decimal places in the conversion result, use the toFixed method, like this: str = x.toFixed(n); Here x is the number to be converted, the string str is the conversion result, and n specifies how many fractional decimal places must appear in the resultant string. The method can also be used without the parameter n - you can simply write: x.toFixed(), which is equivalent to x.toFixed(0). Consider these examples: var x = 2.31; var s = x.toFixed() // result: '2' var s0 = x.toFixed(0) // result: '2' var s1 = x.toFixed(1) // result: '2.3' var s2 = x.toFixed(2) // result: '2.31' var s3 = x.toFixed(3) // result: '2.310' var s4 = x.toFixed(4) // result: '2.3100' The toFixed method might not always ensure the correct rounding of the conversion results. For example, (0.947).toFixed(0) may produce either '0' or '1', depending on the browser; in most versions of Microsoft Internet Explorer (0.947).toFixed(0) produces '0' while in Mozilla Firefox or Google Chrome the same conversion produces '1'. Below are the actual conversion results in your browser: (0.947).toFixed(0) // '0' ('0' in MSIE, but '1' in Firefox) (0.0947).toFixed(1) // '0.0' ('0.0' in MSIE, but '0.1' in Firefox) (0.00947).toFixed(2) // '0.00' ('0.00' in MSIE, but '0.01' in Firefox) (0.000947).toFixed(3) // '0.000' ('0.000' in MSIE, but '0.001' in Firefox) For correct rounding, use the Math.round method or Math.round in combination with toFixed like this: x=0.947; s0=(Math.round(x)).toFixed(0) // '1' x=0.0947; s1=(Math.round(10*x)/10).toFixed(1) // '0.1' x=0.00947; s2=(Math.round(100*x)/100).toFixed(2) // '0.01' x=0.000947; s3=(Math.round(1000*x)/1000).toFixed(3) // '0.001' Javascript 1552 09/09/2023 Php Database Count count query count records that link to same file $sql="SELECT * FROM eqMaintenance WHERE maintenanceid = $value_"; $r->dbsql($sql);$row=$r->data1; $upfile="../maintenance/".$row['img']; Start count query $sql="SELECT count(img) as dog FROM eqMaintenance WHERE img='".$row['img']."' GROUP BY img"; $r->dbsql($sql);$dog=$r->data1[0]; if(file_exists($upfile) && $dog<2)unlink($upfile); //example from php file creator SELECT hide,count(hide) as dog FROM `invoice` GROUP BY hide LIMIT 0, 30 SELECT invoices.customerid, `last_name` , `first_name`, COUNT(`last_name`) AS dog, count(if(`date`< ADDDATE(NOW(), INTERVAL -365 DAY), 1, null)) AS year1, count(if(`date`>= ADDDATE(NOW(), INTERVAL -365 DAY), 1, null)) AS year0, count(if(`date`< ADDDATE(NOW(), INTERVAL -730 DAY), 1, null)) AS year2 FROM `invoices` INNER JOIN `customer` ON customer.customerid = invoices.customerid GROUP BY invoices.customerid, `last_name` , `first_name` ORDER BY year0,year1 Php 3 12/28/2023 Php Function Create Graphic Button On The Fly grapic button image color session_start(); session_register('sessioncode'); //Header("Content-type: image/jpeg"); //echo "beg test"; $filename = "images/image1.gif"; $im = imagecreate(55, 15); $bg = imagecolorallocate($im, 255, 255, 255); $textcolor = imagecolorallocate($im, 100, 100, 100); imagecolortransparent($im, $bg); //imagestring($im, 5, 0, 0, substr(strtoupper(md5("Myshit".$sessioncode)), 0,6), $textcolor); imagestring($im, 5, 0, 0, substr(strtoupper("Myshit"), 0,6), $textcolor); imageGif($im,$filename); ImageDestroy($im); //*************************************************************** $filename = "images/image.gif"; $img = ImageCreate(200,20); $red = ImageColorAllocate($img, 255, 0, 0); $white = ImageColorAllocate($img, 255, 255, 255); ImageString($img, 3, 3, 3, "Uh, this is an image!", $white); ImageGif($img, $filename); ImageDestroy($img); echo ""; echo "Finished"; exit(); ?> Php 1235 09/09/2023 Vb.net Variables Create New Arrays array null Read through entire array For Each fruit As String In MV Console.WriteLine(fruit) Next max number of elements array.length For L = 0 To MV.GetUpperBound(0) elements stored Either Dim strings = New String() {"a", "b", "c"} or Dim strings() As String = {"a", "b", "c"} or strings() As String = {} should work Vb.net 2 09/09/2023 Windows <=8 Customizing Creating Your Own Menu Using The Windows Toolbar toolbar too bar desktop desk top right click folder task bar Even though it is cool using the bricks in the start menu I still like putting my favorite apps on the windows task bar without pinning. It takes up a lot less space. To do this: Right click on the desk top and create a new folder. Give it a Short name so it does not take up much space on the tool bar I like my desk top clean so I just dragged and dumped everything I use a lot on this folder. You will need to copy and paste if you want an icon to stay on the desk top. Leave the folder on your desktop. Right click on the task bar and click on toolbars-new toolbar. From the dialogue box select the Desktop. Select the file folder that you named. You now have all your favorites on the task bar. After you reboot the will be list by alpha. Windows <=8 1296 09/09/2023 Php Date Current Date today $now=date('Y-m-j'); echo date("Y-m-d h:i:sa"); mysql MySQL FORMAT (yyyy-mm-dd) Php 2 09/09/2023 Css Formatting Customizing Formats For Mircrosoft IE ONLY !ie IE firefox browser css I had a table that would format for either FireFox or IE but not both. I used the border-collapse property with "!ie" at the end which IE recognizes but other browswers do Not. Try it with other styling in your css Specify a border collapse for ie #directory table{border-color:#000000; border-collapse:separate; border-collapse:collapse !ie; border-spacing:0px;} #event td{padding:10px 10px 10px 10px;} Css 1276 09/09/2023 WP Setup Data List Plugin widget data list plugin WP_Widget register_widget add_action This plug in just displays a list of language types for computers and web development /* Plugin Name: Language Categories Plugin URI: http://softwarewebdesign.com Description: List Language Catagories. Version: 1.0 Author: Software Web Design Author URI: http://softwarewebdesign.com License: GPL2 */ // WP_Widget_Language_Catagory to WP_Widget_Language_Catagory class dbase{ var $num=0; var $id=0; var $fieldname=""; var $data; var $insertoption=""; var $quickarray=true; function multipleRecs($value){ if($value==true)$value=false; else $value=true; $this->quickarray=$value;return true; } function tableOption($query){ $q = mysql_query($query); $num_fields = mysql_num_fields($q); for($ii = 0; $ii < $num_fields; $ii++) { //$result.= mysql_field_name($query,$ii)."-".mysql_field_type($query,$ii)."(".mysql_field_len($query,$ii).")".mysql_field_flags($query,$ii)."\n"; $fieldinfo=mysql_field_flags($q,$ii); if(strpos($fieldinfo,"rimary_key")>0){ $this->fieldname=mysql_field_name($q,$ii);break; } } } function dbsql2($query){ $this->insertoption=$query; } function dbsql($query){ global $db; global $dc;global $debug; if($debug!=true)$result=mysql_query($query); else $result=mysql_query($query) or die(mysql_error().' from '.$query); if(!$result){ if($debug==true){ echo "Error:".$query;exit; }else{ echo "Error:".substr($query,0,10);exit;} } $sql= strtolower($query); if(strpos($sql,"nsert into")==1)$AC=1; if(strpos($sql,"elect")==1){ $AC=2;$this->num=mysql_numrows($result); } if(strpos($sql,"pdate")==1 || strpos($sql,"elete")==1)$AC=3; switch($AC){ case 1: $this->id=mysql_insert_id(); break; case 2: if($this->num==0 && $this->insertoption!=""){ $this->dbq($this->insertoption); return false; } if($this->num==0) return false; if($this->num==1 && $this->quickarray==true)$this->data=mysql_fetch_array($result); else $this->data=$result; break; case 3: break; } // end switch } } // end class class WP_Widget_Language_Catagory extends WP_Widget { // The widget construct. This creates title and description on wordpress admin widget page function WP_Widget_Language_Catagory() { $widget_ops = array( 'classname' => 'widget_LanguageCatagory', 'description' => __( "Language Catagory List for picking search topic" ) ); $this->WP_Widget('LanguageCatagory', __('sw - Language Catagory'), $widget_ops); } // End function WP_Widget_Language_Catagory // This code displays the widget on the screen. function widget($args, $instance) { extract($args); echo $before_widget; if(!empty($instance['title'])) { echo $before_title . $instance['title'] . $after_title; } $q=new dbase(); $sql="SELECT * FROM language ORDER BY language"; $q->multipleRecs(true); $q->dbsql($sql);$result=$q->data; echo"\n"; for($i=1;$i<=$q->num;$i++){ $r=mysql_fetch_array($result); //echo "".$r[1].""; echo "".$r[1].""; } echo"\n"; echo $after_widget; } // End function widget. } // end class WP_Widget_BareBones // Register the widget. add_action('widgets_init', create_function('', 'return register_widget("WP_Widget_Language_Catagory");')); ?> WP 1403 09/09/2023 WP Database Database Access database WP 2 09/09/2023 Mysql Dumps Archive Database: `softwax3_myfiles file contact -- phpMyAdmin SQL Dump -- version 4.9.7 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Jan 25, 2023 at 11:46 AM -- Server version: 5.7.23-23 -- PHP Version: 7.4.33 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; -- -- Database: `softwax3_myfiles` -- -- -------------------------------------------------------- -- -- Table structure for table `contacts` -- CREATE TABLE `contacts` ( `contactid` smallint(6) NOT NULL, `last_name` varchar(25) NOT NULL, `first_name` varchar(25) NOT NULL, `phone` varchar(12) NOT NULL, `email` varchar(50) NOT NULL, `additional_info` varchar(300) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `file` -- CREATE TABLE `file` ( `fileid` mediumint(9) NOT NULL, `categoryid` tinyint(4) NOT NULL, `file` varchar(100) NOT NULL, `description` text NOT NULL, `computer_used` varchar(10) NOT NULL, `date_created` date NOT NULL, `date_modified` date NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `fileCategory` -- CREATE TABLE `fileCategory` ( `categoryid` tinyint(4) NOT NULL, `category` varchar(25) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `fileUpdates` -- CREATE TABLE `fileUpdates` ( `fileid` smallint(6) NOT NULL, `session` int(11) NOT NULL, `title` varchar(50) NOT NULL, `version` varchar(19) NOT NULL, `description` text NOT NULL, `file_exe` varchar(50) NOT NULL, `file_ini` varchar(50) NOT NULL, `file_other` varchar(50) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `folderCategory` -- CREATE TABLE `folderCategory` ( `categoryid` tinyint(4) NOT NULL, `category` varchar(25) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `folders` -- CREATE TABLE `folders` ( `folderid` smallint(6) NOT NULL, `categoryid` smallint(6) NOT NULL, `folder_num` smallint(6) NOT NULL, `description` varchar(40) NOT NULL, `keywords` tinytext NOT NULL, `archive` tinyint(4) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `government` -- CREATE TABLE `government` ( `movieid` smallint(6) NOT NULL, `title` varchar(100) NOT NULL, `comment` varchar(400) NOT NULL, `file` varchar(100) NOT NULL, `image` varchar(10) NOT NULL, `viewed` smallint(6) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `iphistory` -- CREATE TABLE `iphistory` ( `historyid` mediumint(9) NOT NULL, `date` date NOT NULL, `ipaddress` varchar(19) NOT NULL, `counter` smallint(6) NOT NULL, `blocking` tinyint(4) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `movie` -- CREATE TABLE `movie` ( `movieid` mediumint(9) NOT NULL, `title` varchar(50) NOT NULL, `star5` tinyint(4) NOT NULL, `coverImage` varchar(9) NOT NULL, `rating` tinyint(4) NOT NULL, `genere` varchar(60) NOT NULL, `description` text NOT NULL, `year` smallint(6) NOT NULL, `download` tinyint(4) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `projects` -- CREATE TABLE `projects` ( `projectid` smallint(6) NOT NULL, `project` varchar(20) NOT NULL, `date_modified` date NOT NULL, `table_name` varchar(25) NOT NULL, `fields` text NOT NULL, `date_fields` varchar(25) NOT NULL, `txx` text NOT NULL, `date_txx` varchar(25) NOT NULL, `txtFileName` varchar(25) NOT NULL, `txxFileName` varchar(25) NOT NULL, `txxPath` varchar(50) NOT NULL, `computer` varchar(100) NOT NULL, `list_report` tinyint(4) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `storage` -- CREATE TABLE `storage` ( `storageid` tinyint(4) NOT NULL, `date_stored` date NOT NULL, `stored` varchar(250) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `useradmin` -- CREATE TABLE `useradmin` ( `userid` mediumint(9) NOT NULL, `lastname` varchar(30) NOT NULL DEFAULT '', `firstname` varchar(30) NOT NULL DEFAULT '', `email` varchar(70) NOT NULL DEFAULT '', `username` varchar(20) NOT NULL DEFAULT '', `password` varchar(20) NOT NULL DEFAULT '', `level` tinyint(4) NOT NULL DEFAULT '0', `logintimes` mediumint(9) NOT NULL DEFAULT '0', `lastlogin` date NOT NULL DEFAULT '0000-00-00', `accesspages` varchar(255) NOT NULL DEFAULT '', `ipaddress` varchar(19) NOT NULL, `locked` tinyint(4) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Indexes for dumped tables -- -- -- Indexes for table `contacts` -- ALTER TABLE `contacts` ADD PRIMARY KEY (`contactid`), ADD KEY `last_name` (`last_name`,`first_name`); -- -- Indexes for table `file` -- ALTER TABLE `file` ADD PRIMARY KEY (`fileid`), ADD KEY `categoryid` (`categoryid`); -- -- Indexes for table `fileCategory` -- ALTER TABLE `fileCategory` ADD PRIMARY KEY (`categoryid`); -- -- Indexes for table `fileUpdates` -- ALTER TABLE `fileUpdates` ADD PRIMARY KEY (`fileid`); -- -- Indexes for table `folderCategory` -- ALTER TABLE `folderCategory` ADD PRIMARY KEY (`categoryid`); -- -- Indexes for table `folders` -- ALTER TABLE `folders` ADD PRIMARY KEY (`folderid`); -- -- Indexes for table `government` -- ALTER TABLE `government` ADD PRIMARY KEY (`movieid`); -- -- Indexes for table `iphistory` -- ALTER TABLE `iphistory` ADD PRIMARY KEY (`historyid`); -- -- Indexes for table `movie` -- ALTER TABLE `movie` ADD PRIMARY KEY (`movieid`), ADD KEY `download` (`download`); -- -- Indexes for table `projects` -- ALTER TABLE `projects` ADD PRIMARY KEY (`projectid`); -- -- Indexes for table `useradmin` -- ALTER TABLE `useradmin` ADD PRIMARY KEY (`userid`), ADD KEY `lastname` (`lastname`,`firstname`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `contacts` -- ALTER TABLE `contacts` MODIFY `contactid` smallint(6) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `file` -- ALTER TABLE `file` MODIFY `fileid` mediumint(9) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fileCategory` -- ALTER TABLE `fileCategory` MODIFY `categoryid` tinyint(4) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `fileUpdates` -- ALTER TABLE `fileUpdates` MODIFY `fileid` smallint(6) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `folderCategory` -- ALTER TABLE `folderCategory` MODIFY `categoryid` tinyint(4) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `folders` -- ALTER TABLE `folders` MODIFY `folderid` smallint(6) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `government` -- ALTER TABLE `government` MODIFY `movieid` smallint(6) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `iphistory` -- ALTER TABLE `iphistory` MODIFY `historyid` mediumint(9) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `movie` -- ALTER TABLE `movie` MODIFY `movieid` mediumint(9) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `projects` -- ALTER TABLE `projects` MODIFY `projectid` smallint(6) NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `useradmin` -- ALTER TABLE `useradmin` MODIFY `userid` mediumint(9) NOT NULL AUTO_INCREMENT; COMMIT; Mysql Dumps 3 09/09/2023 Javascript Function Date And Time date time JavaScript Date and Time Object The Date object is useful when you want to display a date or use a timestamp in some sort of calculation. In Java, you can either make a Date object by supplying the date of your choice, or you can let JavaScript create a Date object based on your visitor's system clock. It is usually best to let JavaScript simply use the system clock. Advertise on Tizag.com When creating a Date object based on the computer's (not web server's!) internal clock, it is important to note that if someone's clock is off by a few hours or they are in a different time zone, then the Date object will create a different times from the one created on your own computer. JavaScript Date Today (Current) To warm up our JavaScript Date object skills, let's do something easy. If you do not supply any arguments to the Date constructor (this makes the Date object) then it will create a Date object based on the visitor's internal clock. HTML & JavaScript Code: It is now Display: It is now Nothing shows up! That's because we still don't know the methods of the Date object that let us get the information we need (i.e. Day, Month, Hour, etc). Get the JavaScript Time The Date object has been created, and now we have a variable that holds the current date! To get the information we need to print out, we have to utilize some or all of the following functions: •getTime() - Number of milliseconds since 1/1/1970 @ 12:00 AM •getSeconds() - Number of seconds (0-59) •getMinutes() - Number of minutes (0-59) •getHours() - Number of hours (0-23) •getDay() - Day of the week(0-6). 0 = Sunday, ... , 6 = Saturday •getDate() - Day of the month (0-31) •getMonth() - Number of month (0-11) •getFullYear() - The four digit year (1970-9999) Now we can print out the date information. We will be using the getDate, getMonth, and getFullYear methods in this example. HTML & JavaScript Code: It is now Display: It is now 1/8/2011 ! Notice that we added 1 to the month variable to correct the problem with January being 0 and December being 11. After adding 1, January will be 1, and December will be 12. JavaScript Current Time Clock Now, instead of displaying the date we, will display the format you might see on a typical digital clock -- HH:MM AM/PM (H = Hour, M = Minute). HTML & JavaScript Code: It is now Display: It is now 23:09 PM Above, we check to see if either the hours or minutes variable is less than 10. If it is, then we need to add a zero to the beginning of minutes. This is not necessary, but if it is 1:01 AM, our clock would output "1:1 AM", which doesn't look very nice at all! Javascript 1569 09/09/2023 Php Date Date Functions time date $sessionid=strtotime(date("Y-m-d H:i:s")); format character Description Example returned values a Lowercase Ante meridiem and Post meridiem am or pm A Uppercase Ante meridiem and Post meridiem AM or PM B Swatch Internet time 000 through 999 c ISO 8601 date (added in PHP 5) 2004-02-12T15:19:21+00:00 d Day of the month, 2 digits with leading zeros 01 to 31 D A textual representation of a day, three letters Mon through Sun F A full textual representation of a month, such as January or March January through December g 12-hour format of an hour without leading zeros 1 through 12 G 24-hour format of an hour without leading zeros 0 through 23 h 12-hour format of an hour with leading zeros 01 through 12 H 24-hour format of an hour with leading zeros 00 through 23 i Minutes with leading zeros 00 to 59 I (capital i) Whether or not the date is in daylights savings time 1 if Daylight Savings Time, 0 otherwise. j Day of the month without leading zeros 1 to 31 l (lowercase 'L') A full textual representation of the day of the week Sunday through Saturday L Whether it's a leap year 1 if it is a leap year, 0 otherwise. m Numeric representation of a month, with leading zeros 01 through 12 M A short textual representation of a month, three letters Jan through Dec n Numeric representation of a month, without leading zeros 1 through 12 O Difference to Greenwich time (GMT) in hours Example: +0200 r RFC 2822 formatted date Example: Thu, 21 Dec 2000 16:01:07 +0200 s Seconds, with leading zeros 00 through 59 S English ordinal suffix for the day of the month, 2 characters st, nd, rd or th. Works well with j t Number of days in the given month 28 through 31 T Timezone setting of this machine Examples: EST, MDT ... U Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT) See also time() w Numeric representation of the day of the week 0 (for Sunday) through 6 (for Saturday) W ISO-8601 week number of year, weeks starting on Monday (added in PHP 4.1.0) Example: 42 (the 42nd week in the year) Y A full numeric representation of a year, 4 digits Examples: 1999 or 2003 y A two digit representation of a year Examples: 99 or 03 z The day of the year (starting from 0) 0 through 365 Z Timezone offset in seconds. The offset for timezones west of UTC is always negative, and for those east of UTC is always positive. -43200 through 43200 Unrecognized characters in the format string will be printed as-is. The Z format will always return 0 when using gmdate(). Example 1. date() examples **************************************** a "am" or "pm" A "AM" or "PM" B Swatch Internet time d day of the month, 2 digits with leading zeros; i.e. "01" to "31" D day of the week, textual, 3 letters; i.e. "Fri" F month, textual, long; i.e. "January" g hour, 12-hour format without leading zeros; i.e. "1" to "12" G hour, 24-hour format without leading zeros; i.e. "0" to "23" h hour, 12-hour format; i.e. "01" to "12" H hour, 24-hour format; i.e. "00" to "23" i minutes; i.e. "00" to "59" I (capital i) "1" if Daylight Savings Time, "0" otherwise. j day of the month without leading zeros; i.e. "1" to "31" l (lowercase 'L') day of the week, textual, long; i.e. "Friday" L boolean for whether it is a leap year; i.e. "0" or "1" m month; i.e. "01" to "12" M month, textual, 3 letters; i.e. "Jan" n month without leading zeros; i.e. "1" to "12" r RFC 822 formatted date; i.e. "Thu, 21 Dec 2000 16:01:07 +0200" (added in PHP 4.0.4) s seconds; i.e. "00" to "59" S English ordinal suffix, textual, 2 characters; i.e. "th", "nd" t number of days in the given month; i.e. "28" to "31" T Timezone setting of this machine; i.e. "MDT" U seconds since the epoch w day of the week, numeric, i.e. "0" (Sunday) to "6" (Saturday) Y year, 4 digits; i.e. "1999" y year, 2 digits; i.e. "99" z day of the year; i.e. "0" to "365" Z timezone offset in seconds (i.e. "-43200" to "43200"). The offset for timezones west of UTC is always negative, and for those east of UTC is always positive Php 2090 09/09/2023 Php Database Delete left join delete orphans // using Left Join to kill orphans DELETE FROM `cart` USING `cart` LEFT JOIN orders ON cart.sessionid=orders.sessionid WHERE orderid IS NULL AND updated<'2006-01-01' Php 2 09/09/2023 Vb.net Database Delete A Record From A DAO Recordset delete recordset Sub DeleteDuplicateShippers() Dim dbsNorthwind As DAO.Database Dim rstShippers As DAO.Recordset Dim strSQL As String Dim strName As String On Error GoTo ErrorHandler Set dbsNorthwind = CurrentDb strSQL = "SELECT * FROM Shippers ORDER BY CompanyName, ShipperID" Set rstShippers = dbsNorthwind.OpenRecordset(strSQL, dbOpenDynaset) ' If no records in Shippers table, exit. If rstShippers.EOF Then Exit Sub strName = rstShippers![CompanyName] rstShippers.MoveNext Do Until rstShippers.EOF If rstShippers![CompanyName] = strName Then rstShippers.Delete Else strName = rstShippers![CompanyName] End If rstShippers.MoveNext Loop Exit Sub ErrorHandler: MsgBox "Error #: " & Err.Number & vbCrLf & vbCrLf & Err.Description End Function Vb.net 0 10/09/2022 Javascript Function Determine If An Array Checkbox Or Radiobutton Has Been Checked checkbox array radio button checked Checkboxes can be used as arrays and the value can be collected using JavaScript. We will be discussing client side JavaScript and the collection of checkbox value. You can visit the php section for checkbox array handling using PHP server side scripting. We can create a group of checkbox by giving them the same name and that will create an array and from it we can collect the names of the check boxes for which it is checked. Here are some commands we will be using to get the details of the events or actions we perform. document.form1.scripts.length This gives us the length of the array or the number of elements present in the array. If we know we are using 5 checkboxes then we can directly use the number 5 but it is a good to use this as this picks up all the checkboxes of the group without missing any checkbox. Note that the word scripts in the document.form1.scripts.length is the name of the array and same as the checkboxes name. document.form1.scripts[i].checked The above command will return true if the checkbox is checked so we will use one if condition to know it is checked or not. The value of i is the index of the array and as we will be using one for loop so the value of i will be changing upto the maximum value. Here is the demo of the script. SexMale Female Scripts You knowJavaScript PHP HTML The JavaScript code is kept within the head tag of the page. To display the period button and checkboxes see the code below. BODY SexMale Female Scripts You knowJavaScript PHP HTML Javascript 1648 09/09/2023 WP Function Directories directory function Available Functions WordPress includes many other functions for determining paths and URLs to files or directories within plugins, themes, and WordPress itself. See the individual Codex pages for each function for complete information on their use. ABSPATH - from wpconfig.php Plugins plugins_url() plugin_dir_url() plugin_dir_path() plugin_basename() Themes get_template_directory_uri() get_stylesheet_uri() get_theme_root_uri() get_theme_root() get_theme_roots() Site Home home_url() WordPress admin_url() site_url() content_url() includes_url() wp_upload_dir() Multisite get_admin_url() get_home_url() get_site_url() network_admin_url() network_site_url() network_home_url() Constants WordPress makes use of the following constants when determining the path to the content and plugin directories. These should not be used directly by plugins or themes, but are listed here for completeness. WP_CONTENT_DIR // no trailing slash, full paths only WP_CONTENT_URL // full url WP_PLUGIN_DIR // full path, no trailing slash WP_PLUGIN_URL // full url, no trailing slash // Available per default in MS, not set in single site install // Can be used in single site installs (as usual: at your own risk) UPLOADS // uploads folder, relative to ABSPATH (for e.g.: /wp-content/uploads) WP 2 09/09/2023 Vb.net Files Directory Files Into A List Box Checking Drive Available delete files directory drive listbox Imports System.IO [DELETE FILE] If File.Exists(TREE3 + FLD(0, 0) + "_header.php") Then File.Delete(TREE3 + FLD(0, 0) + "_header.php") ============== Function DriveAvailable(driveLetter As String) As Boolean Try Dim driveInfo As New DriveInfo(driveLetter) Return driveInfo.IsReady ' Returns True if the drive is ready Catch ex As Exception Return False ' Return False if an exception occurs (e.g., invalid drive) End Try End Function Sub LoadFilesListBox(ByRef coBox As ListBox, ByVal folderPath As String, ByVal Pattern As String) Dim M0 As Integer = 1, fileName1 As String = "", M1 As Integer, M As Integer 'PatternSection As String 'Dim di As New IO.DirectoryInfo(folderPath), diar1 As IO.FileInfo(), dra As IO.FileInfo With coBox .Items.Clear() End With Dim AllowedExtension As String = "*.*" If Not System.IO.Directory.Exists(folderPath) Then MsgBox("This folder seems to have disappeared.") : Exit Sub For Each file As String In IO.Directory.GetFiles(folderPath, "*.*") M1 = file.LastIndexOf("") + 1 : M = file.Length - M1 fileName1 = file.Substring(M1, M) coBox.Items.Add(fileName1) Next End Sub Vb.net 2 09/09/2023 WP Setup Disable Website While You Are Designing Or Making Major Changes disable under construction genesis framework In the header.php file of genisis frame work. Since you logged in through admin you can edit an see page changes. Non logged in cannot see pages. if(!is_user_logged_in()){ echo "This site is under construction"; exit; } WP 1059 09/09/2023 WP Customizing Disable Wordpress Site While Making Changes disable website In the header.php file of wordpress temporarily add WP 975 09/09/2023